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.

Script open-source

Nello spirito di condivisione promosso da TradingView, l'autore (al quale vanno i nostri ringraziamenti) ha deciso di pubblicare questo script in modalità open-source, così che chiunque possa comprenderlo e testarlo. Puoi utilizzarlo gratuitamente, ma il riutilizzo del codice è subordinato al rispetto del Regolamento. Per aggiungerlo al grafico, mettilo tra i preferiti.

Declinazione di responsabilità

Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.

Vuoi usare questo script sui tuoi grafici?