How to block mt5 from making combinations of variables and just work the parameters

 
Example I have 100 variables + parameters start 1, pass 1, end 10

By default the mt5 will combine variables and parameters I think the result here is (100 * 10) * (100 * 10) = 1 million combinations

However I do not want to combine the variables just want it to test the parameters of each variable separately from each other

Could someone help me, already grateful
 

Assuming that your variables are orthogonal, optimize one, choose the final value, do the next.

Many times they are not, that is what the generic optimization solves.

Reason: