Skip to content

Commit

Permalink
Add renko examples to readme + notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
coffincw committed Mar 7, 2020
1 parent 409fe6b commit b159292
Show file tree
Hide file tree
Showing 4 changed files with 482 additions and 584 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ mpf.plot(daily)
---
<br>

The default plot type, as you can see above, is `'ohlc'`. Other plot types can be specified with the keyword argument `type`, for example, `type='candle'` or `type='line'`
The default plot type, as you can see above, is `'ohlc'`. Other plot types can be specified with the keyword argument `type`, for example, `type='candle'`, `type='line'`, or `type='renko'`


```python
Expand All @@ -200,6 +200,15 @@ mpf.plot(daily,type='line')
![png](https://raw.githubusercontent.com/matplotlib/mplfinance/master/readme_files/readme_7_1.png)



```python
mpf.plot(daily,type='renko')
```


![png](https://raw.githubusercontent.com/matplotlib/mplfinance/master/readme_files/readme_8_1.png)


---
<br>

Expand Down
447 changes: 378 additions & 69 deletions examples/customization_and_styles.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit b159292

Please sign in to comment.