> For the complete documentation index, see [llms.txt](https://support.tiger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.tiger.com/chasto-zadavaemye-voprosy/kak-uvelichit-dostupnuyu-istoriyu-po-instrumentu.md).

# Как увеличить доступную историю по инструменту?

[По умолчанию](/nastroiki/osnovnye-deistviya/vybor-perioda-taimfreima.md#po-umolchaniyu) история на графиках ограничена в целях оптимизации и повышения производительности. Для увеличения истории вы можете задать нужную вам начальную дату в настройках таймфрейма.&#x20;

<figure><img src="/files/s4OooGMzviccQcMMkukb" alt=""><figcaption></figcaption></figure>

С помощью выбора начальной и конечной дат можно увеличить количество видимых дней истории до значений, указанных [в таблице "Максимум".](/nastroiki/osnovnye-deistviya/vybor-perioda-taimfreima.md#maksimum)&#x20;

{% hint style="info" %}
Для пробной лицензии FULL (TRIAL) действует ограничение: доступно **десять** торговых дней истории от установленной "Конечной Даты" в Настройках Таймфрейма.&#x20;

Для других[ типов лицензии](broken://pages/KST2vXRBU5OXeGziTMBu) ограничения по истории нет.&#x20;
{% endhint %}

При включённой опции "Загружать график с биржи" (меню "Настройки > Основные настройки") накладываются ограничения на глубину загружаемой истории по графикам. У каждой биржи они свои:

| Тип подключения | Количество доступных баров |
| --------------- | -------------------------- |
| Binance Futures | 1500                       |
| Binance Spot    | 1000                       |
| Bybit           | 1000                       |
| OKX             | 1440                       |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.tiger.com/chasto-zadavaemye-voprosy/kak-uvelichit-dostupnuyu-istoriyu-po-instrumentu.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
