> For the complete documentation index, see [llms.txt](https://guide.moontrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.moontrader.com/torgovlya/algoritmicheskii-treiding/obshie-nastroiki-algoritmov/sutochnye-kotiruemye-obyomy.md).

# Суточные котируемые объёмы

Фильтр «Суточные котируемые объемы» (24h QAV Filter) позволяет отсеивать монеты по объему торгов за последние 24 часа, измеренному в USDT (QAV = Quote Asset Volume).

***

### Как использовать

Укажите диапазон объема торгов от минимального до максимального значения.

**Как работает:** Алгоритм проверяет суточный объем торгов в котируемом активе (USDT). Если объем входит в указанный диапазон — пара включается в торговлю, если выходит — исключается.

**Пример:** Для BTCUSDT и BNBUSDT рынков объемы указываются в USDT. Задайте диапазон от 10 000 000 до 500 000 000, чтобы работать только на ликвидных парах с объемом от 10 до 500 миллионов USDT за 24 часа.

***

### Параметры фильтра

#### Флажок «Включить фильтр»

Включает или выключает фильтр.

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

***

#### Левое поле — минимальное значение

Минимальный суточный объем в котируемом активе (например, 10 000 000 USDT).

***

#### Правое поле — максимальное значение

Максимальный суточный объем в котируемом активе (например, 500 000 000 USDT).

***

### Зачем нужен фильтр

**Исключение неликвидных активов:** Работайте только на парах с достаточным объемом торгов, избегая монет с низкой ликвидностью.

**Фокус на активных рынках:** Выбирайте пары с реальной торговой активностью, где ордера исполняются быстро и без значительного проскальзывания.

**Контроль масштаба:** Ограничьте работу алгоритма парами с объемом, соответствующим вашей стратегии — от небольших до крупнейших рынков.


---

# 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://guide.moontrader.com/torgovlya/algoritmicheskii-treiding/obshie-nastroiki-algoritmov/sutochnye-kotiruemye-obyomy.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.
