Genetic Algorithm Feature Request

 
Slawa:

I realize this can't be done in the near future, but please add to your list of feature requests:

In the Genetic Algorithm section of the Optimization Dialog box, we have the option of choosing what the GA "fitness" value is: Balance, Max DD%, etc.

It would be useful if one of the options was something like "GACustomFitnessVar". Then, in the deinit() of my EA, I would call a function like SetGACustomFitnessVar( double ) that would allow me to tell MT4 what the fitness of the current pass is.

This would allow me, for example, to create a composite value that might combine profit and DrawDown% to give an overall picture of fitness, rather than using GA to look only at balance.

I realize that the "Limitation" tab is somewhat helpful in this regard, but it would still be great to set the Fitness value myself.
Reason: