cTrader 3.0 trailing stop
Created at 01 May 2019, 12:14
TR
cTrader 3.0 trailing stop
01 May 2019, 12:14
Hi cTrader team,
I totally new and fresh to read about coding word as you explained.
Can you please teach me step by step how can I apply or setting trailing stop as distance by thru coding?
Besides this, shall I keep turn on cTrader flatform to avoid trailing stop invalid? Or, it is okay once my trailing stop set and I can shut down my computer?
Please teach me, I need auto distance trailing stop while I am not infront of my computer..
Thank you
PanagiotisCharalampous
06 May 2019, 11:08
Hi trader.andyng,
You can set a trailing stop loss when you execute an order using ExecuteMarketOrder() function or add a trailing stop loss to an existing position using ModifyTrailingStop() function. Trailing stop losses are executed on the server so you do not need to worry about leaving your PC turned on.
Best Regards,
Panagiotis
@PanagiotisCharalampous