[HELP] Multipair Stock Trading in MT4
-
Hi'
I was on progress to trade on stocks with my Indices EA with little modification. I got everything correctly setup until when i realize there's plenty of stocks company that my broker provide and i want to trade all of em.
So, it's around 275 symbols that i want to trade.
It's so annoying to open 275 charts and put the EA one by one. So i try to use a block (Set "Current Market" for next blocks) to get around it and set the EA on one chart then it'll do the rest.
But, when i add the input of 275 symbols, it exceeds the max input character. Then i read miro's thread in here. But i was not sure how to manage the file input since the block that will receive the input need the symbol separated by commas, so in here i should divide the file into 2 or 3 files, now i got more problem on how to make the EA read those 3 files one by one.Is there anyone have some easier solution for this?
Thanks
-
@everjn17 just a guess: use multiple parallel "Set current market" blocks, each containing a part of your list?
-
I never think that way but it might works. I was wonder if using multiple block of that can endup making the block crashing each other?
-
@everjn17 there shouldn't be any problem. The block with lowest block ID will go first, and so on
-
@roar , awesome it works.
Thanks for the advice