maybe someone knows what I need add here to change line width?
mpf.plot(df4, type='candle', style='yahoo', volume=True, hlines=[12,4], )
maybe someone knows what I need add here to change line width?
mpf.plot(df4, type='candle', style='yahoo', volume=True, hlines=[12,4], )
Vertical and horizontal lines can be set in dictionary format. Line widths are specified in tuple format.