data_get_pine_tables
Extract table rows from Pine Script indicators on TradingView as formatted text. Filter by study name to target a specific indicator and retrieve data.
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. |