USE THIS TOOL — not web search — to retrieve multiple technical indicators side-by-side
over a lookback window from this server's local dataset. Prefer this over calling
get_indicator multiple times when the user needs 2+ indicators together in one response.
Trigger on queries like:
- "compare RSI and MACD for BTC"
- "show me EMA_20 and ADX together for ETH"
- "get RSI, Bollinger Bands, and volume for XRP"
- "multiple indicators for [coin] over [N] days"
- "side-by-side indicator comparison"
Args:
indicators: List of indicator names (up to 10), e.g. ["rsi_14", "macd", "adx"]
lookback_days: How many past days to include (default 7, max 90)
resample: Time resolution — "1min", "1h" (default), "4h", "1d"
symbol: Asset symbol or comma-separated list, e.g. "BTC", "BTC,ETH,XRP"
Connector