If Buy pending order taken no sell pending order and vice versa
-
My issue is I want my EA to work only once per week on either a buy or a sell. It works perfectly fine in terms of before a trade and during a trade. On trade created I have close trades. My issue is after a trade has been closed it still wants to look to open a new pending order when the conditions are met. How do I solve this? I have tried For Each Closed trade ad check age before Buy and sell Pending orders but I can't get that to work. Thanks

-
I've simplified my block structure but for the life of me I can't get this to work. All I want is if Buy order is placed and then closed then don't take a sell order and vice versa until the next week. I feel as though this should be simple but I've spent hours and hours trying to figure it out. Counter blocks don't seem to work, For Each Closed Trade doesn't seem to work, arrrrrghhhhh!!!!!!

-
I don't understand the reason for that 'AND' block. You could connect block 145 directly from that 'OR'. Why using 'AND'?
-
Try share a link to a copy of your project so we're not so uncertain what's going on inside ... Mr. Heisenburg.