File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ output file. This allows you to keep historical versions of backtest results and
5555them at a later date:
5656
5757``` bash
58- freqtrade backtesting -c < config.json> --timeframe < tf> --strategy < strategy_name> --timerange=< timerange> --export=signals --export-filename=/tmp/mystrat_backtest.json
58+ freqtrade backtesting-analysis -c < config.json> --timeframe < tf> --strategy < strategy_name> --timerange=< timerange> --export=signals --export-filename=user_data/backtest-results/backtest-result-2025-03-05_20-38-34.zip
5959```
6060
6161You should see some output similar to below in the logs with the name of the timestamped
Original file line number Diff line number Diff line change @@ -105,12 +105,14 @@ Only use this if you're sure you'll not want to plot or analyze your results fur
105105
106106---
107107
108- Exporting trades to file specifying a custom filename
108+ Exporting trades to file specifying a custom directory
109109
110110``` bash
111- freqtrade backtesting --strategy backtesting --export trades --export-filename=backtest_samplestrategy.json
111+ freqtrade backtesting --strategy backtesting --export trades --export-filename=user_data/custom-backtest-results
112112```
113113
114+ ---
115+
114116Please also read about the [ strategy startup period] ( strategy-customization.md#strategy-startup-period ) .
115117
116118---
You can’t perform that action at this time.
0 commit comments