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