keksParticipant
Average
Hi, I am struggling to write what I believe ought to be a simple indicator code and hoping for a kind hand here!
I would like to have an indicator that draws a horizontal line in current trading session based on where previous day VWAP level was at close. Essentially use it to see whether something is trading above or below yesterdays VWAP without having to manually draw individually on each chart.
Thanks!!!!
keksParticipant
Average
line1 = dclose(1)
return line1 coloured(255,255,255)
i want essentially above code except replace dclose(1) with previous day vwap close level