> For the complete documentation index, see [llms.txt](https://colibri-2.gitbook.io/colibri-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://colibri-2.gitbook.io/colibri-docs/colibri-terminal/torgovlya/rabochie-obemy.md).

# Рабочие объёмы

{% embed url="<https://youtu.be/mp5fVt3m3RE>" %}

Рабочие объёмы — это пять заранее заданных размеров заявки, которые можно быстро применять при торговле. Это экономит время при активной торговле и скальпинге.

## Где задаются

Рабочие объёмы задаются в разделе **«Торговля»** [настроек стакана](/colibri-docs/colibri-terminal/nastroiki/nastroiki-stakana.md) — на любом из уровней: настройки панели (стакана), [настройки вкладки](/colibri-docs/colibri-terminal/nastroiki/nastroiki-vkladki.md) или настройки подключения. Значения задаются сразу в двух единицах:

* **USD-пресеты** — пять значений в долларах (например, `$1 / $200 / $500 / $1K / $2K`).
* **Пресеты в лотах** — те же пять слотов в количестве монеты (например, `0.001 / 0.01 / 0.05 / 0.1 / 0.5`).

Какая единица используется при торговле, зависит от настройки **«Единица размера ордера по умолчанию»** (USD или лоты) и от [функции «доллар в стакане»](/colibri-docs/colibri-terminal/torgovlya/dollar-v-stakane.md). Кнопка **«Выбрать»** делает пресет активным, а ↺ сбрасывает столбец к стандартным значениям.

Менять значения можно и прямо в стакане — в поле выбора рабочего объёма слева внизу.

## Как применять

Активный рабочий объём выбирается **горячими клавишами пресетов** (по умолчанию `1`–`5`, см. [Горячие клавиши](/colibri-docs/colibri-terminal/nastroiki/goryachie-klavishi.md)) или кликом по нужному пресету в стакане. Выбранный объём используется при выставлении заявок мышью.

{% hint style="info" %}
Если задать пресет в USD, терминал сам рассчитает количество монет по текущей цене (и наоборот). При изменении цены пересчёт происходит автоматически.
{% endhint %}


---

# 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://colibri-2.gitbook.io/colibri-docs/colibri-terminal/torgovlya/rabochie-obemy.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.
