Merge pull request #2339 from freqtrade/fix_doc

fix documentation error
This commit is contained in:
hroff-1902 2019-10-05 11:04:49 +03:00 committed by GitHub
commit 8938c95e00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

View 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
```