it is your settingOver60 » Mon Apr 20, 2015 9:47 am wrote:Hi Milanese,
After PC = 10 pips in profit, the EA should lock SL at BE = OpenPrice + 4 pips. Distance 5 pips to actual price. It does not perform.
That makes me confuse, because I tried already different settings.
Please refer to the attached set-file. Not for use for the followers.
Regards
Over60
MoveSLOnlyIfWin=false that caused this, the APTM gives you too for this an alert message, when you initialize the EA (since build 211)
Code: Select all
Alert("APTM:Note BE with PartClose set to false, as you are using'MoveSLOnlyIfWin==false'");MoveSLOnlyIfWin=true what is the OOTB setting, as a BE with the other trailing technic is incompatible...Cheers
Tommaso