Elite Percentage – A genetic algorithm parameter. It specifies what percentage of the current population’s fittest individuals are kept unchanged for the next generation. For example, an Elite Percentage of X% means the top X% of runs (highest fitness) automatically survive to the next iteration. Both cTrader and MT5 GAs use the elitism concept to retain good solutions.