close position
-
how can i close all buys position if a new sell position is open, or close all sell positions if a new buy position is open? Thank you?
-
If trade block set to buys or sells-close trade block set to sells or buys
-
is not if trade in mq5
-
If position
-
if position (buy) - close position (sell) , and if position (sell) - close position (buy)????? or i can put after buy now - close position (sell) , and after sell now - close position (buy). will this work?
-
Yes you can do that
-
what about. i want to start with buy, after if lose , lots = lots *2 , and sell, again, if lose , lots dbl and buy. if take profit, go back to normal. Thank you
-
You can see how to do most of that here: https://fxdreema.com/shared/yISciEoHd change what you need and add what you want
-
thank you