Automatic optimization in EA

 

Is there smart way to perform parameter optimization from constantly latest chart?


It might be a little different from my nuance

<link removed by moderator>

 

my system are there//

<link removed by moderator>

 

You know that mt4 can start itself testing by:

#import "shell32.dll"
int ShellExecuteW(int hWnd,int lpVerb,string lpFile,string lpParameters,string lpDirectory,int nCmdShow);
#import

here is link for the usage:
http://msdn.microsoft.com/en-us/library/windows/desktop/bb776886%28v=vs.85%29.aspx

I remember to have seen solutions where mt4 starts an optimization every weekend using the results for the coming week, e.g.: https://www.mql5.com/en/articles/1467