This code is a modified version of the original Divergence Trader. I have replaced the EMA divergence by the RSI one. I have also added a HMA upon the demand of przem81621.
This code is a modified version of the original Divergence Trader. I have replaced the EMA divergence by the RSI one. I have also added a HMA upon the demand of przem81621.
Trading forex risk disclaimer. Exclusive EAs in the Elite section.
Lots=1; RSI_Period=5; RSI_Period2=10; UseHMAConfirmation=true; HMAPeriod=60; HMAMethod=3; HMAPrice=0; DVBuySell=0.0011; DVStayOut=0.0073; ProfitMade=20; LossLimit=115; TrailStop=9999; PLBreakEven=9999; BasketProfit=100; BasketLoss=9999;
GU M5. On one year.
Total net profit : 115.29%
RDD : 25.04%
Trading forex risk disclaimer. Exclusive EAs in the Elite section.
Hi,
This thread is a bit old, but I haven't found a better place to ask my question:
How would you code the following condition:
if RSI oversold in H1 and RSI oversold in M30 and RSI oversold in M1, then buy
and the reverse
I have been using this strategy manually with success and would like to use an EA at least to open the positions.
Thanks for your help
Parapips