Showing on CAGR and MDD in backtest results #5106
Comments
|
|
|
we do have an issue for sharp already (#1907 ) - but so far, it was not important enough for anyone to actually spend time to implement it. We have a section for strategy metrics - i'll surely not mind having others added there as well if they make sense. |
|
That means absolute wallet including current open positions(maximum total stake - minimum total stake / maximum total stake) I think it has already there named max drawdown high and low. That will do exact thing. (And for sharp ratio - I agree it's not a necessary thing. So can bother with it later.) |



This is a very simple enchantment, but I think it is so helpful for intuitively comparing strat's performances.

Such as this image, showing CAGR and MDD is extremely intuitive for comparing strategies, higher CAGR(profitability) and lower MDD(risk) is better!It's about showing CAGR (geometric mean of yearly profits,
(current total stake)/(starting wallet)^(1/years passed), (simply,) years_passed = days_passed/365) and MDD (((strat's)max - min / max) * 100%, currently freqtrade has the drawdown, but it is unintuitive because it gives ratio based on starting wallet stakes).This will make freqtrade's backtests look more intuitive and easier to compare strats.
How do you guys think about this very little enchantments?
The text was updated successfully, but these errors were encountered: