# По ADX (average directional index)

**Индикатор ADX** (индекс среднего направления движения, average directional index) – это технический инструмент, предназначенный для измерения силы рыночного тренда.

Фильтр по ADX разрешает открытие сделок при соблюдении условий заданного значения (порога). Выше или ниже.

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

* **Тайм Фрейм** – 1s, 5s, 10s, 15s, 30s, 45s, 1m, 3m, 5m, 15m, 30m, 1h, 2h, 3h, 4h, 6h, 8h, 12h, 1d, 3d, 1w.
* **Тип свечей** – Хейкен Аши или Японские.
* **Расчеты** – по закрытию или пересечению.
* **Период** – от 2 до 30
* **Порог** – от 1 до 100
* **Условие входа** – Выше или Ниже порога
* **При выходе из фильтра** – отменить циклы, продать по маркету, продать по маркету с учетом девиации.

Если в стратегии не используются индикаторы открытия сделок, то, при достижении условий фильтра, робот начнет работу в бесконечном цикле. Как только цена покинет условия фильтра, Робот сбросит циклы, завершит текущую сделку, и уйдет в режим ожидания пока цена снова не вернется к заданным условиям фильтра.

{% embed url="<https://ru.tradingview.com/script/H6erqFC0-itradingbot-average-directional-index/>" %}

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


---

# Agent Instructions: 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://docs.itradingbot.net/filtry/po-adx-average-directional-index.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.
