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.WinForms.TechnicalIndicators
Assembly:
Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(2)]
public double NumberOfStandardDeviations { get; set; }<DefaultValueAttribute(2)>
Public Property NumberOfStandardDeviations As Double
Get
Set
public:
[DefaultValueAttribute(2)]
property double NumberOfStandardDeviations {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also