Just check the MagicNumber
-
This is probably very very easy to solve. I am just running an EA on my account and to get it started I have my own EA to kick in as soon as there are no trades open. So I made this little simple EA to open, let's say a BUY order when I set the chart to "Long only" on the EURUSD. And it works fine. But now I_ want to do the same on "short only". but since there is already one open on the EURUSD this one will not open. Even if I set them to different magic numbers. So where do I change it to look if any order is not open on the actual pair AND magic number.

-
@brad-0 You cannot run two EAs on the same chart. They need to be in separated charts. Then you can select a different magic number for the second one.
-
Yes. I know that.

But it seems like this one didn't take any trades if there is already one open. But I solved it by making a new one for only BUYS and one for only SELLS. And that one seems to work.