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, is there a way to add on top of a day candle a number ('1', '2', .... , '9', '10', ... ) or other symbols like '+' all this...

question

Is it possible to implement hlines (and vlines) for addplots. Right now they’re only available on the primary panel. The vlines functionality might require a bit more thought as it...

enhancement

Well...the question is in the title. I want to specify the color to use on each indicator in the make_addplot. Is this possible in one line or I need to...

question

I am using the follow code to join the lower points of two bars together (the blue bold line): mpf.plot(data,hlines=dict(hlines=hlines_carrier,colors=['g','r'],linestyle='-.'),type='candle',alines=two_points) ![mplfinance_extend_line](https://user-images.githubusercontent.com/40787673/96536884-96a32c00-12c7-11eb-8cb1-d05ec0c27ac2.png) However, I would like to the line to extend...

question

How can I add tooltip feature in mplfinance candlestick plot? I have provided the drive link that contains code and output. [https://drive.google.com/file/d/1y6EX2dIYiLsn4nByG7vuXbmK6yWyyYWC/view](url)

question

Here is my repo https://github.com/folkien/pyStock You can use this code or merge with your work if you want. You have : - more indicators implemented, - reporting of signals for...

question

Well, pretty much thats it. I was trying to find a key word for background color but did not found one. Anyone knows how this can be done? Also, how...

question

I've been using MPL finance for quite some time now, everything is flawless and i'm impressed by the new features! I'm trying to fix a problem that has to do...

question

Hello there! @DanielGoldfarb , first of all, I wanted to thank you for the work done. it is very pleasant to use your module in work. I recently started looking...

question

**Describe the bug** Using style as charles or yahoo with candle and volume chart, some of their color don't match. This is not happening to starsandstripes styled chart. **To Reproduce**...

documentation