Optimizers normally do not run all parameter combinations. This would take too much time and limit you to maybe two parameters. A genetic algorithm is used instead.

Problem is that systems optimized this way are normally extremely overfitted and useless in real trading. That's why we did not implement such an optimizing method. Of course, we can implement it anyway, so you can use it at your own risk.