Improve deprecated docs

This commit is contained in:
Matthias
2019-08-20 07:05:17 +02:00
parent 11dab2b9ca
commit 4ee35438a7
3 changed files with 13 additions and 4 deletions

View File

@@ -69,6 +69,9 @@ freqtrade backtesting --ticker-interval 1m
#### Using a different on-disk ticker-data source
Assume you downloaded the history data from the Bittrex exchange and kept it in the `user_data/data/bittrex-20180101` directory.
You can then use this data for backtesting as follows:
```bash
freqtrade backtesting --datadir user_data/data/bittrex-20180101
```