Hello again,
I've tried to implement an optimizing formula for the Stop Loss and Take Profit.
I would be happy if someone could take a look and telling me if it's usefull for that purpose:
ApplyStop(stopTypeLoss,
stopModePoint,
Optimize( "StopLoss", 10, 10, 150, 10 ),
True );
ApplyStop(stopTypeProfit,
stopModePoint,
Optimize( "TakeProfit", 10, 10, 150, 10 ),
True );
Thanks for the effort!