EA No. 2 only enters orders when EA No. 1 has the required number of orders
-
I have 2 EAs that interact with each other , and I want when the number of orders ( active ) of EA No. 1 is 9 orders , EA No. 2 will enter the order . how do i do it?
-
@gggvvvv Use set terminal variables, when your number is reached set the variables, use a condition on the other to do what is needed and reset the variable when needed.
-
@jstap can i use the "check trade count" block? The rule is that when EA No. 2 checks trade count on EA No. 1, if there are 9 orders (active), EA No. 2 will be activated to open orders.
-
@gggvvvv Possibly but I never have I assume as long as it being on the same account with all automated and manual set it would be ok.
-
@jstap thank you