Volume Price Momentum oscillator is a volume and price momentum.
It has one configurable parameter:
- Period – calculation period
Calculation:
VPMO = EMA(VPM, Period)
where:
VPM = Volume * (Close - PrevClose)
Expert Advisors β’ Indicators β’ Scripts β’ Libraries
Volume Price Momentum oscillator is a volume and price momentum.
It has one configurable parameter:
Calculation:
VPMO = EMA(VPM, Period)
where:
VPM = Volume * (Close - PrevClose)