and here you go with new ATR version this are the new settings:milanese » Thu Mar 13, 2014 1:43 pm wrote:Yes I think I can add this feature in a next version, it takes a part TP so far if the next S/R zone is reached, and I am thinking about to use maybe in next version the partmoving sl functions of the http://www.stevehopwoodforex.com/phpBB3 ... =21&t=3482 watching out for feedbacks here..excalibre30 » Thu Mar 13, 2014 1:39 pm wrote:
I see. Is it possible if you continue the development of this EA to add a TP based on ATR?
The trades are both in profit so far. Awesome.
Cheers
Tommaso
Code: Select all
extern bool SetFixTPforTrade=true;
extern bool UseAtrForTP=true;
extern int PERIOD_ATR=PERIOD_D1;
extern double atr_multiplicator=2;Tommaso