Restricting EA from Taking Trades
-
Hi Guys i need some help i am trying to restrict my EA from taking trade on the below conditions but it not working in testing
Check if there a trade on Sell trade on EURUSD and Sell Trade on GBPUSD at the same time if that the case do not take any trade.
Check if there a trade on Buy trade on EURUSD and Buy Trade on GBPUSD at the same time if that the case do not take any trade.
please see below what i have done.

Any help is appreciated
-
Ok here's how the logic goes... I am using the numbers written on the left side of your logic blocks to save time. Put a new logic block " no trade" 14,16 all in parallel, then 1 then 3. That should work. now renumber your logic blocks so that the ones closest to the top of the page have a lower number than the ones lower down the page. Rinse and repeat for sell. Get rid of the "and" logic block it's not needed.
-
Thank you very much that worked very well