mplfinance
mplfinance copied to clipboard
Financial Markets Data Visualization using Matplotlib
**Is your feature request related to a problem? Please describe.** I would like to plot the Exponential Moving Average in mplfinance we have Simple moving average, but ema would also...
I have the following dataframe that contains ohlc data: `candles.head()`  I want to plot the data using an external axes object and then add additional stuff on the chart...
**Is your feature request related to a problem? Please describe.** With mav built in - support for emav - exponential moving average would be nice - and I suppose easy...
**Is your feature request related to a problem? Please describe.** I think the library is really impressive but there is a huge lack: it's not possible to plot Heikin Ashi...
Currently, the duration of the bar is automatically replaced by the number of arrays. Thus, the left side of the moving average will be blank. How do I draw a...
Hi, I need to add to the plot some text and I tried to use your guide "How to use your own matplotlib Figure and Axes in mplfinance". But i...
**Is your feature request related to a problem? Please describe.** "Monthly-Weekly-Daily" horizonal view is very helpful **Describe the solution you'd like** Maybe a wrapper on top of exiting functions, eg....
Hi, Happy new year! MplFinance very nice! It brings great convenience to my work! Thank you for your hard work! However, when savfig several times, a memory error occurs, The...
I am having trouble specifying one y axis for all studies on my sub panels. Is there a way to remove either the left or right y axis and fixing...