ComponentOne FinancialChart for WinForms
C1.Win.Chart.Finance Namespace / Macd Class
Members

In This Topic
    Macd Class
    In This Topic
    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.
    Syntax
    'Declaration
     
    
    Public Class Macd 
       Inherits MacdBase
    public class Macd : MacdBase 
    Inheritance Hierarchy

    System.Object
       C1.Chart.SeriesBase
          C1.Win.Chart.Series
             C1.Win.Chart.Finance.FinancialSeries
                C1.Win.Chart.Finance.IndicatorBase
                   C1.Win.Chart.Finance.MacdBase
                      C1.Win.Chart.Finance.Macd

    See Also