I'm building multiple trading systems. Can I set the closing conditions? Separation belongs to anyone of it or not?
-
I will trade both short and long. I will create a condition to close the order. How can they be separated? And how to structure commands in the program?
-
the "Check Type" block will allow you to separate buys from sells
-
Do you mean opening buys and sells independently or simultaneously.
-
I mean
Open order with condition A, I want to close the order with system A.
Open order with condition B I want to close the order with system B.
But as it is now, the A closing system closes both A and B orders.
or system B close closes both B and A , I also make the EA that I think only close the system It's also not bothering anyone who knows. Help me. Thank you very much. -
Place each trade with a group number, you then use this group number to close the trade.
-
@jstap Thank you very much, I will try to do as you said.