From cc91ccad3ee39ec0a501878132219492df332a25 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 25 Sep 2019 06:26:28 +0200 Subject: [PATCH] Improve documentation wording --- docs/backtesting.md | 2 +- docs/data-download.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/backtesting.md b/docs/backtesting.md index 24df545fd..041a47ba2 100644 --- a/docs/backtesting.md +++ b/docs/backtesting.md @@ -84,7 +84,7 @@ freqtrade backtesting --timerange=20190501- #### Advanced use of timerange -Using `--timerange=20190101-` will use all available data starting with January 1st, 2019 from your inputdata. +For Example, running backtesting with the `--timerange=20190101-` option will use all available data starting with January 1st, 2019 from your inputdata. You can also specify particular dates or a range span indexed by start and stop. The full timerange specification: diff --git a/docs/data-download.md b/docs/data-download.md index 17565bb98..c370b3919 100644 --- a/docs/data-download.md +++ b/docs/data-download.md @@ -1,4 +1,4 @@ -# Data download +# Data Downloading ## Getting data for backtesting and hyperopt