Improve documentation wording

This commit is contained in:
Matthias 2019-09-25 06:26:28 +02:00
parent 93b2621651
commit cc91ccad3e
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -1,4 +1,4 @@
# Data download
# Data Downloading
## Getting data for backtesting and hyperopt