Volume-weighted Moving Average (VWMA)
Last updated
Last updated
VMWA is a Moving Average indicator which includes data from Volume in its calculation. This indicator places more importance on the closing prices which had a higher volume.
Trading application It is possible to interpret VWMA in a similar manner to other Moving Averages. Its main use, however, arises when it is used in conjunction with a SMA. A WMVA moving below an SMA indicates bearish conditions, while a WMVA moving above an SMA indicates bullish conditions. Seeing a WMVA moving between the price chart and the SMA indicates there will be a trending market. Both lines growing closer together might also suggest an exit point.
P(n): Closing price from n period V(n) = Volume from n period
The above calculation was limited to the 3 most recent periods as a matter of simplicity
Indicator ouptuts a single value.
Type
Range of value
double
(0, double.MaxValue)
Name
Type
Range of value
Description
period
int
<1, int.MaxValue>
Number of bars used in the calculation.
barValue
BarValueType