Make plot_dataframe able to show trades stored in database. (#692)
* Show trades stored in db on the graph
This commit is contained in:
committed by
Samuel Husso
parent
1cc132afe2
commit
0c051b1b7a
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user