Reword documentation

This commit is contained in:
Matthias 2019-08-20 06:39:28 +02:00
parent 5e440a4cdc
commit 8d1a575a9b
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), we recommend using the `freqtrade download-data` command.
To download backtesting data (candles / OHLCV) and hyperoptimization using 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.