get_indicator_graphics
Fetch drawing primitives (labels, trend lines, boxes/zones) drawn by a Pine indicator on a TradingView chart. Read drawing-only indicators—Elliott Wave labels, support/resistance, order blocks—that have no numeric plots.
Instructions
Get drawing primitives (labels with text+price, trend lines, boxes/zones) that a Pine indicator has drawn on a TradingView chart. This is how to read drawing-only indicators (e.g. Elliott Wave labels, support/resistance lines, order blocks) that have no numeric plots. Most recent primitives first. Times beyond the last bar are extrapolated and flagged timeEstimated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| study_id | No | Indicator id from get_chart_context. Default: all indicators | |
| chart_index | No | Chart index in a multi-chart layout. Default: the active chart | |
| limit_per_kind | No | Max labels/lines/boxes each, most recent first. Default: 50 |