Sma Constructor |
Name | Description | |
---|---|---|
Sma |
Creates new instance of Sma technical indicator with default settings.
| |
Sma(Int32) |
Creates new instance of SMA technical indicator with point window.
| |
Sma(TimeSpan) |
Creates new instance of SMA technical indicator with time window.
| |
Sma(Int32, Boolean) |
Creates new instance of SMA technical indicator with point window.
| |
Sma(TimeSpan, Boolean) |
Creates new instance of SMA technical indicator with time window.
|