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

Hello, Firstly i'd like to say this is an excellent library, very very good indeed, and I really appreciate the work done here. I am using the `return_calculated_values` feature so...

bug

Hi, i have the following chart i build using the panels approach: ![image](https://user-images.githubusercontent.com/855627/118929281-4c903080-b912-11eb-9983-97b54bc10f1f.png) I need to do some customization of this: 1. as you can see, i have the volume...

question

Hello, Today I tried to plot data for which the time column was not uniformly spaced, there is the result: ![mpl-bug](https://user-images.githubusercontent.com/9808326/118405201-f358a080-b676-11eb-8f70-014d52619c37.png) Corresponding data: ``` Open High Low Close Volume Date...

enhancement

I'm working on styling for my charts and I'm wondering if there's a good way to highlight / grey out / mark after hours trading periods in some way like...

question

Add `yaxis_format` kwarg to `mpf.plot()` and to `mpf.make_addplot()` Inspired by [this answer to stackoverflow 67232404](https://stackoverflow.com/questions/67232404/matplotib-finance-mplfinance-formatting-axes-of-chart-unsing-mpf-plot/67233937#67233937) which shows a workaround for formatting the y-axis. May need two kwargs: `yaxis_format` and `secondary_yaxis_format`...

enhancement

Hello there, today I just wanted to thank you for this great package. I'm working with it since a few days and got my first plots done. If you have...

enhancement
feedback
in progress

The existing library is sparse on placing date labels at the bottom of the charts - is there a way to customize how many show up and/or the frequency of...

enhancement
question
in progress

how to add x-axis and y-axis limits(like xlim and ylim in matplotlib)

bug
enhancement
question
in progress

I'm currently using mplfinance with a dataframe that contains datetime/pandas.Timestamp instead of just date. When I plot this, the x-axis ends up having irregularly spaced timestamps. See example: ![image](https://user-images.githubusercontent.com/62899768/77939412-fbcffb00-726b-11ea-8525-676f0619df23.png) Instead,...

enhancement
in progress

I found myself looking at trends and wanting to pseudo forecast them into the future by simply mouse over-ing at some future date. However, since that date is not in...

enhancement
in progress