plotting.md update.
include an example or plotting a strategy buy/sell output.
This commit is contained in:
parent
c75b70463b
commit
959a03a6b0
@ -48,6 +48,12 @@ 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
|
||||
```
|
||||
|
||||
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>
|
||||
```
|
||||
|
||||
## Plot profit
|
||||
|
||||
The profit plotter show a picture with three plots:
|
||||
|
Loading…
Reference in New Issue
Block a user