data_get_pine_tables
Retrieve table data drawn by Pine Script indicators from TradingView charts. Filter by study name to extract formatted text rows from specific indicator tables.
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. |