Improve wording

This commit is contained in:
Matthias 2019-08-20 19:34:18 +02:00 committed by GitHub
parent be308ff914
commit 210f66e48b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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