Update plotting.md

typo fixed.
This commit is contained in:
creslin 2018-06-07 15:18:19 +00:00 committed by GitHub
parent 959a03a6b0
commit 7bcac064c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ python scripts/plot_dataframe.py --db-url tradesv3.dry_run.sqlite -p BTC_ETH
To plot a test strategy the strategy should have first be backtested.
The results may then be plotted with the -s argument:
```
python scripts/plot_dataframe.py -s Strategy_Name -p BTC/ETH --data-dir users_data/data/<exchange_name>
python scripts/plot_dataframe.py -s Strategy_Name -p BTC/ETH --datadir user_data/data/<exchange_name>/
```
## Plot profit