ExponentialMovingAverage Constructors
Represents an Exponential Moving Average indicator.| Name | Parameters | Description |
|---|---|---|
| ExponentialMovingAverage() | none | Initializes a new instance of the ExponentialMovingAverage class with the default settings. |
| ExponentialMovingAverage(String, ValueLevel) | name, valueLevel | Initializes a new instance of the ExponentialMovingAverage class with the specified name and value level. |
| ExponentialMovingAverage(String) | name | Initializes a new instance of the ExponentialMovingAverage class with the specified name. |
See Also