Represents a Bollinger Bands financial indicator that displays volatility bands around a moving average.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public class BollingerBandsIndicator : ValuePeriodIndicatorBase
Inheritance: objectChartElementChartSeriesCartesianSeriesIndicatorBaseLineIndicatorBaseValueIndicatorBaseValuePeriodIndicatorBaseBollingerBandsIndicator...
Inherited Members
Constructors
C#
public BollingerBandsIndicator()
Fields
LowerBandStrokeProperty
BindableProperty
Identifies the LowerBandStroke property.
C#
public static readonly BindableProperty LowerBandStrokeProperty
StandardDeviationsProperty
BindableProperty
Identifies the StandardDeviations property.
C#
public static readonly BindableProperty StandardDeviationsProperty
Properties
LowerBandStroke
Color
Gets or sets the stroke color for the lower Bollinger band.
C#
public Color LowerBandStroke { get; set; }
The color of the lower band stroke.
Gets or sets the number of standard deviations used to calculate the Bollinger bands.
C#
public int StandardDeviations { get; set; }
The number of standard deviations.