Disliked{quote} Hi Gotzaa Just to keep you posted with regards to the trailing SL. It was my error by using "AutoID"... initially and then by using 1001, 1002 ...etc. Your EA is working just fine for trailing stop losses when we apply the adequate external parameters. extern bool UseAutoID=true; extern int User_define_Bot_ID=1000; extern bool UseAutoID=false; extern int User_define_Bot_ID=200; if(Symbol()=="GBPAUD") _magic=200; if(Symbol()=="GBPNZD") _magic=210; if(Symbol()=="GBPCAD") _magic=220; if(Symbol()=="GBPCHF") _magic=230; if(Symbol()=="GBPJPY")...Ignored
I still do not satisfied the current step in trailing stop loss. Most of the times, it banked in just a few pips (first time move stop loss). I want it to be more intelligent. Anyway, need to work on that.
(or may be that is the way this EA survive???)
Holy grail, pls pm 
