fxsaber:
https://www.mql5.com/ru/code/26132
https://www.mql5.com/ru/code/26132
Thank you for your contribution. I forgot to mentioned that I am using mt4.
In any case for those that are looking for an automated solution to launched the Strategy tester, the workaround I found is through a batch file(code below) where I launch the teminal with an startup file (see my post above or the documentation of the terminal)
cd C:\Program Files (x86)\MyBrokerFolder terminal.exe C:\Myfolder\MyInitializationFile.ini
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello all,
I would like to be able to launch the StrategyTester, so I can program backtests in different dates/currencies and leave the computer testing over night. Is there anyone that coud help with this?
This is my code:
and this is the content of the optimize.ini as it is described in the help Topic/Tool/Configuration at StartUp. The problem is that since this is not a start up the code is not working. If I execute the terminal.exe from cmd passing the file the tester is being launched, but this does not give the felxibility that I am looking for.
Thank you in advance,
Cheers :)