1

I am using this code to plot a horizontal line from 9:42 AM candle close each day in tradinview Pinescript verson 5 but getting errors...please help :(

The code

The erroryour text

  • please edit your question and replace the images by the code (or error message) itself. – ruud Jan 05 '23 at 12:29

1 Answers1

0

There is no 'end' at the end of a for block in pinescript.
Delete the line 17 with 'end', this error will disappear.

G.Lebret
  • 2,826
  • 2
  • 16
  • 27