Topic: Start MT5 automalically with several new EAs
Hey,
I want to automate my processes to save my time doing all manually.
My first goal in this process is:
- Open an MT5 (without any Symbol-View inside - that i deleted manually)
- with several EAs on different Symbols and Timeframes.
During my search i found the: configuration.ini File
It sounds perfekt for my need.
But: By starting MT5 with my personal config.ini I can only give 1 (ONE) Symbol, Timeframe, EA(!!!)
Not 99 for this MT5.
My next idea for this was a small Batch-Script with a loop of max. 99.
Open MT5 with config.ini, kill the process, change the ini File and loop this way.
But the EA startet with the ini File will not be remembered in MT5, the Symbol-Timeframe stay without the EA.
Is there another way to start MT5 with several EAs programmatically?
Or is the config.ini the right way. Only i dont know all parameters around?
I am pretty sure, nobody starts hundrets of new EAs weekly manually by hand
Did you have any good idea for me? To solve my Problem.
Thank you.