matplotlib / mplfinance

Financial Markets Data Visualization using Matplotlib

Home Page:https://pypi.org/project/mplfinance/

Repository from Github https://github.commatplotlib/mplfinanceRepository from Github https://github.commatplotlib/mplfinance

Any way to change volume bar colors by comparing consecutive volumes, not by prices

milekey opened this issue · comments

Hello.

Are there any way to change volume bar colors by comparing consecutive volumes, not by prices?

If today's volume >= yesterday volume, GREEN volume bar
If today's volume < yesterday volume, RED volume bar

Thanks.