indicator_search
Search TradingView built-in, community, strategy, and saved-script studies, and confirm empty results via verified_empty to account for still-loading private scripts.
Instructions
Search TradingView built-in, community, strategy, and saved-script studies. An empty result is only trustworthy when it comes back with verified_empty - a control query is run first to prove the catalogue is loaded, because a private script that has not finished loading looks exactly like one the account does not have. Without that flag, treat a zero as unknown, not as absence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return (default 25, max 100) | |
| query | Yes | Search text entered in the TradingView Indicators dialog |