Click or drag to resize

MovingAverageConvergenceDivergence Class

LightningChart .NET Help
Moving Average Convergence Divergence indicator (MACD). Appears below main price chart. MACD line is the difference between Exponentially weighted Moving Average (EMA) of Short period data, and EMA of Long period data. That is: EMA(price short period) - EMA(price long period). Signal line is Signal period EMA of MACD. Histogram shows the difference between MACD and Signal. That is: MACD - Signal.
Inheritance Hierarchy

Namespace:  Arction.CustomControls.Trader.WinForms.TechnicalIndicators
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public class MovingAverageConvergenceDivergence : SegmentIndicator

The MovingAverageConvergenceDivergence type exposes the following members.

Constructors
  NameDescription
Public methodMovingAverageConvergenceDivergence
Constructor
Top
Properties
  NameDescription
Public propertyBaseLineColor
Gets or sets the base line color.
Public propertyHistogramNegativeStrongColor
Gets or sets the negative strong color for Histogram.
Public propertyHistogramNegativeWeakColor
Gets or sets the negative weak color for Histogram.
Public propertyHistogramPositiveStrongColor
Gets or sets the positive strong color for Histogram.
Public propertyHistogramPositiveWeakColor
Gets or sets the positive weak color for Histogram.
Public propertyHistogramTitle
Histogram title
Public propertyID
ID string for the indicator
(Inherited from Indicator.)
Public propertyLimitYToStackSegment
Indicator is clipped outside the segment it belongs to.
Public propertyLongPeriodCount
Gets or sets the long period count.
Public propertyMacdLineColor
Gets or sets the MACD line color.
Public propertyMacdLineWidth
Gets or sets the MACD line width.
Public propertyMacdTitle
MACD line title
Public propertySegmentHeight
Segment height, relative to other segment values
(Inherited from SegmentIndicator.)
Public propertyShortPeriodCount
Gets or sets the short period count.
Public propertySignalLineColor
Gets or sets the Signal line color.
Public propertySignalLineWidth
Gets or sets the Signal line width.
Public propertySignalPeriodCount
Gets or sets the period count for Signal.
Public propertySignalTitle
Signal line title
Public propertyTitle
Title shown in the data cursor box, and near Y-axes.
(Inherited from Indicator.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also