get_indicator_values
Get recent plot values from TradingView indicators (signal levels, bands, oscillator readings). Specify indicator and plot titles to filter results and keep long histories readable.
Instructions
Get recent plot values of indicators (studies) on a TradingView chart — e.g. signal levels, bands, oscillator readings. Plot names come from the indicator's own style titles. Cosmetic plots (colors, alert flags) are excluded by default. Use get_chart_context first to see which indicators exist. Narrow to specific plots with plot_titles, which is required above 500 bars so a long history stays readable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of most recent bars to return per indicator. Above 500 requires plot_titles. Default: 10 | |
| 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 | |
| plot_titles | No | Only return these plots, matched case-insensitively on plot title or plot id | |
| include_all_plots | No | Include cosmetic plots (colorers, alert conditions). Default: false |