Same SL and TP points all orders
-
Hello. I want to do that; for example I have an open buy order for 1.600 and SL:1.200 TP: 1.800 ... After that, I placed a sell pending order for 1.400... That new sell order's SL and TP points are must same point with buy order's (of course buy orders SL = new sell order's TP and buy order's TP = new sell order's SL) How can I do same points these. Thanks...
-
@gauss You need to create two variables, one for the SL price and the other one for the TP price. Once stored in those variables you can use them inside the buy/sell pending order block.
-
Thank you sir
-
@gauss You're welcome.