From be308ff91428d8b4b53cc3f5a199289d5652279e Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 20 Aug 2019 09:45:28 +0200 Subject: [PATCH 1/2] Fix grammar error in documentation --- docs/backtesting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backtesting.md b/docs/backtesting.md index 3712fddce..48f658ab9 100644 --- a/docs/backtesting.md +++ b/docs/backtesting.md @@ -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. From 210f66e48bbbd654f61d566eca9224121c9ef147 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 20 Aug 2019 19:34:18 +0200 Subject: [PATCH 2/2] Improve wording --- docs/backtesting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/backtesting.md b/docs/backtesting.md index 48f658ab9..90256283e 100644 --- a/docs/backtesting.md +++ b/docs/backtesting.md @@ -5,7 +5,7 @@ Backtesting. ## 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. Exchange and pairs will come from `config.json` (if specified using `-c/--config`). Otherwise `--exchange` becomes mandatory.