Closed Thread
Results 1 to 1 of 1
 2 Attachment(s)    

Thread: DS_Stochastic EA

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

    Default DS_Stochastic EA



    We go long/short when the ds stoch and the ema are changing their direction to down/up over/under level2/level1.

    We have a speciallots option :

    Code:
    extern bool speciallots=false;
    extern double lots2=0.01;                // lots=lots2 during special period month!=mars,september,december
    extern double risk2=1;
    extern double lots3=0.01;                // lots=lots3 during special period day<5>15 of the month;day!=2,21,22,24,26,29
    extern double risk3=1;
    EU M30. Since 2007.

    Total net profit : 1728.67%
    RDD : 29.94%

    Download : DS_Stochastic EA (available in the Elite section).
    Attached Images  
    Attached Files

Closed Thread

Posting Permissions

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