[]
        
(Showing Draft Content)

C1.WPF.Chart.Finance.MacdBase

MacdBase Class

Base class for Macd and MscdHistogram.

Implements
Namespace: C1.WPF.Chart.Finance
Assembly: C1.WPF.FinancialChart.4.6.2.dll
Syntax
public class MacdBase : IndicatorBase, IDisposable

Constructors

Name Description
MacdBase()

Fields

Name Description
FastPeriodProperty

Identifies the FastPeriod dependency property.

SlowPeriodProperty

Identifies the SlowPeriod dependency property.

SmoothingPeriodProperty

Identifies the SmoothingPeriod dependency property.

Properties

Name Description
FastPeriod

Gets or sets the fast exponential moving average period for the MACD line.

SlowPeriod

Gets or sets the slow exponential moving average period for the MACD line.

SmoothingPeriod

Gets or sets the exponential moving average period for the signal line.