Multiplier Property (BollingerBands)
In This Topic
Gets or sets the standard deviation multiplier.
Syntax
'Declaration
<C1DescriptionAttribute("BollingerBands.Multiplier", "Gets or sets the standard deviation multiplier.")>
Public Property Multiplier As Integer
[C1Description("BollingerBands.Multiplier", "Gets or sets the standard deviation multiplier.")]
public int Multiplier {get; set;}
See Also