+ Reply to Thread
Results 1 to 3 of 3
 4 Attachment(s)    

Thread: RSI Divergence Trader

  1. #1
    Administrator funyoo's Avatar
    Join Date
    Sep 2008
    Posts
    7,455

    Default RSI Divergence Trader

    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.
    Attached Files

  2. #2
    Administrator funyoo's Avatar
    Join Date
    Sep 2008
    Posts
    7,455

    Default

    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%
    Attached Images  
    Attached Files

  3. #3
    Junior Member
    Join Date
    Aug 2011
    Posts
    1

    Default RSI over several periods

    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

+ Reply to Thread

Similar Threads

  1. Stochastic Divergence Trader
    By funyoo in forum Expert advisors backtesting
    Replies: 85
    Last Post: 02-13-2010, 11:54
  2. Divergence Arrows
    By funyoo in forum Indicators
    Replies: 1
    Last Post: 01-07-2010, 02:49
  3. EU, GU M1 divergence scalping strategy
    By intersza@gmail.com in forum Ideas for expert advisors
    Replies: 0
    Last Post: 03-15-2009, 17:57
  4. Divergence EA
    By przem81621 in forum Ideas for expert advisors
    Replies: 5
    Last Post: 11-27-2008, 06:58

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts