OPEN-SOURCE SCRIPT
已更新

How To Show Vertical Lines

21 360
Example of various methods to show dashed or solid vertical lines on chart based on using either session or time.

Credit for line method goes to midtownsk8rguy ->
vline() Function for Pine Script v4.0+


Credit for plot method goes to PineCoders -> pinecoders.com/faq_and_code/

Special thanks to LucF, midtownsk8rguy, and PineCoders for permission to use their work.

NOTICE: This is an example script and not meant to be used as an actual strategy. By using this script or any portion thereof, you acknowledge that you have read and understood that this is for research purposes only and I am not responsible for any financial losses you may incur by using this script!
發行說明
Updated for Pine Script v5.
發行說明
Updated with cosmetic changes & stricter boolean check:
Pine Script®
// previous isTime = time(timeframe.period, i_Time + ":1234567") bgcolor(i_BkGr and isTime ? color.new(color.gray, 50) : na) // revised isTime = not na(time(timeframe.period, i_Time + ":1234567")) bgcolor(i_BkGr and isTime ? color.new(color.gray, 50) : na)

免責聲明

這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。