Quote:
Originally Posted by misterocupo hi rsmereka
can i use two EA on same cross (€/$) on MT4?
thank's |
Yes you can (with conditions),
You will need two MT4 charts open (each chart can only run one EA). In addition, make sure in the settings of each EA, you define a different magic number.
The EA that you use must be capable of modifying only it's own open orders. In a properly coded/built EA, this is done using the symbol (EURUSD, EURGBP etc) and the magic number. Caution, there are many EA's on the market that are not coded properly and consider themselves masters of the entire account and don't play nice.
The Channel Scalper is properly coded and you can run many copies of it (each in it's own chart, of course) on an account. The parameter that you are looking for is called
magic. Set this to a different number on each chart.
Here is a decent video on
MT4 magic numbers that I think will help.
Rick