Quote:
|
Originally Posted by rbowles
Most of the sample EA that come with metatrader have some code in it that do not allow more than one order at a time. What code would I use to allow more than one order if it is a different currency pair. For example if usdcad has an open position I do not want any more open. However I do want euros to trade if I signal is generated.
Thanks in advance
Randy
|
Most EAs are trading like this. And most EA are having magic number option which is doing it. And there is the other code which is protecting trading many EAs in one metatrader but I don't remember.
Check EAs (there are a lot on this forum), select one with Magic number option (in settings) and do the same with yours.