[]
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
Name | Description |
---|---|
Stochastic() |
Name | Description |
---|---|
DLineStyleProperty | Identifies the DLine dependency property. |
DPeriodProperty | |
KLineStyleProperty | Identifies the KLine dependency property. |
KPeriodProperty | Identifies the KPeriod dependency property. |
SmoothingPeriodProperty | Identifies the SmoothingPeriod dependency property. |
Name | Description |
---|---|
DLineStyle | Gets or sets the style of D line. |
DPeriod | Gets or sets the period for the %D simple moving average. |
DValues | |
DXValues | |
KLineStyle | Gets or sets the style of k line. |
KPeriod | Gets or sets the period for the %K calculation. |
KValues | |
KXValues | |
SmoothingPeriod | Gets or sets the smoothing period for full %K. |
Name | Description |
---|---|
GetItem(int) | Gets data item by its index. |
GetStyle(string) | Gets style by its name. |