Auto optimizer – library MetaTrader 4
The detailed article on the usage of the auto optimizer library and principles of its operation can be found here: The code to insert in your EA: //—- extern int SetHour = 0; //Optimization starting hour extern int SetMinute = 1; //Optimization starting minute int TestDay = 3; //Number of days for optimization int TimeOut = 4; … Read more