[]
        
(Showing Draft Content)

C1.Chart.Finance.MovingAverageType

MovingAverageType Enum

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.

Namespace: C1.Chart.Finance
Assembly: C1.Win.FinancialChart.4.8.dll
Syntax
public enum MovingAverageType

Fields

Name Description
Exponential

Exponential moving average (EMA).

Simple

Simple moving average (SMA).