data_get_ohlcv
Retrieve OHLCV bar data from the TradingView chart. Use summary mode for compact stats that minimize context usage.
Instructions
Get OHLCV bar data from the chart. Use summary=true for compact stats instead of all bars (saves context).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of bars to retrieve (1-500, default 100) | |
| summary | No | Return summary stats (high, low, open, close, avg volume, range) instead of all bars — much smaller output |