technicals
Get numeric technical indicators for IDX stocks, including SMA/EMA, RSI, MACD, Bollinger Bands, ATR, and support/resistance levels from daily bars.
Instructions
Technical indicator readings for an IDX stock, computed from daily bars: SMA/EMA, RSI, MACD, Bollinger Bands, ATR, and support/resistance levels found by pivot clustering.
Returns NUMBERS for reasoning — use price_chart when you want the picture. Every reading reported is the latest defined value of its series.
Deep history is paged 12 sessions at a time upstream, so a large bars is slow; pagesFetched reports what the query cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Latest session, YYYY-MM-DD | |
| bars | No | Sessions to analyse (default 200). Ignored if `from` is given. | |
| from | No | Earliest session, YYYY-MM-DD | |
| symbol | Yes | IDX ticker, e.g. BBRI |