mplfinance
mplfinance copied to clipboard
Financial Markets Data Visualization using Matplotlib
This is just an idea of a little addition that I think can be useful. It would be nice to see what is the lastest value on the volume chart,...
heii, i want to ask, how to show price label from the last candle and the last price of MA in right axis?? maybe in left top  or like...
Hello, recently I came across this [stack overflow question](https://stackoverflow.com/questions/71226331/mplfinance-plot-a-line-without-using-an-ohlc-dataframe) and thought I could help with the enhancement. I'm new to open source, so hopefully I didn't mess up anything ^^
Its missing for the _mscatter function. I didn't understood very well the function (maybe if I spent more time on it I could). Tested on jupyter lab and worked fine....
Hello Daniel, π Thank you for your dedication in improving the MPF library ! π I am looking for different options for the X_AXIS/GRID adjustments: - [1] : Drawing vertical...
I need to be able to place dots freely on top of a candlestick chart. How can this be achieved?
**Is your feature request related to a problem? Please describe.** No its just usable when I want to study the must better places of entery and exit in defferent timeframes...
**Is your feature request related to a problem? Please describe.** I want to apply multiple overriding styles to my plot **Describe the solution you'd like** mpl_base_style should take a collection...
Running the code below, Python will pop up the window (figure) created in `plotting.py` and also the `userfig` window I created independently in this piece of code. Usually if people...