nt_indicator_values
Read current output series values of a NinjaScript indicator from an open chart. Get real-time indicator data for local analysis or trading logic.
Instructions
Read the current output series values of a NinjaScript indicator on an open chart. Local mode only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Instrument on the chart. | |
| indicatorName | Yes | Indicator class name, e.g. "VariantFDataWriter". |