Multi indicator confluence
get_signal_confluenceRun multiple indicators on one symbol and return a compact confluence table of latest BUY/SELL signals, enabling quick agreement checks.
Instructions
Run N indicators in parallel against the same (symbol, resolution) and return a compact confluence table. Each row: indicator key, displayName, signalKind, latest signal side (BUY/SELL/null), latest signal ts (ms), error (if any). The LLM judges agreement from the table — there's no built-in voting rule. Max 20 indicators per call; unknown keys fail the whole call before any fetch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| provider | No | ||
| indicators | Yes | ||
| resolution | Yes |