filtered by group
-
Hello, I have 6 EA making trades with the same symbol. The positions close if take profit or if a condition is true. The problem is that if the condition occurs, it is executed in all the EAs. It is filtered by type (sells or buys), but I also need to filter by EA. Please, could you give me an example? Thank you.
-
You can add a group number to each trade from the "buy now" block, and use that to filter trades to groups 1-6
-
Thank a lot for your answer !!!! It means new oportunities to me