[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.MovingAverageType

MovingAverageType Enum

Represents the moving average type for the envelopes.

Namespace: C1.Web.Mvc.Finance
Assembly: C1.Web.Mvc.Finance.dll
Syntax
public enum MovingAverageType

Fields

Name Description
Exponential

The exponential moving average is a weighted average of the last n values, where the weighting decreases exponentially with each previous value.

Simple

The simple moving average is simply the average of the last n values.