Dr. Chandrakant Bangar

Results 12 issues of Dr. Chandrakant Bangar

Plotting Monthly Pivot Points with Segmented Lines. The current method `add_plot` creates a continuous line. Specifically when the month changes a hazy Plot is Created. This is avoided and this...

enhancement

Python and Version Budget added

Example Added For Major GUI Packages Like Pyside6, PyQt5 and PyQt6

**mplfinance with inbuild technical parameter calculation.** This Can Be a Big Achievement Because This Module is Completly Dedicated to The Finance Market Ploting. **Over The 120 Great Indicators Available Which...

enhancement

…nd Box To access Bollinger Bands plot functionality through an API, you would typically need to use a financial data provider or a dedicated charting library that supports Bollinger Bands....

Feature Request: New style called binance-dark #614 style Created

Read me file Updated With a Complete Description of Newly Added Examples and Olde Examples Notebook Link Updated to Markdown.

MAV and EMA Value Plotted As y-Ticklabels

This Will be a Nice Implementation ![feature](https://github.com/matplotlib/mplfinance/assets/127198654/2cc79d80-99fc-4c36-ad74-53e0cb9a881c) MAV Prices Dyanamically Ploted ![download](https://github.com/matplotlib/mplfinance/assets/127198654/5a90e47e-d144-427b-87bc-7a65e4ba5755)

enhancement

Those Who Looks For Dochian Channel with mpl_finance ![NIFTY_2023-03-09_14-09-42](https://user-images.githubusercontent.com/127198654/223967052-b35bc855-204b-4111-aec7-6531ba9e2490.png) ``` import OfflineData # Function Fetch Data From Mysql Stored Candle import pandas_ta as ta import mplfinance as mpl ``` ```...

enhancement