This commit is contained in:
Matthias
2019-10-05 09:56:01 +02:00
parent 2c0d2c1532
commit 73e9cbdea1
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@ Assume you downloaded the history data from the Bittrex exchange and kept it in
You can then use this data for backtesting as follows:
```bash
freqtrade backtesting --datadir user_data/data/bittrex-20180101
freqtrade --datadir user_data/data/bittrex-20180101 backtesting
```
#### With a (custom) strategy file