That was lightning fast speed which you came out with this bot.
Thanks !
Cheers
Code: Select all
void AdjustTFforH4() {
HighTF = 240;
MedTF = 240;
LowTF = 240;
HighTfMaPeriod = 1650;//55;//if you would like to craptest the ea, change it to 1650 (which is weekly 55 x 5 x 6) //for d1-h4-h1 change it to 1320
MedTfMaPeriod = 126;//21;//if you would like to craptest the ea, change it to 126 (which is daily 21 x 6) //for d1-h4-h1 change it to 84
}
void AdjustTFforH1() {
HighTF = 60;
MedTF = 60;
LowTF = 60;
HighTfMaPeriod = 1320;//55;//if you would like to craptest the ea, change it to 1650 (which is weekly 55 x 5 x 6) //for d1-h4-h1 change it to 1320
MedTfMaPeriod = 84;//21;//if you would like to craptest the ea, change it to 126 (which is daily 21 x 6) //for d1-h4-h1 change it to 84
}
milanese wrote:Hi Spider,
many thanks for your backtesting with Protrader ..
Cheers
Tommaso
milanese wrote:Hi Spider,
did you try it to backtest in Protrader? How long has it taken?
BASA is very well programmed what you can see in the cpu use... even if you run a lot of instances parallel.
Cheers
Tommaso