indicator_set_inputs
Update indicator/study input values like length, source, or period directly in TradingView. Adjust parameters for automated chart analysis without manual editing.
Instructions
Change indicator/study input values (e.g., length, source, period)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | Yes | JSON string of input overrides, e.g. '{"length": 50, "source": "close"}'. Keys are input IDs, values are the new values. | |
| entity_id | Yes | Entity ID of the study (from chart_get_state) |