get_indicator_inputs
Retrieve indicator settings and parameter values from TradingView charts, including names, defaults, and tooltips, to configure or analyze chart studies.
Instructions
Get the input parameters (settings) of indicators on a TradingView chart, with names, current values, defaults and tooltips — e.g. 'Pivot Length: 5'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| study_id | No | Indicator id from get_chart_context. Default: all indicators | |
| chart_index | No | Chart index in a multi-chart layout. Default: the active chart |