Make plot_dataframe able to show trades stored in database. (#692)

* Show trades stored in db on the graph
This commit is contained in:
peterkorodi
2018-05-19 08:14:42 +02:00
committed by Samuel Husso
parent 1cc132afe2
commit 0c051b1b7a
3 changed files with 51 additions and 1 deletions

View File

@@ -43,6 +43,10 @@ python scripts/plot_dataframe.py -p BTC_ETH --timerange=100-200
```
Timerange doesn't work with live data.
To plot trades stored in a database use `--db-url` argument:
```
python scripts/plot_dataframe.py --db-url tradesv3.dry_run.sqlite -p BTC_ETH
```
## Plot profit