indicator_compute
Run any indicator in the catalogue. Returns EVERY output series it has — Donchian gives three bands, MACD gives line, signal and histogram — each reduced, plus the indicator's own conventional levels so the reading can be interpreted against its actual scale. Pass a symbol to load and compute in one call, or a handle to reuse data. The forming bar is excluded unless you ask for it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Reuse a handle from market_candles instead of loading. | |
| plot | No | One output only. Usually omit: the others give the reading meaning. | |
| market | No | Default: the chart. | |
| params | No | Defaults are used for anything omitted. | |
| reduce | No | ||
| symbol | No | Default: the chart. | |
| studyId | Yes | From catalog_search. | |
| exchange | No | ||
| timeframe | No | e.g. 1h, 4h. Default: the chart. | |
| includeForming | No |