Genetic Algorithm

Genetic Algorithm is similar to Genetic Programming Module. Differently from Genetic Programming, you have to write a buy and a sell rule with many parameters as you wish. Then you have to declare the minimum and the maximum values for each parameter. If you'll use minimum and maximum values of float type (2.3, 1.7, 1.1, ...) you'll use that parameter as float, so be aware to put it in the rules so that it doesn't generate syntax error. If you'll use minimum and maximum values of integer type (2, 3, 4, ...) you'll use that parameter as integer, so be aware to put it in the rules so that it doesn't generate syntax error. The Genetic Algorithm process will modifiy the parameter values inside the rules, according to the range inserted.