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