RSI Strategy

Strategies are published here.

Moderator: admin

RSI Strategy

Postby Apprentice » Wed Nov 16, 2016 8:37 am

EURUSD H1 (11-16-2016 1348).png

2.png


peakRSI = rsi > ref(rsi,-1) and rsi > ref(rsi,+1);
troughRSI = rsi <ref(rsi,-1) and rsi < ref(rsi,+1);

Long:
crossover(rsi,peakRSI) and C > C (at time have last peak RSI)
Short:
crossunder(rsi, troughRSI) and C < C( at time have last trough RSI)

RSI Strategy.lua
(21.42 KiB) Downloaded 630 times


The Strategy was revised and updated on January 18, 2019.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia

Re: RSI Strategy

Postby Apprentice » Sun Dec 18, 2016 10:12 am

Strategy was revised and updated.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36341
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia


Return to Custom Strategies

Who is online

Users browsing this forum: No registered users and 23 guests