I noticed that when we backtest a trading bot with DCA for some reasons the bot calculate the BASE order as part of the DCA orders - if we have 5 DCA in the deal list backtest the bot will say 6 DCA counting the base orders as extra DCA
I also noticed that in the backtest history the drawdown percentage is never recorded
Answer from Maksym:
Rename DCA Orders to Deal orders
Drawdown is save, but rossano’s backtests doesn’t have drawdown, only equity drawdown
I added max equity drawdown for the backtest
1 Like
Thanks for fixing this - I think I learnt something new today
.
Do you think the percentage change value between the initial price and the price drop is missing in the stats?
I think knowing the actual drop the strategy/bot was able to cover during a price drop is an essential value as it tells you the actual bot cover if the price goes agains your strategy.