Breakeven + Trailing stop on profit
-
Hi all,
Hope you're doing well.I'm creating a little project here : https://fxdreema.com/shared/0n7qqAenc
The goal is to have a BE who will be trigger at 5 pips and the value will be 1 pip > for example (it seems OK on my builder)
On the same way, the trailing will act on profit for example > if price move 10 pips from open price, the stop/BE will move to 5 pips and the step after that will from 1 pip but I'm not sure of my config and if I need to be on TICK or on CHART.I tried on TICK but it doesn't take in consideration my trade and add a virtual TP in negativ.
I hope you can understand this little issue

THanks in advance for your time !
-
@foudid Don't connect both blocks that way. The need to be connectes separatedly below a 'Pass' block in order to work properly.
-
@l-andorrà Hi thanks for your quick reply.
Let me check, change and try this this today.
It's OK to use is on CHART instead of on TICK ?
Thanks