Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Tradingview 上的 Pine 中,我尝试在当天绘制一条线,这条线是在昨天 VWAP 收盘时绘制的。我怎样才能做到这一点?非常感谢
像这样的东西:
dclose = security(tickerid, "D", close[1]) hline (dclose)