RelativeStrengthIndex Class |
Namespace: Arction.CustomControls.Trader.WinForms.TechnicalIndicators
The RelativeStrengthIndex type exposes the following members.
| Name | Description | |
|---|---|---|
| RelativeStrengthIndex |
Constructor
|
| Name | Description | |
|---|---|---|
| Color |
Indicator color between the threshold levels
| |
| HighColor |
Get or set the color of the indicator above HighThreshold level.
| |
| HighThreshold |
High threshold level, 70 percent by default
| |
| ID |
ID string for the indicator
(Inherited from Indicator.) | |
| LimitYToStackSegment |
Indicator is clipped outside the segment it belongs to.
| |
| LineWidth |
Gets or sets the width of the RSI lines.
| |
| LowColor |
Get or set the color of the indicator below LowThreshold level.
| |
| LowThreshold |
Low threshold level, 30 percent by default
| |
| PeriodCount |
The number of time periods in the RSI calculation, set to 14-day RSI by default.
| |
| SegmentHeight |
Segment height, relative to other segment values
(Inherited from SegmentIndicator.) | |
| Title |
Title shown in the data cursor box, and near Y-axes.
(Inherited from Indicator.) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |