tv_get_indicators
Compute technical indicators for any symbol—RSI, MACD, Bollinger Bands, ATR, ADX, OBV, and more—with optional weekly context, relative strength, and a composite score to support trading decisions.
Instructions
Compute technical indicators for any symbol. Includes RSI, MACD, Bollinger Bands (+ squeeze detection), EMA, SMA, ATR (+ stop levels), Stochastic, ADX (+DI/-DI), OBV, volume MA20/ratio, RSI divergence flags. Optional: weekly multi-timeframe context (include_weekly=true), relative strength vs benchmark (benchmark_symbol), composite technical score [-1,+1] (include_score=true).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bb_std | No | ||
| n_bars | No | ||
| symbol | Yes | ||
| exchange | No | EURONEXT | |
| interval | No | 1D | |
| bb_length | No | ||
| macd_fast | No | ||
| macd_slow | No | ||
| atr_length | No | ||
| indicators | No | ||
| rsi_length | No | ||
| ema_periods | No | ||
| macd_signal | No | ||
| sma_periods | No | ||
| atr_stop_mult | No | ATR multiplier for stop_long / stop_short levels | |
| include_score | No | Compute composite technical_score [-1,+1] and sub-scores | |
| include_weekly | No | Fetch weekly bars for weekly_rsi, weekly_adx, weekly_trend | |
| benchmark_symbol | No | Benchmark ticker for RS 1M/3M (e.g. 'CW8'). Empty = skip. | |
| benchmark_exchange | No | EURONEXT | |
| divergence_lookback | No | Bars window for RSI divergence detection |