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.WPF.TechnicalIndicators
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.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 propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
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 propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
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 methodClearValue(DependencyProperty)
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Inherited from DependencyObject.)
Public methodClearValue(DependencyPropertyKey)
Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey.
(Inherited from DependencyObject.)
Public methodCoerceValue
Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject.
(Inherited from DependencyObject.)
Public methodEquals
Determines whether a provided DependencyObject is equivalent to the current DependencyObject.
(Inherited from DependencyObject.)
Public methodGetHashCode
Gets a hash code for this DependencyObject.
(Inherited from DependencyObject.)
Public methodGetLocalValueEnumerator
Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject.
(Inherited from DependencyObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.)
Public methodInvalidateProperty
Re-evaluates the effective value for the specified dependency property
(Inherited from DependencyObject.)
Public methodReadLocalValue
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.)
Public methodSetCurrentValue
Sets the value of a dependency property without changing its value source.
(Inherited from DependencyObject.)
Public methodSetValue(DependencyProperty, Object)
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject.)
Public methodSetValue(DependencyPropertyKey, Object)
Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.
(Inherited from DependencyObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberBaseLineColorProperty
Identifies the BaseLineColor dependency property.
Public fieldStatic memberHistogramNegativeStrongColorProperty
Identifies the HistogramNegativeStrongColor dependency property.
Public fieldStatic memberHistogramNegativeWeakColorProperty
Identifies the HistogramNegativeWeakColor dependency property.
Public fieldStatic memberHistogramPositiveStrongColorProperty
Identifies the HistogramPositiveStrongColor dependency property.
Public fieldStatic memberHistogramPositiveWeakColorProperty
Identifies the HistogramPositiveWeakColor dependency property.
Public fieldStatic memberHistogramTitleProperty
Identifies the HistogramTitle dependency property.
Public fieldStatic memberLimitYToStackSegmentProperty
Identifies the LimitYToStackSegment dependency property.
Public fieldStatic memberLongPeriodCountProperty
Identifies the LongPeriodCount dependency property.
Public fieldStatic memberMacdLineColorProperty
Identifies the MacdLineColor dependency property.
Public fieldStatic memberMacdLineWidthProperty
Identifies the MacdLineWidth dependency property.
Public fieldStatic memberMacdTitleProperty
Identifies the MacdTitle dependency property.
Public fieldStatic memberShortPeriodCountProperty
Identifies the ShortPeriodCount dependency property.
Public fieldStatic memberSignalLineColorProperty
Identifies the SignalLineColor dependency property.
Public fieldStatic memberSignalLineWidthProperty
Identifies the SignalLineWidth dependency property.
Public fieldStatic memberSignalPeriodCountProperty
Identifies the SignalPeriodCount dependency property.
Public fieldStatic memberSignalTitleProperty
Identifies the SignalTitle dependency property.
Top
See Also