我对以下有关肯特纳频道的陈述有疑问: [中频、高频、低频] = ta.kc(close,10,2,true) 当我查看图表时,高位高于高频带,但当我比较两个值高位 > 高频带时,它通常是错误的。同样的问题显示在数据窗口中。这里通常是高位 < higherband but the chart is saying the opposite. Same problem on the lowerband.
谢谢您的帮助
贝恩德
用于调试,请使用 plotchar
plotchar(high > higherband)
你的代码看起来不错