Weighted Moving Average (WMA)


Namespace: OpenQuant.API.Indicators
Assembly: OpenQuant.API (in OpenQuant.API.dll)

Syntax

Visual Basic (Declaration)
Public Class WMA
    Inherits Indicator
C#
public class WMA : Indicator
C++
ref class WMA : Indicator
J#
public class WMA extends Indicator
JScript
public class WMA extends Indicator

Inheritance Hierarchy

System.Object
   OpenQuant.API.Indicator
      OpenQuant.API.Indicators.WMA

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also