From 1389c8f5b617f767b566b579dc8048be37cde97b Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 19 Aug 2022 15:34:10 +0200 Subject: [PATCH] Update documentation with show-timerange option --- docs/data-download.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/data-download.md b/docs/data-download.md index 681fb717d..55c2ad738 100644 --- a/docs/data-download.md +++ b/docs/data-download.md @@ -374,6 +374,7 @@ usage: freqtrade list-data [-h] [-v] [--logfile FILE] [-V] [-c PATH] [-d PATH] [--data-format-ohlcv {json,jsongz,hdf5}] [-p PAIRS [PAIRS ...]] [--trading-mode {spot,margin,futures}] + [--show-timerange] optional arguments: -h, --help show this help message and exit @@ -387,6 +388,8 @@ optional arguments: separated. --trading-mode {spot,margin,futures} Select Trading mode + --show-timerange Show timerange available for available data. (May take + a while to calculate). Common arguments: -v, --verbose Verbose mode (-vv for more, -vvv to get all messages).