RelativeStrengthIndex Constructors
A Relative Strength Index indicator.| Name | Parameters | Description |
|---|---|---|
| RelativeStrengthIndex() | none | Initializes a new instance of the RelativeStrengthIndex class with the default settings. |
| RelativeStrengthIndex(String, ValueLevel) | name, valueLevel | Initializes a new instance of the RelativeStrengthIndex class with the specified name and value level. |
| RelativeStrengthIndex(String) | name | Initializes a new instance of the RelativeStrengthIndex class with the specified name. |
See Also