ROBO_Trading

Noro's Fast RSI Strategy v1.2

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.

Open-source script

In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in a publication is governed by House Rules. You can favorite it to use it on a chart.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this script on a chart?