StochasticOscillator Class |
Namespace: Arction.CustomControls.Trader.WinForms.TechnicalIndicators
The StochasticOscillator type exposes the following members.
| Name | Description | |
|---|---|---|
| StochasticOscillator |
Constructor
|
| Name | Description | |
|---|---|---|
| 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 Oscillator and Moving Average lines.
| |
| MovingAverageLineColor |
Gets or sets the color of the Moving Average line.
| |
| OscillatorLineColor |
Gets or sets the color of the Oscillator line.
| |
| OverboughtColor |
Gets or sets the color of the overbought limit.
| |
| OverboughtRange |
Overbought range. Values above this are considered overbought. Default value is 80.
| |
| OversoldColor |
Gets or sets the color of the oversold limit.
| |
| OversoldRange |
Oversold range. Values below this are considered oversold. Default value is 20.
| |
| PeriodCount |
The number of time periods in the Stochastic Oscillator calculation, set to 14 days (fast oscillator) 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.) |