Skip specific parameter combinations in tester

 

Hey i got specific parameters like "TrailingStopPercent" and "TrailingStopStepPoints" which should exclude each other during pass.

I already got a working set of rules and use

return(INIT_PARAMETERS_INCORRECT); 

to skipp useless combinations-> problem is:


I cant use this with genetic optimization because i would get no passes at all...

How can i make it "not count" ?


to the MQL5 Team:

an "return(INIT_EXCLUDE_PASS);"

option would be great, if i havent overseen it so far

Reason: