| SID Name | Description | Rating |  | 891 PVT | The Price Volume Trend (PVT) technical analysis indicator is similar to On Balance Volume (OBV). | Not Rated |
 | The logic for this technical analysis indicator: |
#The Price Volume Trend (PVT) technical analysis indicator is similar to On Balance Volume (OBV).
#The interpretation is the same as the OBV or the Volume Accumulation/Distribution line.
Cum(NVL(((Close-Ref(Close,-1))/Ref(Close,-1))*Volume,0));
|