> For the complete documentation index, see [llms.txt](https://docs.itradingbot.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.itradingbot.net/filtry/po-rsi-indeks-otnositelnoi-sily.md).

# По RSI (Индекс относительной силы)

**Индекс относительной силы (RSI)** – является техническим индикатором и используется для определения силы тренда, а также того, является ли рынок перекупленным (“медвежьим”) или перепроданным (“бычьим”).

**В работу фильтра заложена логика:**

1. **По умолчанию** – запрещает вход в сделку ниже канала для шорта и выше канала для лонга.
2. **Выше/Ниже канала** – когда цена находится выше канала разрешаем шорт, ниже канала лонг.
3. **По прошлому сигналу (по тренду)** – входы в сделки будут разрешены по направлению тренда RSI. Тренд меняется в зависимости от того, касание какой границы было последнем. Если верхней (70) – тренд лонговой. Если нижней (30) – тренд шортовый.

<figure><img src="/files/6HWC2dRhnWjuU135KWai" 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
* **Верхняя граница** – от 10 до 90
* **Нижняя граница** – от 10 до 90
* **Расчеты** – по закрытию или по пересечению.
* **Реверсивные сигналы** – при активации меняет лонговые условия на шортовые, и наоборот.
* **При выходе из фильтра** – отменить циклы, продать по маркету, продать по маркету с учетом девиации.

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

{% embed url="<https://ru.tradingview.com/script/uFEyQVEe-itradingbot-rsi-prev-signal-trend/>" %}

<figure><img src="/files/HZO1qBEjztEgiOYvhdwJ" 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://docs.itradingbot.net/filtry/po-rsi-indeks-otnositelnoi-sily.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.
