Volume Weighted Moving Average

Forums ProRealTime English forum ProBuilder support Volume Weighted Moving Average

Viewing 3 posts - 1 through 3 (of 3 total)
  • #45280

    I have been trying to establish if it would be possible to programme the VWMA (Volume Weighted Moving Average) in ProRealTime. My view is that the volume data is not available so I’m thinking it’s not possible however if anybody thinks differently I would be very interested to hear from them.

    The VWMA calculation is as follows:

    There are five steps involved in the VWAP calculation. First, compute the typical price for the intraday period. This is the average of the high, low and close {(H+L+C)/3)}. Second, multiply the typical price by the period’s volume. Third, create a running total of these values. This is also known as a cumulative total. Fourth, create a running total of volume (cumulative volume). Fifth, divide the running total of price-volume by the running total of volume.

    #45616

    The VWAP indicator is already included into the platform. However, this embedded indicator cannot be used in screener or automated strategy, that’s why you can also find codes about VWAP in the library:

    https://www.prorealcode.com/prorealtime-indicators/vwap-bands/

    https://www.prorealcode.com/prorealtime-indicators/vwap-intraday/

    #45652

    Thanks very much Nicolas, not sure how I missed that and the library information is excellent

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

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