[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.Fluent.StochasticBuilder-1

StochasticBuilder<T> Class

Defines a builder to configurate Stochastic<T>.

Inheritance
HideObjectMembers
StochasticBuilder<T>
Namespace: C1.Web.Mvc.Finance.Fluent
Assembly: C1.AspNetCore.Mvc.Finance.dll
Syntax
public class StochasticBuilder<T> : ExtraSeriesBuilder<T, Stochastic<T>, StochasticBuilder<T>>
Type Parameters
Name Description
T

Constructors

Name Description
StochasticBuilder(Stochastic<T>)

Creates one StochasticBuilder<T> instance to configurate obj.

Methods

Name Description
DPeriod(double)

Configurates DPeriod. Sets the period for the %D simple moving average.

KPeriod(double)

Configurates KPeriod. Sets the period for the %K calculation.

SetDLineStyle(string, int?)

Sets the d line style.

SetKLineStyle(string, int?)

Sets the k line style.

SmoothingPeriod(double)

Configurates SmoothingPeriod. Sets the smoothing period for full %K.