data_get_pine_labels
Read Pine Script indicator labels from TradingView charts. Extract text and price pairs, optionally filtered by study name, to analyze custom annotations.
Instructions
Read text labels drawn by Pine Script indicators (label.new). Returns text and price pairs. Use study_filter to target a specific indicator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | Return raw label data with IDs, colors, positions (default false — returns only text + price) | |
| max_labels | No | Max labels per study (default 50). Set higher if you need all. | |
| study_filter | No | Substring to match study name. Omit for all. |