mplfinance
mplfinance copied to clipboard
Financial Markets Data Visualization using Matplotlib
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...
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,...
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...
**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  We want...
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...
new feature: add `volume_mco` such that it follows the mco colorscheme in `marketcolor_overwrite`  usage:  note: - works with all current `marketcolor_overwrite` inputs - `marketcolor_overwrite` must be valid -...
My code is like below:  **During mpf.show() is called, the image is llike below:**  **and When I save the image to the png format, some noise appear like...
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...
Hello how to plot Parabolic Sar and supertrend for renko chart ?
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...