C1.WPF.Chart.Finance Assembly / C1.WPF.Chart.Finance Namespace / Macd Class
Members

Macd Class
Represents a moving Average Convergence/Divergence (MACD) indicator series. The MACD indicator is designed to reveal changes in strength, direction, momentum, and duration of an asset's price trend.
Object Model
Macd Class
Syntax
'Declaration
 
Public Class Macd 
   Inherits MacdBase
 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         C1.WPF.Chart.Series
            C1.WPF.Chart.Finance.FinancialSeries
               C1.WPF.Chart.Finance.IndicatorBase
                  C1.WPF.Chart.Finance.MacdBase
                     C1.WPF.Chart.Finance.Macd

See Also