是否可以在秤上标价?

Is it possible to mark price on the scale?

就像手动在刻度上画一条水平线标记价格一样。试图用 hline 模仿相同但没有运气。

hline(100, title="test-line", color=color.white)

有可能吗?

非常感谢任何帮助。谢谢:)

改变颜色,背景隐藏线条。 尝试将 linestyle=hline.style_dashed 仅用于功能测试目的。

hline() 不显示比例中的值。 plot() 会的。