Here is the way I update an EA.
I'd be grateful if someone would take the time to help me (or point me in the right direction) with a step by step guide to adding an updated version of an EA to a chart. I've looked around the forum but I'm unsure in what order things such as deleting the old EA, and adding the New EA, are done. And, what effect if any, the process has on open trades etc.
Thanks for your time.
Lee
1. Turn off Auto Trading at the top of the screen.
2. Hit F7 and bring up the EA properties. Save your current Input settings. This creates a Presets file.
3. Click File>Open Data Folder>MLQ4>Experts
4. Delete the EX4 and MQ4 versions and the mqlcache.dat
5. Retrieve your newly downloaded version of the EA and paste into File>Open Data Folder>MLQ4>Experts
6. Shut down entire version of Empty4 and restart.
7. Reload the new version on your charts. It may automatically reload if you have saved your setup as a template. Do a F7 again to bring up the input properties and load your saved settings.
8. I now re-save the chart as a Template.
9. Use a script to load the same template onto all the charts.
10. Turn AutoTrading back on.
I think that's all. Just the way I do it.
