Does trailing Stop Loss really change SL?

 

Hello

I know that trailing stops are executed on client machine. I wanted to know, on every change of trailing stop, if OrderStopLoss() changes or not.

And if on every thick, it changes or have an interval of for example change every 5 pips.

I need it because I'm copying StopLoss levels to a third party server and there may be limitations on too many change commands.

Regards

 
Yes, every change of trailing stop, OrderStopLoss() changes.
Don't worry about "too many change commands".
If you need trailing with intervals, use EA.
 
thanks
Reason: