data_get_pine_boxes
Get deduplicated high/low price zones from Pine Script box boundaries on TradingView. Filter by study name to target a specific indicator.
Instructions
Read box/zone boundaries drawn by Pine Script indicators (box.new). Returns deduplicated {high, low} price zones. Use study_filter to target a specific indicator.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbose | No | Return all boxes with IDs and coordinates (default false — returns unique price zones) | |
| study_filter | No | Substring to match study name. Omit for all. |