data_get_pine_tables
Read table data from Pine Script indicators in TradingView. Use study_filter to target a specific indicator and return formatted text rows per table.
Instructions
Read table data drawn by Pine Script indicators (table.new). Returns formatted text rows per table. Use study_filter to target a specific indicator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| study_filter | No | Substring to match study name. Omit for all. |