Jump to content

h41k4l

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by h41k4l

  1. This ea modified from stochpower ea (martingale) by azam, and now wackena (bogie) with newest version with envelope filter on daily chart.

     

    This EA, Trade straight out of the box, with the following

     

    Mon - Thur 0700 - 2359 GMT ( to eliminate drifting)

    MM =1

    Risk = 4 or 0.01 lots / 1500 (mini),

    TP =32

    Trading Hours = True

    Trade on Fridays = False

     

    It has an envelope on the Daily chart, But a Stochastic on the 1m chart

    If trading falls outside this envelope, It will not take trades.

    The back test was done threw all news,

     

    if u wanna try to change the envelope from daily to another tf

    All it would take is to change the following lines.

     

    double E_upper=iEnvelopes( NULL,PERIOD_ D1,14,MODE_ SMA,0,PRICE_ CLOSE,0.9, 1,1);

    double E_lower=iEnvelopes( NULL,PERIOD_ D1,14,MODE_ SMA,0,PRICE_ CLOSE,0.9, 2,1);

     

    to

     

    double E_upper=iEnvelopes( NULL,PERIOD_ 1H,14,MODE_ SMA,0,PRICE_ CLOSE,0.9, 1,1);

    double E_lower=iEnvelopes( NULL,PERIOD_ 1H,14,MODE_ SMA,0,PRICE_ CLOSE,0.9, 2,1);

     

    To whatever you want.

    I'm sorry I don't forward test it yet, but its look promising

     

    recommended for EURAUD

    tf - 1m

×
×
  • Create New...