> 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/okna/vse-ceny.md).

# Все цены

Эта информация полезна для выявления ключевых уровней.

Чтобы создать новое окно, в главном меню выберите **Открыть** → **Все цены**.

<figure><img src="/files/ryh4KSpt4ajeFxv1Rs03" alt=""><figcaption><p>Окно Все цены в терминале Tiger.com Windows</p></figcaption></figure>

Окно содержит:

* Выбор инструмента
* Выбор диапазона дат, среди которых будет вестись расчёт
* Выбор диапазона времени для фильтрования данных внутри дня
* Объединение соседних ячеек в одну ячейку
* Применение настроек и обновление данных в таблицах
* Вывод значений по выбранному инструменту
* Таблица со средними значениями колонок основной таблицы

| Колонка | Описание                                                   |
| ------- | ---------------------------------------------------------- |
| #       | Номер ячейки.                                              |
| Price   | Цена.                                                      |
| Volume  | Общий объём (Ask + Bid).                                   |
| Trades  | Количество сделок.                                         |
| Bid     | Объём на продажу.                                          |
| Ask     | Объём на покупку.                                          |
| Delta   | Разница между объёмом на покупку и на продажу (Ask - Bid). |


---

# 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:

```
GET https://support.tiger.com/okna/vse-ceny.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
