我在 ema 十字上绘制了一个标签。是否可以在标签的文本中显示收盘价?下面的代码不喜欢我尝试使用的内置“关闭”变量。
plotshape(crossover(ema1, ema2), title="Cross Over", style=shape.labelup, location=location.belowbar, color=green, size=size.normal, text=close, textcolor=white, transp=40)
我在 ema 十字上绘制了一个标签。是否可以在标签的文本中显示收盘价?下面的代码不喜欢我尝试使用的内置“关闭”变量。
plotshape(crossover(ema1, ema2), title="Cross Over", style=shape.labelup, location=location.belowbar, color=green, size=size.normal, text=close, textcolor=white, transp=40)