sukioral

Results 1 issues of sukioral

I am using the follow code to join the lower points of two bars together (the blue bold line): mpf.plot(data,hlines=dict(hlines=hlines_carrier,colors=['g','r'],linestyle='-.'),type='candle',alines=two_points) ![mplfinance_extend_line](https://user-images.githubusercontent.com/40787673/96536884-96a32c00-12c7-11eb-8cb1-d05ec0c27ac2.png) However, I would like to the line to extend...

question