The indicator VWAP intraday programmed by Nicholaus does not seem to function in V11.1 I think it is the intradaybarindex function that no longer functions normally in v11.1. Anybody else having problems with this function or the VWAP intraday indicator in V11.1?
You are right, there is something not working. I think that there’s an issue with SUMMATION instruction.
A quick test:
1
2
3
d=max(1,intradaybarindex)
returnd,SUMMATION[d](volume)
We can see that while d is incrementing to make our dynamic period, the summation seems to not use it at all to make the sum of volume.. I will report it, you should do the same and refer this topic.
In the meantime you can use the VWAP bands indicator which is a default one of the platform, that is working correctly.
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue