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