mplfinance
mplfinance copied to clipboard
Financial Markets Data Visualization using Matplotlib
Not sure if it was intended but currently `vcedge` which sets the edge colors for volume bars is missing from `make_marketcolors()` and as a results, the results with `inherent=True` is...
Hi! First of all, thank you for such useful library for plotting candles! I'm trying to process a scenario, when `addplot` and `alines` is empty (at the present moment `buys`...
Hello. Are there any way to change volume bar colors by comparing consecutive volumes, not by prices? If today's volume >= yesterday volume, GREEN volume bar If today's volume <...
I think I have a misunderstanding about how Renko chart is constructed. My question is Looking at renko_bricks and renko_dates obtained by using return_calculated_values, Isn't it supposed to have a...
I added the possibility to specify the dpi option when calling plot() command even outside savefig option, so that blurriness problems can be easily solved (see issue #490)... P.
Ask anything you want about mplfinance usage, project philosophy and/or priorities, or anything else related to mplfinance. ``` import mplfinance as mpf import pandas as pd import matplotlib.pyplot as plt...
**Description** When changing the volume colors using `make_marketcolors`, the results differ between versions v0.12.9b7 and v0.12.10b0. The older version looks fine, but in the newer version, the border color of...
Greeting! I am a newbie in Python, and I greatly appreciate this brilliantly made built-in package for visualization of yfinance data. I am learning and trying to plot the Ichimoku...
"https://github.com/matplotlib/mplfinance/blob/master/examples/addplot.ipynb" mentions about adding multiple columns to make_addplot() via a dataframe. Ex: adding multiple lines for the (bbands,ADX,macd) But the make_addplot() does not accept list of values for the linecolor,style,width...
Hello, [FX_NAS100, 5.csv](https://github.com/user-attachments/files/18380187/FX_NAS100.5.csv) I hope I'm not out of line with the problem I can't solve. I would like to draw a red line and a green line representing the...