data_get_ohlcv
Fetch OHLCV bar data from a TradingView chart. Use summary mode to get compact high, low, open, close, and volume stats instead of full bars, saving context.
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 |