我正在尝试自动测量从历史回溯到当前柱的距离。但是,当我插入 (bar_index) 时,我不断获取图表上所有条形的索引
运行下面的代码时,我希望有一列的值为 4。但是它返回了一个以千计的数字。
bars = barssince(bar_index)
plot(bars[4], style=plot.style_columns, ...)
松树:第 4 版
我正在尝试自动测量从历史回溯到当前柱的距离。但是,当我插入 (bar_index) 时,我不断获取图表上所有条形的索引
运行下面的代码时,我希望有一列的值为 4。但是它返回了一个以千计的数字。
bars = barssince(bar_index)
plot(bars[4], style=plot.style_columns, ...)
松树:第 4 版