> For the complete documentation index, see [llms.txt](https://wt-docs.tiger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wt-docs.tiger.com/torgovyi-terminal/stakan.md).

# Стакан

{% hint style="success" %}
При выборе цены из стакана (по клику левой кнопкой мыши) её значение переносится в окно создания сделки.
{% endhint %}

### Какие цены транслируются в стакане?

* Снизу – биды – лимитные заявки на покупку.&#x20;
* Сверху – аски – лимитные заявки на продажу.&#x20;
* Посередине – цена последней сделки, а также цена маркировки (в случае фьючерсов).&#x20;

### Доступные режимы

В настоящий момент доступно два основных режима отображения стакана: "Объём" и "Кумулятивный". Выбранный режим влияет на отображение значений в последнем столбце ("Сумма"). Первые два столбца (Цена и Объём) отображаются в обоих режимах одинаково, и показывают цену актива и объём заявок в базовой валюте, соответственно.&#x20;

В режиме "Объём", в столбце **Сумма** будет отображаться объём заявок в валюте котирования (USDT):

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

В Кумулятивном режиме, в столбце **Сумма** на каждом из уровней будет отображаться суммарный объём заявок в базовой валюте от спреда до данного ценового уровня включительно:

<figure><img src="/files/1NA9hCHm8kA1HjmHXvP4" alt=""><figcaption></figcaption></figure>

### Сжатие стакана

В правом верхнем углу стакана можно выбрать степень сжатия стакана (от 0.001 до 1000):

<figure><img src="/files/6oBrllHV1cAJT4dR4wKC" alt=""><figcaption></figcaption></figure>

При выбранном сжатии 0.001, цены в стакане будут отображаться с округлением до тысячных (0.001), при сжатии 0.01 - с округлением до сотых (0.01), при сжатии 1 - с округлением до 1, и так далее.

### Индикатор Bid / Ask

В нижней панели стакана транслируется процентное соотношение ордеров на покупку и продажу относительно количества всех заявок:

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


---

# 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://wt-docs.tiger.com/torgovyi-terminal/stakan.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.
