From 2cedbe5704b9d28facfd4976d0848fec8f523aa3 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 1 May 2022 14:50:36 +0200 Subject: [PATCH] Fix documentation mishap --- docs/data-download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-download.md b/docs/data-download.md index c1caa8722..681fb717d 100644 --- a/docs/data-download.md +++ b/docs/data-download.md @@ -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