Server-Side Trailing Stop
            
                 23 Apr 2019, 14:12
            
                    
Hello,
How to open a position with Server-Side Trailing Stop in cAlgo?
Regards,
Replies
                     jumpycalm
                     23 Apr 2019, 16:39
                                    
RE:
Panagiotis Charalampous said:
Hi touch.mjb,
Trailing stop losses in cTrader are executed on the server side. Just check the Trailing Stop check box in the Create Order form and set your stop loss as usual.
Best Regards,
Panagiotis
Hi Panagiotis, I think touch.mjb was asking about the cAlgo API, not how to open a server side trailing stop from cTrader manually. From my understanding. Currently cAlgo API does not support server side trailing stop. The only way to implement trailing stop in cAlgo is to write your own logic for trailing stop. Am I correct?
@jumpycalm
                     PanagiotisCharalampous
                     23 Apr 2019, 16:45
                                    
Hi jumpycalm,
You are not correct :) You can set trailing stop losses from the API as well. See here.
Best Regards,
Panagiotis
@PanagiotisCharalampous

PanagiotisCharalampous
23 Apr 2019, 15:57
Hi touch.mjb,
Trailing stop losses in cTrader are executed on the server side. Just check the Trailing Stop check box in the Create Order form and set your stop loss as usual.
Best Regards,
Panagiotis
@PanagiotisCharalampous