[]
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.
public enum MovingAverageType
Name | Description |
---|---|
Exponential | Exponential moving average (EMA). |
Simple | Simple moving average (SMA). |