[]
Represents a Stochastic Oscillator indicator series for the FinancialChart.
public class Stochastic<T> : ExtraSeries<T>
Name | Description |
---|---|
T |
Stochastic oscillators are momentum indicators designed to predict price turning points by comparing an asset's closing price to its high-low range.
Name | Description |
---|---|
Stochastic(FlexChartCore<T>) | Creates one Stochastic<T> instance. |
Name | Description |
---|---|
DPeriod | Gets or sets the period for the %D simple moving average. |
ExtraSeriesTypeName | Gets the Name of this Series. |
KPeriod | Gets or sets the period for the %K calculation. |
SmoothingPeriod | Gets or sets the smoothing period for full %K. |
Styles | Gets or sets the styles for the %K and %D lines. |