From 81925dfadf1317962143491926133521f509dd82 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 22 Aug 2019 13:01:10 +0200 Subject: [PATCH] Fix some doc inconsistencies --- docs/plotting.md | 4 +--- docs/strategy-customization.md | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/plotting.md b/docs/plotting.md index ac0b1f7cf..c727913b0 100644 --- a/docs/plotting.md +++ b/docs/plotting.md @@ -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 diff --git a/docs/strategy-customization.md b/docs/strategy-customization.md index d71ebfded..9e32ded18 100644 --- a/docs/strategy-customization.md +++ b/docs/strategy-customization.md @@ -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.