pull/2339/head
Matthias 7 years ago
parent 2c0d2c1532
commit 73e9cbdea1

@ -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

@ -179,5 +179,5 @@ freqtrade plot-profit -p LTC/BTC --db-url sqlite:///tradesv3.sqlite --trade-sou
```
``` bash
freqtrade plot-profit --datadir user_data/data/binance_save/ -p LTC/BTC
freqtrade --datadir user_data/data/binance_save/ plot-profit -p LTC/BTC
```

Loading…
Cancel
Save