trailing stop for two trades
-
my ea open two trade each time, one is short term and the other one is long term.
i want to use two different trailing stop to trail the short term trade and long term trade separately. How do i do so ?
i try several ways, but cant figured out the logic of doing it. hope anyone can help to solve, tq. -
Follow this tutorial
https://fxdreema.com/tutorial/builder/trailing-stop
In "For each Trade/Position" block, choose sells or buys. You will need two blocks.

In "Trailing stop" block, filter by sells or buys. You will need two blocks.

-
Thanks @josecortesllobat
what if the problem is.
if my EA condition is met. the EA open 2 trades at same time
first is short term but let say TP is 50 pips
and second is long term but let say TP is 200 pipsand for short term buy trail stop loss is 20pips and for long term buy trail stop loss is 50 pips?
-
@josecortesllobat thanks for the suggestion.
i found my solution for the above question
i am using PASS block and GROUP MODE to separate the trailing stop issue.
thanks again. -
Can you show me the solution, please?
-
@stefano-1 The answer is in the post above yours, use group this way it will treat each trade individually, if you still struggle post a new topic asking for an answer.