I'm looking for a solution, how to make one change in multiple EAs at the same time.
Example 1. I have 30 EAs and all of them based on EMA 20 and I would like to change it to EMA 50. I know how to change them one by one - I import EA to fxdreema, change it, save it and upload it again to MT4. Is it possible to run this process or part of it for all of 30 EAs at once?
Example 2. I have and EA with EMA 20 and would like to create a copy of this EA with EA 25 and EA 30. I can run the same process and make copies manualy creating new EAs, but maybe there is a way to do create those new versions of the same EA more automatic way?
Is there any solution for making such "bulk" changes in mql code at once through fxdreema, MT4 Editor, Python, mql script or any other way?