Hello all,
I am a new comer, and I would like to use VWAP band for my personal indicator, but find that there is some difference in data when calculating the standard deviation of the VWAP, my formula is as follow:
VWAP= SUMMATION[60](volume*typicalprice)/SUMMATION[60](volume)
The calcuated VWAP is the same as the default VWAP band (60Min)
However, when I calculate the standard deviation and the VWAP band, it is difference from the default VWAP band, please help me to figure out this problem with thanks.
SD=std[60](typicalprice[60]-vwap[60])
Or can we use the default VWAP band to my indicator, thanks in advance.