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

It is possible to use lists as input for hlines parameters such as colors, linestyle, linewidths and therefore specify each hline individually. However, this does not seem possible with alpha...

enhancement

The request is to add in a feature for `markevery` such that the plot can mark specific points in the plot, where the size, color and shape can be configured,...

enhancement

I have a pandas dataframe with roughly 45 stocks that is indexed with numbers (0 to 2705) with columns: Dates, Open, High, Low, Close, etc.. Data is from dates between...

question

**Is your feature request related to a problem? Please describe.** Not a problem related. But new request. **Describe the solution you'd like** Now we only can draw ![image](https://github.com/matplotlib/mplfinance/assets/42901596/d943b4e1-0d7e-4b0f-87ed-2a963e7751ae) We want...

enhancement

I am using a friends script (so I don't know all the details in this script), but I wonder if there are simple tricks I can do here to make...

question

new feature: add `volume_mco` such that it follows the mco colorscheme in `marketcolor_overwrite` ![image](https://user-images.githubusercontent.com/67626131/232115133-dd563ef5-d2f1-4a86-9554-38a6e008dce6.png) usage: ![image](https://user-images.githubusercontent.com/67626131/232115235-e79706a1-f3ce-4737-a156-f660dbf6bdb1.png) note: - works with all current `marketcolor_overwrite` inputs - `marketcolor_overwrite` must be valid -...

My code is like below: ![image](https://github.com/matplotlib/mplfinance/assets/117306586/f3427edf-591a-49bb-a59b-1c5dc909b5af) **During mpf.show() is called, the image is llike below:** ![image](https://github.com/matplotlib/mplfinance/assets/117306586/90c155a2-83cb-4f85-81f7-6ad654240713) **and When I save the image to the png format, some noise appear like...

question

Hi everyone I got this error while trying to achive a graph with signal markers... if I add a scatter plot I get this error: `E ValueError: zero-size array to...

enhancement

Hello how to plot Parabolic Sar and supertrend for renko chart ?

question

i want to create a footprint chart like this one where i am able to make an open high low close but also show how much trading volume was at...

enhancement