Unit testing framework

 

Hello,

Any chance that a unit testing framework exists for MQL4/5? (Something along the lines of JUnit for example).
I am finding with complex EAs that debugging and testing efficiently is somewhat of a challenge in MQL4. I haven't tried MQL5 yet to know if it is any better in this regard.

Thank you,
Philip

 
MQL4 never hear about that. I'm searching a tool like these too!
 

Hello,

I'm quite late but you should have a look at

https://www.mql5.com/en/articles/1579

or with new MT4 (with support of MQL5) it's probably better to use

https://github.com/micclly/mt4-unittest (or https://www.mql5.com/en/code/6859 )

Reason: