Rsi Constructor |
Name | Description | |
---|---|---|
Rsi |
Creates new instance of RSI technical indicator with default settings.
| |
Rsi(Boolean) |
Creates new instance of RSI technical indicator with default settings.
| |
Rsi(Int32, Boolean) |
Creates new instance of RSI technical indicator with point window.
| |
Rsi(IAverager, IAverager, Boolean) |
Creates a new instance of RSI indicator with given method of averaging.
|