Modify Tprofit and SLoss
-
Hi,
I've been testing differents robots like this: https://fxdreema.com/shared/BSVbYv3vc but I can't modify the stop-loss and take-profit at the same time.
My idea is a for example a robot with this values (Buys):
- Price: 1.5000 (at 8:00)
- Stop-loss: 10 pips (1.4990)
- Take-profit: 5 pips (1.5005)
Then, 5 minutes later, the market moves in the desired direction, like 4 pips. Change the initial stop-loss and take-profit to:
- Price: 1.5004 (at 8:05)
- Stop-loss: +10 pips from the actual price (1.4994)
- Take-profit: +5 pips from the actual price (1.5009)
I hope you understand me, Thanks. Bye.
-
I think I have solved it, connecting two "trailing stop and profit" with the yellok option of "No trade is running"
-
I suspect that isn't actually solved.
-
In most cases when you use "pips away from open-price" you also need to use "once per trade/order", otherwise you are running "modify stops" over and over again.