MrLong wrote:Hello Traders,
I've added a new setting: extern int maOuterBufferPips = 300; <== Change to your own setting.
Change this number to whatever you like, the EA will not trigger a trade if price is more than that amount of pips away from the 240 MA.
extern int maBufferPips = 20: <== Change to your own setting.
Will not trigger a trade until that amount of pips away from the 240 MA.
Thanks
Andy
That´s wonderful! (I´ll set 350 / 25 )
mabufferpips will avoid that kind of scalping trades (with huge spreads costs) that were killing my demo account.
(I deleted pending orders from 6.0 and run 7.0. It looks great. Big improvement here.)