"WeightedMovingAverage" (Financial Indicator)

Sometimes abbreviated as WMA.

Is a statistical indicator.

Returns one time series, which is a weighted moving average of the previous 10 periods.

Is computed using the closing price.

FinancialIndicator["WeightedMovingAverage",n] uses the previous n periods. The initial values in the time series are computed using partial periods.

Examples