OPEN-SOURCE SCRIPT
Diupdate

How To Show Vertical Lines

20 806
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!
Catatan Rilis
Updated for Pine Script v5.
Catatan Rilis
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)

Pernyataan Penyangkalan

Informasi dan publikasi tidak dimaksudkan untuk menjadi, dan bukan merupakan saran keuangan, investasi, perdagangan, atau rekomendasi lainnya yang diberikan atau didukung oleh TradingView. Baca selengkapnya di Persyaratan Penggunaan.