- No.
- If you had coded it/them to read from a single file, then you could just change that.
- Do you really mean several different EAs, or one EA on several charts? Big difference. For the later, change the EA, save a template, apply to other charts.
- No.
- If you had coded it/them to read from a single file, then you could just change that.
- Do you really mean several different EAs, or one EA on several charts? Big difference. For the later, change the EA, save a template, apply to other charts.
ad1 ok
ad2 ok
ad3 yes you are right, one EA applied to many charts.
Now I change each separately "properties, change, save" I will check if the template change propagates parameter changes, because it probably doesn't work like that
ad1 ok
ad2 ok
ad3 yes you are right, one EA applied to many charts.
Now I change each separately "properties, change, save" I will check if the template change propagates parameter changes, because it probably doesn't work like that
You can create a script that iterates through charts and sets template using ChartApplyTemplate()
Then you change parameter on one chart, save the template and run the script to apply the template on other charts.

- www.mql5.com
You can create a script that iterates through charts and sets template using ChartApplyTemplate()
Then you change parameter on one chart, save the template and run the script to apply the template on other charts.
nice idea, admittedly not the height of dreams and elegance, but it works. Maybe someday we will find something more elegant :) but we have to remember that it is only/just MQL5 and MT5 :)

- 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,
Is it possible to change the EA properties for several EAs at the same time?
I have a dozen working EAs and I have to change one parameter from time to time.
I am looking for a manual change from the MT5 level or some "simple" programmable.