Click or drag to resize

WMA Class

The WMA (Weighted Moving Average) is a Moving Average indicator that shows the average value of a security's price over a period of time with special emphasis on the more recent portions of the time period under analysis as opposed to the earlier.
Inheritance Hierarchy

Namespace:  MZpack.NT8.Algo.Indicators
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
public class WMA : StrategyPlotIndicator

The WMA type exposes the following members.

Constructors
  NameDescription
Public methodWMA
Initializes a new instance of the WMA class
Top
Properties
  NameDescription
Public propertyPeriod
Top
Methods
See Also