Percentage Volume Oscillator is a Momentum Oscillator for Volume. Basically, pvo = 100 * (ema(src, fastLength) - ema(src, slowLength)) / ema(src, slowLength)
Figure 8.44: Percentage Volume Oscillator