If trade - No trade Bug??
-
Hello,
I upload an image from a sample of the EA.
As you can see i want for each currency to have only one trade opened.
Expept if there is opposite trade opended,then i want to duplicate my lot once as you can see.Until now the bigger lot size trade works good.
The problem is that when the condition are triggered
it opens a new trade, altough there is same a direction trade opened.For examble i have one buy trade opened,and when the condition met again it opens an other buy trade again.
I want to check for conditions only if there is no buy trade opened.I think that <<No trade Button should do>>Should i do something wrong or there is a bug in that order?
Thank you

-
By the way, there is some problem in your Buy/Sell blocks that can be fixed by removing this: http://prntscr.com/hagdpy
I tried this and I got 1 Buy and 1 Sell trade at a time: http://prntscr.com/hagg9n I don't see 2 Buys or 2 Sells at the same time
-
@fxdreema Thank you for reply,
I thought that it was an issue because i have change my EA,while still running.As i check later it has lost the magic number and it has the default.So i think that is the reason for not finding the opened trade.
Is that correct?