BackTester : Different passes with same parameters ????

 

I have found that backtester run the same parameters on different passes. It seems that a lot of passes are doubled !

the result is that testing are very long because of the number of passes ( see pass 560 and 570 or 135 and 482)

560 10269.71 27 4.42 380.36 2555.42 8.92% Période_Calcul=15 Step_Psar=0.01 Max_Psar=0.1 Periode_Calcul_Trend=60

567 10269.71 27 4.42 380.36 2555.42 8.92% Période_Calcul=15 Step_Psar=0.01 Max_Psar=0.1 Periode_Calcul_Trend=60

135 6582.56 26 2.16 253.18 4936.02 16.12% Période_Calcul=10 Step_Psar=0.005 Max_Psar=0.2 Periode_Calcul_Trend=60

482 6582.56 26 2.16 253.18 4936.02 16.12% Période_Calcul=10 Step_Psar=0.005 Max_Psar=0.2 Periode_Calcul_Trend=60

someBody have an idea to avoid this ?

Thanks

Phil

 
Matutin:

I have found that backtester run the same parameters on different passes. It seems that a lot of passes are doubled !

someBody have an idea to avoid this ?

Try not using genetic algorithm (Expert Properties > Testing Tab > un-tick Genetic Algorithm).

But this won't necessarily make it test any faster...

Reason: