Trailing stop without stop lose
-
fellow traders, I'm traying to build a simple EA, that will activate trailing stop once the price move in my direction without initial stop lose
For example: when a trade is triggered and I want the trailing stop to start after it move 5pips profit.
I set it but the trailing stop keep adding stop lose automatically,
here is my project
-
@luckybest You need to specify that initial distance of 5 pips on the 'trailing start' tab. Otherwise it will behave as you said.
-
@l-andorrà I specified the initial distance but still thesame problem
-
@luckybest Can you please share the new link to the last changes?
-
@l-andorrà here is the link to my project https://fxdreema.com/shared/xwURd8c3
-
@luckybest Set your stop loss in your buy/sell blocks.
-
I dont want to include stop lose. I have another means of managing the loses
-
its not adding a stop loss, when the trade moves and starts the trail, eventually it will come back to hit your trailing SL.
-
@luckybest Then you will need to create a specific trailing stop structure. That block need an existing SL to be moved.
-
how do I do that?
please can you help me out -
@luckybest Maybe these blocks can help you with what you are trying to do.

-
@ekanters Exactly. And don't forget to add a 'For each trade' blocks instead of that 'if trade'. That will make it more efficcient.
-
Thank, I will try it