Fix grammar error in documentation

This commit is contained in:
Matthias 2019-08-20 09:45:28 +02:00 committed by GitHub
parent af51ff4162
commit be308ff914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Backtesting.
## Getting data for backtesting and hyperopt
To download backtesting data (candles / OHLCV) and hyperoptimization using the `freqtrade download-data` command.
To download backtesting data (candles / OHLCV) and hyperoptimization use the `freqtrade download-data` command.
If no additional parameter is specified, freqtrade will download data for `"1m"` and `"5m"` timeframes.
Exchange and pairs will come from `config.json` (if specified using `-c/--config`). Otherwise `--exchange` becomes mandatory.