Several EA's, same instrument.
-
Is there a way to only have the EA look at the chart it's loaded on? So I can run the same EA on the same instrument, but different settings.
I've tried different magic# but EA's "see" each other positions. -
Different setting cannot,
different symbol can. -
@Johnster
Different magic number should do the job right. I do this all the time -
So there are no options to run several strategies on the same instrument without the EA knowing of the other EA's positions?
-
You would have to duplicate your Blocks and use different Group Numbers for each strategy used....*
You could also used the Comment section in the Buy/Sell Blocks to see which strategy is placing the trades*
-
Yes @Johnster , just like @Morpheus_0 said, if you want it all in just a single EA.
-
@Johnster Yes, you can do it by using different group numbers, one for each different strategy to consider.