About Setting TrailingStop For Different Groups Under a Unified Rule Set
-
Hello,
Instead of using the rule set with 1:3 stop-loss/take-profit ratio, I’d like to make 3 distinct groups with the same rule set adding trailing-stop and customizing the sl&tp ratios as below:
-
Group 1: 1:1 RR (Static SL/TP - No Trailing Stop)
-
Group 2: 1:2 RR (Trailing Stop Activated… When Group 2 achieves +1% PnL → SL adjusts to breakeven +1%)
-
Group 3: 1:3 RR (Trailing Stop Activated… So, a) At +1% PnL → SL moves to breakeven +1%. And b) At +2% PnL → Additional 1% SL adjustment (net +2% buffer))
In short, since all groups share the same entry rules, the bot will execute 3 simultaneous trades at the same time. The key mechanism is this:
-
For Group 2: When position reaches +1% profit → adjust stop loss to lock in 1% gain
-
For Group 3: • At +1% profit → tighten stop loss by 1% • At +2% profit → further adjust stop loss by another 1%
The stop loss trails price movements in 1% increments, maintaining a constant 1% buffer below current market price.
You can see the groups below:
https://fxdreema.com/shared/JVzgvVvFc
Do you know how to do it?
Regards…
-
-
I assume before trade closes you need to modify the stop. for each trade - pips away - modify , in a separate tree
-
I want to use it by %, not by pips.
-
You have a % option

-
@jstap thank you; I'll try it.