More than one EA for same Currencypair?
-
Maybe a little strange question, but is it possible to have two charts open in MT4 with the same currency pair, but running different EA's?
What I like is to run one EA with a strategy for EUR/USD on one chart with 30 min time frame and then try another strategy on another chart, but with the same currency pair and this one is set to 1H.
In my script I start the first block with "no trade running". So if I get a signal from my EA to trade and one of the strategies is already running a trade then the other one wouldn't run when it gets the signal, unless the other time frame has run out of time or been closed.Is there a way to make this work or do I need to run two different MT4's wight the separate EA's?
-
It's only possible to add 1 EA per chart, this is how MetaTrader 4/5 works. But you can add as many EAs as you want, each for it's own chart... or until the PC dies

Well, in fxDreema you can select specific timeframe for blocks. Also, there is a block "Set current timeframe for next blocks" that can basically emulate having two EAs on different timeframes.
Also, the same EA can work with different groups of trades/orders - have a look at the "Group" parameter that exists in all trading blocks