From 7781c54b92df841db0d00fb50a1dd1725f954cea Mon Sep 17 00:00:00 2001 From: Dayal Chand Aichara Date: Thu, 11 Jul 2019 11:58:36 +0900 Subject: [PATCH] version 0.5.1 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bdb2e7..f24069a 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,9 @@ This will return a plot of BVOL index against time also save volatility index pl This will return a plot of RSI against time and also save RSI plot in your working directory as 'rsi.png' """ ``` -< img src = 'plots/rsi.png' > + +< img src='plots/rsi.png' > + - #### Get Bollinger Bands and its plot ```python @@ -117,6 +119,8 @@ This will also save Bollingers bands plot in your working directory as 'bollinge """ ``` + + < img src ='plots/bollinger_bands.png' >