[]
        
(Showing Draft Content)

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

BollingerBandsBuilder<T> Class

Defines a builder to configurate BollingerBands<T>.

Namespace: C1.Web.Mvc.Finance.Fluent
Assembly: C1.AspNetCore.Mvc.Finance.dll
Syntax
public class BollingerBandsBuilder<T> : ExtraSeriesBuilder<T, BollingerBands<T>, BollingerBandsBuilder<T>>
Type Parameters
Name Description
T

Constructors

Name Description
BollingerBandsBuilder(BollingerBands<T>)

Creates one BollingerBandsBuilder<T> instance to configurate obj.

Methods

Name Description
Multiplier(double)

Configurates Multiplier. Sets the standard deviation multiplier.

Period(double)

Configurates Period. Sets the period for the calculation as an integer value.