Skip to content

Commit 765d2c3

Browse files
committed
docs: update Documentation about export-filename
1 parent 8857c77 commit 765d2c3

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/advanced-backtesting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ output file. This allows you to keep historical versions of backtest results and
5555
them 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

6161
You should see some output similar to below in the logs with the name of the timestamped

docs/backtesting.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
114116
Please also read about the [strategy startup period](strategy-customization.md#strategy-startup-period).
115117

116118
---

0 commit comments

Comments
 (0)