Align calling of freqtrade in backtesting and plotting docu (#554)

This commit is contained in:
Matthias
2018-03-15 23:34:13 +01:00
committed by Michael Egger
parent ab93a61066
commit 480d3876b8
2 changed files with 4 additions and 4 deletions

View File

@@ -73,5 +73,5 @@ The `-p` pair argument, can be used to plot a single pair
Example
```
python3.6 scripts/plot_profit.py --datadir ../freqtrade/freqtrade/tests/testdata-20171221/ -p BTC_LTC
python3 scripts/plot_profit.py --datadir ../freqtrade/freqtrade/tests/testdata-20171221/ -p BTC_LTC
```