MACDFunction 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
 HistogramReturns a sub-series (of type Volume) internally calculated by MACD function.
 HistogramPenThe Pen used to draw the histogram line of a MACD function.
 MACDExpReturns a second sub-series (of type FastLine) internally calculated by MACD function.
 MACDExpPenThe pen properties used to draw the Exponential MACD line.
 MACDPenThe pen properties used to draw the MACD line.
 Period (inherited from Function)Controls how many points or X range will trigger a new point calculation.
 Period2The Period property controls how many points or X range(sse note below) will trigger a new point calculation.
 Period3Determines the number of samples used to calculate a MACD function.
 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.

See Also

MACDFunction Class | Steema.TeeChart.Functions Namespace