Manage several symbol without open all chart
-
Hi all,
How I can make to manage several symbols without to open all charts that I want trade?
Thanks,
tradingest -
of course. sure.
-
In most blocks you can specify particular symbol (Market name) and the block will work with it. If you don't want to write the same symbol name in multiple blocks, you can use some Constant. Or you can use this block "Set Current Market for next blocks". But note that if you put the EA under EURUSD (let's say), it will still work because of the ticks in EURUSD, the EA is still under control of EURUSD.
Note that in MT4 it's not possible to backtest more than 1 symbol (the current one)
-
great!!
However I set all symbols that I want manage EA. That's operation allow me manage EA without open and apply EA in all chart. Right?
thanks
-
Yes, but again, the situation is not exactly the same. I think that it's technically better to put the EA on separate charts. But I also never tried that personally, so I'm not talking from experience
