-1

I want to see the length of every candle on the chart through pine-script I don't know how to write pine-script please help me out

  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Jul 22 '22 at 00:29

1 Answers1

0

you can plot candle length by using below function

plot(high-low)
Rohit Agarwal
  • 1,258
  • 1
  • 3
  • 9