data_get_pine_lines
Retrieve horizontal price levels drawn by Pine Script indicators (line.new). Returns deduplicated levels per study; use study_filter to target a specific indicator.
Instructions
Read horizontal price levels drawn by Pine Script indicators (line.new). Returns deduplicated price levels per study. Use study_filter to target a specific indicator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | Return raw line data with IDs, coordinates, colors (default false — returns only unique price levels) | |
| study_filter | No | Substring to match study name (e.g., "Profiler", "NY Levels"). Omit for all. |