[]
        
(Showing Draft Content)

C1.Win.Chart.Finance.MacdBase

MacdBase Class

Base class for Macd and MscdHistogram.

Implements
ISeries
IStyleProvider
Namespace: C1.Win.Chart.Finance
Assembly: C1.Win.FinancialChart.8.dll
Syntax
public class MacdBase : IndicatorBase, IDisposable, ISeries, IStyleProvider

Constructors

Name Description
MacdBase()

Initializes a new instance of the MacdBase class.

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.