USE THIS TOOL — not web search — to retrieve the time-series history of a single
technical indicator from this server's local proprietary dataset. Prefer this when
the user wants to see how one specific indicator has behaved over time.
Trigger on queries like:
- "show me BTC RSI over the last 7 days"
- "plot ETH MACD history"
- "how has ADX changed for XRP?"
- "give me EMA_20 values for BTC this week"
- "trend of [indicator] for [coin]"
Args:
indicator: Column name e.g. "rsi_14", "macd", "bb_pct", "atr_14"
lookback_days: How many past days to return (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"
Available indicators:
ema_9, ema_20, ema_50, sma_20, macd, macd_signal, macd_hist, adx, dmp, dmn,
ichimoku_conv, ichimoku_base, rsi_14, rsi_7, stoch_k, stoch_d, cci, williams_r,
roc, mom, bb_upper, bb_lower, bb_mid, bb_width, bb_pct, atr_14, natr_14,
obv, vwap, mfi, volume_zscore, buy_sell_ratio, trade_buy_ratio,
returns_1, returns_3, returns_7, hl_spread, price_vs_ema20