Hello everyone and thank you for your help in advance. I have managed to plot a candlestick chart using mplfinance module in python and I have added some hlines to my plot. The problem is, I can't figure out how to add hlines value to yaxis of my chart.
here is my code:
mpf.plot(hloc,hlines=dict(hlines=clusters_centers,colors=['blue'],linestyle='-.'), ylabel='Price', type='candle', style='binance')
and this is how my plot looks like candlestick + hlines