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

K线数据记录数多时,线都挤在一堆,看不情,再多的情况下mpf还会提示:数据太多了,你看不清。那为什么不加一个滚动条,把K线间距拉大,也能让用户看清楚呀 如果加了滚动条就不用在乎数据记录的多少了,只是用户担心自己电脑的性能 **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature...

enhancement

Bug when using box_size = 'atr' in pnf charts in mplfinance : FutureWarning: Series.__getitem__ treating keys as positions is deprecated OS Win 11 Pro 24H2 Desktop IDE Visual Studio Code...

bug

Hello, I just noticed that the inner part of the candlesticks shows different color than their edges and wicks. The edges and wicks are significantly lighter. Is there a way...

question

First, thank you for the great work on mplfinance! I would like to request the addition of Traditional Box Scaling for Point and Figure (P&F) charts. Currently, mplfinance supports fixed...

enhancement

Apply recommended hardening steps including: - pinning to a SHA any actions used - not persisting the read token on checkout - setting the default permissions - adding a depandabot...

Decreasing the minimum `mav` value from 2 to 1 allows users to essentially plot a line graph on top of their charts. This will work, or we could create a...