indicator_add
Search the Indicators dialog and add an indicator or strategy to the TradingView chart by name, including community scripts. Returns the new study's entity_id.
Instructions
Search the Indicators dialog and add a result to the chart by name. Works for strategies and community scripts, not just built-ins. Returns the new study entity_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match | No | Exact title to add (default: the query). Case-insensitive; falls back to first title containing it. | |
| query | Yes | Search keyword to find the indicator/strategy | |
| section | No | Restrict to a section: "Technicals", "Community", "My scripts", etc. |