Available translations

Weighted Moving Average

foundations.png
Summary: A Weighted Moving Average puts more weight on recent data and less on past data. This is done by multiplying each bar’s price by a weighting factor. Because of its unique calculation, WMA will follow prices more closely than a corresponding Simple Moving Average.
Info:
The length of the Weighted Moving Average indicator calculation can be changed by locating and opening the Javascript Code under Data Building Procedure -> Procedure Initialization under ’WMA’ Product Definition.
Products & Properties
The following properties are available to access:
Product Name Product Variable Properties
Weighted Moving Average WMA wma
Example:
The WMA indicator could be used to generate a buy signal when a candle closes above the WMA:
 chart.at01hs.candle.close > chart.at01hs.WMA.wma
Maintainer:
Previous
Simple Moving Average
Next
Volume Weighted Moving Average