Skip to main content
A newer version of this page is available. .

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