Why is intraday vwap not provided in the indicator editor?

Forums ProRealTime English forum ProRealTime platform support Why is intraday vwap not provided in the indicator editor?

Tagged: 

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

    Hi

    I’m trying to use intraday vwap values as part of my backtest strategy, but I can’t seem to find it in the indicators of function list in the programming editor.

    So I searched it here, and the closest one I found is this one:

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

    I tried to use it, it’s close to what the intraday vwap values provided by PRC, but always a very small difference between this one and the correct value.

    Does anyone have a version that’s completely accurate?

    #196767

    Try this version which is the closest to the current v11 version: https://www.prorealcode.com/topic/vwap-band-indicator/#post-196713

    However, the VWAP calculation made by the platform is using each tick volumes (as an internal function), while it is not possible to do the same with a custom code through ProBuilder. So you might spot from time to time a very small difference, which is IMO not really annoying.

    1 user thanked author for this post.
    #197225

    Thanks Nicolas, I marked this as resolved.

    The VWAP in the link you pointed to is basically the same as the one I used, with SDs. It still comes with differences that result in missing/wrong trades.

    I find it very strange: why isn’t it just provided as one of the indicators that we can use in the code? I mean if I can add it to the chart then I should be able to use its values to do other things? Being an internal function shouldn’t really stop it from being used in the code.

     

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