chart_manage_indicator
Add or remove technical indicators on TradingView charts. Specify the indicator name and action to manage studies like RSI, MACD, and moving averages.
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. |