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

Thread: ATR Trade Time EA

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

    Default ATR Trade Time EA



    We go long/short when the difference in pips between the x th previous bar close and the y th previous bar close (y>x) is more or equal than/to 1/-1 * z percent of daily atr. We only enter when minute = 0.

    x = bar1;
    y = bar2;
    z = deltapercent;

    EU M1. 2010.

    Total net profit : 639.18%
    RDD : 28.19%

    Note : the indicator is not needed. Test first with fixed lots then adapt the mm according to your broker trading conditions.

    Download : ATR Trade Time EA (available in the Elite section).
    Attached Images  
    Attached Files

Closed Thread

Similar Threads

  1. Replies: 0
    Last Post: 10-02-2010, 09:10
  2. Auto trade entries at specific time
    By andrewte in forum Ideas for expert advisors
    Replies: 1
    Last Post: 10-25-2009, 18:12

Posting Permissions

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