chart_manage_indicator
Manage chart indicators by adding or removing studies like RSI, MACD, or Moving Average. Specify the exact indicator name and action to update TradingView charts.
Instructions
Add or remove an indicator/study on the chart
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: add or remove | |
| inputs | No | JSON string of input overrides for the indicator (e.g., '{"length": 20}') | |
| entity_id | No | Entity ID to remove (from chart_get_state). Required for remove. | |
| indicator | No | Full indicator name (required for add): "Relative Strength Index", "MACD", "Volume", "Moving Average", "Bollinger Bands", "Moving Average Exponential". Short names like RSI/EMA do NOT work. |