mplfinance icon indicating copy to clipboard operation
mplfinance copied to clipboard

Financial Markets Data Visualization using Matplotlib

Results 167 mplfinance issues
Sort by recently updated
recently updated
newest added

**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...

enhancement

I have the following dataframe that contains ohlc data: `candles.head()` ![issue](https://user-images.githubusercontent.com/48249882/111898609-7cf94280-8a27-11eb-9a73-a8c77237575a.png) I want to plot the data using an external axes object and then add additional stuff on the chart...

question

**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...

enhancement

**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...

enhancement

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...

question

How can I add annotations? e.g. `plt.annotate(...)`

question

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...

question

**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....

enhancement

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...

question

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...

question