79547527

Date: 2025-04-01 01:08:52
Score: 0.5
Natty:
Report link

Try with const string in timestamp()

drawVerticalLine(targetTime) =>
    line.new(
      x1     = targetTime,
      y1     = low,
      x2     = targetTime,
      y2     = high,
      xloc   = xloc.bar_time,
      extend = extend.both,
      color  = color.new(#f9961e, 10),
      style  = line.style_solid,
      width  = 1)

// Lines to Plot//
targetTime = timestamp('2025-03-24 06:54 GMT+0')
drawVerticalLine(targetTime)

https://i.imgur.com/xcjOZua.png

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Gu5tavo71