[]
Represents a Stochastic Oscillator indicator series for FinancialChart. Stochastic oscillators are momentum indicators designed to predict price turning points by comparing an asset's closing price to its high-low range. The Stochastic series can be used for fast (default), slow and full stochastic oscillators.To create a slow or full stochastic oscillator, set the SmoothingPeriod to an integer value greater than one; slow stochastic oscillators generally use a fixed SmoothingPeriod of three.To create or revert to a fast stochastic oscillator, set the SmoothingPeriod to an integer value of one.
public class Stochastic : IndicatorBase, IDisposable, ISeries, IStyleProvider
Name | Description |
---|---|
Stochastic() | Initializes a new instance of the Stochastic class. |
Name | Description |
---|---|
DLineStyle | Gets or sets the style of D line. |
DPeriod | Gets or sets the period for the %D simple moving average. |
DValues | Gets the %D values. |
DXValues | Gets the %D x values. |
KLineStyle | Gets or sets the style of k line. |
KPeriod | Gets or sets the period for the %K calculation. |
KValues | Gets the stochastic key values. |
KXValues | Gets the stochastic X coordinate key values. |
SmoothingPeriod | Gets or sets the smoothing period for full %K. |
Name | Description |
---|---|
GetItem(int) | Gets the data item. |
GetStyle(string) | Gets the style by name. |
SetStyle(_Style, string) | Sets the series style. |