[]
        
(Showing Draft Content)

C1.WPF.Chart.Finance.MacdBase

MacdBase Class

Base class for Macd and MscdHistogram.

Implements
IValueProvider
ISeries
IStyleProvider
Namespace: C1.WPF.Chart.Finance
Assembly: C1.WPF.FinancialChart.4.6.2.dll
Syntax
public class MacdBase : IndicatorBase, IDisposable, IValueProvider, ISeries, IStyleProvider
Public Class MacdBase
    Inherits IndicatorBase
    Implements IDisposable, IValueProvider, ISeries, IStyleProvider

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.