New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a Bollinger Bands financial indicator that displays volatility bands around a moving average.

Definition

Constructors

C#
public BollingerBandsIndicator()

Fields

LowerBandStrokeProperty

BindableProperty

Identifies the LowerBandStroke property.

C#
public static readonly BindableProperty LowerBandStrokeProperty

Identifies the StandardDeviations property.

C#
public static readonly BindableProperty StandardDeviationsProperty

Properties

Gets or sets the stroke color for the lower Bollinger band.

C#
public Color LowerBandStroke { get; set; }
Property Value:

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; }
Property Value:

The number of standard deviations.