is it possible detect the begin and end of optimizer from code? - page 3

 

Finally I got take the event of the start and the end of the optimizer with a dll and a little code in mql4.

The library capture the event, when start clean the GlobalVariables I use to save the best optimal pass for my algorithm when finished send me a mail with this result and the most important for me warning the optimizer of respective computer has finished.

This is very good when we optimize several symbols or EAs in several computers, for better organization.

If someone is interested, I haven´t problem for share my dll and explain how this work.

Sorry my english.


 

I know this is digging one out of the grave, but VabRus is there anyway you could share your Dll for this?


I just need a way to work out which one is first, or which pass is last. Either one is fine

 

nevermind just found your other post thanks


https://www.mql5.com/en/forum/148885


Link here for anyone interested

Detecting the begin and end of optimizer in MT4 (code dll inside)
Detecting the begin and end of optimizer in MT4 (code dll inside)
  • 2014.01.13
  • www.mql5.com
I want to share my code for detect the events like MT5 OnTesterInit() or OnTesterDeInit...