Improve docs to point to `freqtrade download-data`

This commit is contained in:
Matthias 2019-08-18 06:55:19 +02:00
parent 08fa5136e1
commit 5e440a4cdc
2 changed files with 5 additions and 13 deletions

View File

@ -3,7 +3,7 @@
This page explains how to validate your strategy performance by using This page explains how to validate your strategy performance by using
Backtesting. Backtesting.
## Getting data for backtesting / hyperopt ## 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), we recommend using the `freqtrade download-data` command.

View File

@ -184,19 +184,11 @@ optional arguments:
result.json) result.json)
``` ```
### How to use **--refresh-pairs-cached** parameter? ### Getting historic data for backtesting
The first time your run Backtesting, it will take the pairs you have The first time your run Backtesting, you will need to download some historic data first.
set in your config file and download data from the Exchange. This can be accomplished by using `freqtrade download-data`.
Check the corresponding [help page section](backtesting.md#Getting-data-for-backtesting-and-hyperopt) for more details
If for any reason you want to update your data set, you use
`--refresh-pairs-cached` to force Backtesting to update the data it has.
!!! Note
Use it only if you want to update your data set. You will not be able to come back to the previous version.
To test your strategy with latest data, we recommend continuing using
the parameter `-l` or `--live`.
## Hyperopt commands ## Hyperopt commands