Click or drag to resize

BollingerBandNumberOfStandardDeviations Property

LightningChart .NET Help
Number of Standard Deviations. Upper band is SD * this value above Simple Moving Average line, and Lower band respectively below.

Namespace:  Arction.CustomControls.Trader.WPF.TechnicalIndicators
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(2)]
public double NumberOfStandardDeviations { get; set; }

Property Value

Type: Double
See Also