目前,我正在使用此代码。如果是阻力,如何将其更改hlines
为红色,如果是支撑,我如何将其更改为蓝色?
mplfinance.plot(df,
type = 'candlestick',
style = 'binance',
hlines=dict(hlines= support_resistance,linestyle='-', linewidths = (1,1)),
volume = True)
我得到这样的结果: