tv_chart_verify
Verify that an indicator and its expected plots, labels, or tables are present on a TradingView chart. Provides best-effort runtime checks without modifying the chart.
Instructions
Best-effort runtime verification that an indicator is on the chart and expected plots/labels/tables are present. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxWaitMs | No | Max time to wait for objects to appear (default 3000) | |
| expectedPlots | No | Minimum number of plots expected (canvas plots cannot be auto-counted; will be reported) | |
| expectedLabels | No | Minimum number of label elements expected | |
| expectedTables | No | Minimum number of table elements expected | |
| expectedIndicatorName | No | Indicator name to look for in the legend |