Skip to content

Commit b159292

Browse files
committed
Add renko examples to readme + notebook
1 parent 409fe6b commit b159292

File tree

4 files changed

+482
-584
lines changed

4 files changed

+482
-584
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ mpf.plot(daily)
180180
---
181181
<br>
182182

183-
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'`
183+
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'`
184184

185185

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

202202

203+
204+
```python
205+
mpf.plot(daily,type='renko')
206+
```
207+
208+
209+
![png](https://raw.githubusercontent.com/matplotlib/mplfinance/master/readme_files/readme_8_1.png)
210+
211+
203212
---
204213
<br>
205214

examples/customization_and_styles.ipynb

Lines changed: 378 additions & 69 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)