Fix documentation mishap

This commit is contained in:
Matthias 2022-05-01 14:50:36 +02:00
parent 8b5d454b50
commit 2cedbe5704
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ freqtrade download-data --exchange binance --pairs .*/USDT
#### Download additional data before the current timerange
Assuming you downloaded all data from 2022 (`--timerange 20220101-`) - but you'd now like to also backtest with earlier data.
You can do so by using the `--prepend` flag, combined with
You can do so by using the `--prepend` flag, combined with `--timerange` - specifying an end-date.
``` bash
freqtrade download-data --exchange binance --pairs ETH/USDT XRP/USDT BTC/USDT --prepend --timerange 20210101-20220101