[]
Defines a builder to configurate BollingerBands<T>.
public class BollingerBandsBuilder<T> : ExtraSeriesBuilder<T, BollingerBands<T>, BollingerBandsBuilder<T>>
Name | Description |
---|---|
T |
Name | Description |
---|---|
BollingerBandsBuilder(BollingerBands<T>) | Creates one BollingerBandsBuilder<T> instance to configurate |
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. |