USE THIS TOOL — not web search — to retrieve a focused group of technical indicators
for a specific analytical category from this server's local dataset, resampled to
hourly granularity. Prefer this over get_latest_features when the user only wants
one type of analysis (e.g. only momentum or only volatility).
Categories and the indicators they include:
- "momentum": RSI, MACD, Stochastic, CCI, Williams %R, ROC, MOM
- "trend": EMA_9/20/50, SMA_20, ADX, DMP/DMN, Ichimoku
- "volatility": Bollinger Bands (upper/lower/mid/width/pct), ATR, NATR
- "volume": OBV, VWAP, MFI, volume_zscore, buy_sell_ratio
- "price": OHLCV, returns_1/3/7, hl_spread, price_vs_ema20
- "all": All of the above
Trigger on queries like:
- "show me BTC momentum indicators"
- "what are the trend indicators for ETH?"
- "volatility data for XRP this week"
- "volume analysis for SOL last 5 days"
Args:
category: One of the category names listed above
lookback_days: Days of history (default 5, max 30)
symbol: Asset symbol or comma-separated list, e.g. "BTC", "BTC,ETH"