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

Hi, I used the following code in a loop generation plots: ```python style = mpf.make_mpf_style(base_mpf_style="yahoo") adp = [mpf.make_addplot(re["EMA10"], width=1.5, color="#4c8fb9"), mpf.make_addplot(re["EMA30"], width=1.5, color="#679e64"), mpf.make_addplot(buy2["HA-low"], type="scatter", marker="^", markersize=100, color="g"), mpf.make_addplot(sell2["HA-high"], type="scatter",...

question

**Is your feature request related to a problem? Please describe.** I would like to request an easy way to plot a volume profile on top of a chart on the...

enhancement

Hello, I'm quite new to mplfinance, but I am enjoying using it. I can plot the stock data, macd data, rsi and volume for one stock in a plot. However,...

enhancement
question

Hi, I am querying an API to get High, low, close, open prices and volume in order to make a chart that is faster/lighter than the one on trading view....

question

Hi, I did plot renko chart, but i want to save the chart data as csv, how do i do it?

question

Hello, I have been using `returnfig=True` and adding a couple of things to customise my chart, but when adding a pie chart I recieve the follow error: > ValueError: Image...

question

`mpl.plot(frame,hlines=dict(hlines=[support1,support2,resistance1,resistance2],colors=['g','g','r','r'],linestyle='-.'),type='candlestick', style = s,title='Pivot Chart',ylabel='Price',returnfig=True) ` I want to give name in front of these horizontal lines. How to do that?

enhancement
question

Good morning, I'm something new using the mplfinance library .... is there a way to draw a line on the graph to identify the SL and TP calculated in% by...

question

Hi, I'm very new to mplfinance and an amateur with Python This package is awesome, thank you for your work. I was just wondering if there is a way to...

question

Has anyone figured out a way to add the word 'date' to the x-axis title along with the actual dates displayed. I want it to basically be the same as...

enhancement
question