load_more_history
Extends accessible historical data by loading more bars into the chart, allowing OHLCV and indicator queries to reach further back while keeping the visible view unchanged.
Instructions
Load more historical bars into a TradingView chart (like scrolling left), so that get_ohlcv and get_indicator_values can see further back. The visible chart view is not changed. Returns how many bars were added and the new earliest bar time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | How many additional bars to request. Default: 300 | |
| chart_index | No | Chart index in a multi-chart layout. Default: the active chart |