Marco, thank you for answering this!
Where do I put it? On my EA code?
Can you do any EA, containing a MA crossover or whatever snippet where it applies to all symbols using SymbolsTotal?
Put it in a loop then use
To identify the symbol.. it's not rocketscience .
Probably this is a question made by many of you already, I want to use the same EA for all symbols on my marketwatch with same parameter and same timeframe, do you have any ideas of how to do it?
Easiest way is to create a template with your EA set up the way you like it.
Then either:
1. Name the template default.tpl and open each chart manually. The template default.tpl will automatically be used. No code needed!
2. Use code to loop through all the symbols in marketwatch and open a chart with the template name
Bare in mind the template may interfere with other indicators / objects you already have on certain charts.
Sure, thanks for your "help"
I am sorry i stopped spending all my free time coding free for "others" ...
I bet you dont even realize how much time it takes to write such a thing.
Easiest way is to create a template with your EA set up the way you like it.
Then either:
1. Name the template default.tpl and open each chart manually. The template default.tpl will automatically be used. No code needed!
2. Use code to loop through all the symbols in marketwatch and open a chart with the template name
Bare in mind the template may interfere with other indicators / objects you already have on certain charts.
If someone can make an EA which will trade on all pair in marketwatch and embed in only one chart (whatever pair is), does the EA use little resources than when we use your mentioned method above which is using many charts.
Marco, thank you for answering this!
Where do I put it? On my EA code?
Can you do any EA, containing a MA crossover or whatever snippet where it applies to all symbols using SymbolsTotal?

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello,
Probably this is a question made by many of you already, I want to use the same EA for all symbols on my marketwatch with same parameter and same timeframe, do you have any ideas of how to do it?