Candle Size

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

study(title="Candle Length by WiscoDish", shorttitle="Candle Length")

open_pos = high*1
close_pos = low*1

// Wick size as a percentage of the total candle


diff = abs(close_pos-open_pos)
plot(diff)

You might also like