data_get_pine_labels
Retrieve text labels drawn by Pine Script indicators, returning text and price pairs. Optionally filter by study name to target a specific indicator.
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. |