ROBO_Trading

Noro's Fast RSI Strategy v1.3

In 1.3 added:

+ Min/Max
+ Arrows

For:

- crypto/fiat
- crypto/crypto
- timeframes: 1hour, 30min, 15min, 5min

Strategy uses 2 indicators:

1) RSI indicator, period = 7 (default)
2) EMA Body, period = 30

EMA Body

Step 1. The candle body size is calculated = abs(close-open)
Step 2. The average size of a body of a candle is calculated. Only 30 last candles. EMA .
Step 3. If the body of the current candle is less than a half of a body of an average candle, then such candle is ignored by strategy because too small.

Strategy

If RSI < RSI Limit and the body of a candle is more than a body of an average candle / 4 - to open long.
If RSI > RSI Limit and the body of a candle is more than a body of an average candle / 2 - to close long.

If RSI > (100 - RSI Limit) and the body of a candle is more than a body of an average candle / 4 - to open short.
If RSI < (100 - RSI Limit) and the body of a candle is more than a body of an average candle / 2 - to close short.

If the candle a red and previous candle too red and closing of a candle is lower than closing of the previous candle and Min/Max is activated - to open long.
If the candle a green and previous candle too green and closing of a candle is higher than closing of the previous candle and Min/Max is activated - to open short.

Скрипт с открытым кодом

В истинном духе TradingView автор этого скрипта опубликовал его с открытым исходным кодом, чтобы трейдеры могли понять, как он работает, и проверить на практике. Вы можете воспользоваться им бесплатно, но повторное использование этого кода в публикации регулируется Правилами поведения. Вы можете добавить этот скрипт в избранное и использовать его на графике.

Отказ от ответственности

Все виды контента, которые вы можете увидеть на TradingView, не являются финансовыми, инвестиционными, торговыми или любыми другими рекомендациями. Мы не предоставляем советы по покупке и продаже активов. Подробнее — в Условиях использования TradingView.

Хотите использовать этот скрипт на графике?

Связанные идеи