You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above dataframe contains Open,High,Low,Close data at 1 minute intervervals for the S&P 500 stock index for November 5, 6, 7 and 8, 2019. Let's look at the last hour of trading on November 6th, with a 7 minute and 12 minute moving average.
381
385
382
386
@@ -418,7 +422,7 @@ Below: 4 days of intraday data with `show_nontrading=True`
418
422
419
423
420
424
```python
421
-
mpf.plot(intraday,type='ohlc',show_nontrading=True)# 4 day of intraday with show_nontrading=True
@@ -583,7 +590,7 @@ For more examples of using mplfinance, please see the jupyter notebooks in the *
583
590
584
591
| Version | Description | Release Date |
585
592
|:---------|:-------------|:---------------|
586
-
| 0.12.3a0 | - kwarg `block=False` for non-blocking call to `mpf.plot()`<br> - customize aspect ratio, title, y-labels<br> - customize colors and other `style` aspects of plot<br> - `no_xgaps` now default to True: use `show_nontrading=True` to set no_xgaps to false<br> - secondary y-axis available to `make_addplot()`<br> - bug fix for volume widths | 2020-02-11 |
593
+
| 0.12.3a0 | - kwarg `block=False` for non-blocking call to `mpf.plot()`<br> - customize aspect ratio, figure title, y-labels<br> - customize colors and other `style` aspects of plot<br> - `no_xgaps` now defaults to True: use `show_nontrading=True` to set no_xgaps to false<br> - secondary y-axis available to `make_addplot()`<br> - bug fix for volume widths | 2020-02-11 |
587
594
| 0.12.0a3 | Increase mav limit from 3 to 7 different mavs | 2020-01-16 |
588
595
| 0.12.0a2 | Ability to save plot to a file (pdf, svg, png, jpg, ...) | 2020-01-14 |
589
596
| 0.12.0a1 | Ability to plot arbitrary user data (in addition to basic OHLCV data).<br> - both line and scatter plots available.<br> - optionally plot on either the "main" or "lower" (aka "volume") axis. | 2020-01-09 |
@@ -623,3 +630,8 @@ where `<method>` indicates the method you want to import, for example:
0 commit comments