Fix documentation mishap
This commit is contained in:
parent
8b5d454b50
commit
2cedbe5704
@ -166,7 +166,7 @@ freqtrade download-data --exchange binance --pairs .*/USDT
|
|||||||
#### Download additional data before the current timerange
|
#### 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.
|
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
|
``` bash
|
||||||
freqtrade download-data --exchange binance --pairs ETH/USDT XRP/USDT BTC/USDT --prepend --timerange 20210101-20220101
|
freqtrade download-data --exchange binance --pairs ETH/USDT XRP/USDT BTC/USDT --prepend --timerange 20210101-20220101
|
||||||
|
Loading…
Reference in New Issue
Block a user