Enum MaMode
Moving average mode
Namespace: TradingPlatform.BusinessLayer
Syntax
public enum MaMode
Fields
Name | Description |
---|---|
EMA | Exponential Moving Average |
LWMA | Linearly Weighted Moving Average |
SMA | Simple Moving Average |
SMMA | Smoothed Moving Average |