Delete Opposite Orders IN MT5
-
@fx-dreema
Hello,
I have created an ea for mt4 and mt5 in fxdreema. both EA are same. The MT4 EA works fine. But in mt5 found the some errors.
The EA's work is on buy stops and sell stops. If a buy position is created, delete the sell stop. If a sell position is created, delete buy stop. But it doesn't work.
Often even trailing stops don't work.
-
@Hiten7405 the trailing stop should be in "on tick" table (i don't know the purpose of formula block, maybe it cause some misfunctioning)
Just a guess for delete P.O. , try to move the boolean this way:
29-28-30 (instead of 28-29-30) -
@ambrogio Thanks for reply
-
@Hiten7405 let me know
