Draw VWAP end of previous session level

Forums ProRealTime English forum ProBuilder support Draw VWAP end of previous session level

Viewing 2 posts - 1 through 2 (of 2 total)
  • #179725

    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!!!!

    #179729

    line1 = dclose(1)
    return line1 coloured(255,255,255)

     

    i want essentially above code except replace dclose(1) with previous day vwap close level

Viewing 2 posts - 1 through 2 (of 2 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login