C1.Chart.Finance Namespace / MovingAverageType Enumeration

MovingAverageType Enumeration
Represents the moving average type. The moving average technical indicator shows the mean instrument price value for a certain period of time. When one calculates the moving average, one averages out the instrument price for this time period. As the price changes, its moving average either increases, or decreases.
Syntax
'Declaration
 
Public Enum MovingAverageType 
   Inherits System.Enum
 
Members
MemberDescription
ExponentialExponential moving average (EMA).
SimpleSimple moving average (SMA).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Chart.Finance.MovingAverageType

See Also