[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.Stochastic-1

Stochastic<T> Class

Represents a Stochastic Oscillator indicator series for the FinancialChart.

Inheritance
Stochastic<T>
Namespace: C1.Web.Mvc.Finance
Assembly: C1.AspNetCore.Mvc.Finance.dll
Syntax
public class Stochastic<T> : ExtraSeries<T>
Type Parameters
Name Description
T
Remarks

Stochastic oscillators are momentum indicators designed to predict price turning points by comparing an asset's closing price to its high-low range.

Constructors

Name Description
Stochastic(FlexChartCore<T>)

Creates one Stochastic<T> instance.

Properties

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.