[]
        
(Showing Draft Content)

C1.WPF.Chart.Finance.Stochastic

Stochastic Class

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.

Implements
Namespace: C1.WPF.Chart.Finance
Assembly: C1.WPF.FinancialChart.4.6.2.dll
Syntax
public class Stochastic : IndicatorBase, IDisposable

Constructors

Name Description
Stochastic()

Fields

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.

Properties

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.

Methods

Name Description
GetItem(int)

Gets data item by its index.

GetStyle(string)

Gets style by its name.