get_indicator_tables
Read tables drawn by TradingView Pine indicators and return their contents as text grids with on-chart position, making table-only summaries such as multi-timeframe trend dashboards accessible for analysis.
Instructions
Read tables drawn by Pine indicators on a TradingView chart (e.g. a multi-timeframe trend dashboard in the corner) as text grids: grid[row][column] plus the table's on-chart position. This is the only way to read table-only summaries that have no plots or drawings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| study_id | No | Indicator id from get_chart_context. Default: all indicators | |
| chart_index | No | Chart index in a multi-chart layout. Default: the active chart |