Bollinger overview

Constructors

 ConstructorOverloaded

Public Methods

 AddPoints
 Calculate (inherited from Function)Performs function operation on SourceSeries series.
 CalculateMany (inherited from Function)Performs function operation on list of series (SourceSeriesList).
 Clear
 Description
 Invalidate (inherited from TeeBase)Use Invalidate when the entire canvas needs to be repainted.
 Recalculate (inherited from Function)Performs a CheckDataSource method on ParentSeries.

Public Properties

 Chart (inherited from TeeBase)Chart associated with this object
 DeviationDeviation defines the standard deviation (StdDev) multiplier, used to calculate low and high Bollinger band value.
 ExponentialWhen Exponential is true, then exponential moving average function will be used to calculate mean value. Otherwise standard moving average function will be used to calculate mean value.
 LowBandLowBand Series stores the low band (Mean - Deviation*StdDev) values. High band values (Mean + Deviation*StdDev) values are stored in the ParentSeries.
 LowBandPenThe pen use to display the lower band line. Corresponds to LowBand.Pen property.
 Period (inherited from Function)Controls how many points or X range will trigger a new point calculation.
 PeriodAlign (inherited from Function)Controls where to place function calculations inside the full period space.
 PeriodStyle (inherited from Function)Controls how the Period property is interpreted.
 Series (inherited from Function)Returns the TChartSeries parent of TTeeFunction.
 Tag (inherited from TeeBase)Gets or sets an object that provides additional data about the TChart object.
 UpperBandPenThe pen used to display the upper band line.

See Also

Bollinger Class | Steema.TeeChart.Functions Namespace