data_get_pine_lines
Retrieve horizontal price levels drawn by Pine Script indicators, deduplicated per study. Optionally filter by study name to target specific indicator lines.
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. |