@@ -15,7 +15,7 @@ usage: freqtrade backtesting [-h] [-v] [--no-color] [--logfile FILE] [-V]
15
15
[--strategy-list STRATEGY_LIST [STRATEGY_LIST ...]]
16
16
[--export {none,trades,signals}]
17
17
[--export-filename PATH]
18
- [--breakdown {day,week,month} [{day,week,month} ...]]
18
+ [--breakdown {day,week,month,year } [{day,week,month,year } ...]]
19
19
[--cache {none,day,week,month}]
20
20
[--freqai-backtest-live-models]
21
21
@@ -65,8 +65,9 @@ options:
65
65
Use this filename for backtest results.Requires
66
66
`--export` to be set as well. Example: `--export-filen
67
67
ame=user_data/backtest_results/backtest_today.json`
68
- --breakdown {day,week,month} [{day,week,month} ...]
69
- Show backtesting breakdown per [day, week, month].
68
+ --breakdown {day,week,month,year} [{day,week,month,year} ...]
69
+ Show backtesting breakdown per [day, week, month,
70
+ year].
70
71
--cache {none,day,week,month}
71
72
Load a cached backtest result no older than specified
72
73
age (default: day).
0 commit comments