Fix some doc inconsistencies

This commit is contained in:
Matthias 2019-08-22 13:01:10 +02:00
parent 91e72ba081
commit 81925dfadf
2 changed files with 1 additions and 4 deletions

View File

@ -44,11 +44,9 @@ python3 scripts/plot_dataframe.py -p BTC/ETH,XRP/ETH
To plot a timerange (to zoom in):
``` bash
python3 scripts/plot_dataframe.py -p BTC/ETH --timerange=100-200
python3 scripts/plot_dataframe.py -p BTC/ETH --timerange=20180801-20180805
```
Timerange doesn't work with live data.
To plot trades stored in a database use `--db-url` argument:
``` bash

View File

@ -319,7 +319,6 @@ if self.dp:
print(f"available {pair}, {ticker}")
```
#### Get data for non-tradeable pairs
Data for additional, informative pairs (reference pairs) can be beneficial for some strategies.