[]
        
(Showing Draft Content)

C1.Win.Chart.Finance.Macd

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.

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

Constructors

Name Description
Macd()

Initializes a new instance of the Macd class.

Properties

Name Description
MacdLineStyle

Gets or sets the macd line style.

MacdVals

Gets the array of moving average convergence divergence (MACD) values.

MacdXVals

Gets the array of moving average convergence divergence (MACD) X coordinate values.

SignalLineStyle

Gets or sets the signal line style.

SignalVals

Gets the array of signal values.

SignalXVals

Gets the array of signal X coordinate values.

Methods

Name Description
GetItem(int)

Gets the data item.

GetStyle(string)

Gets the style by name.

SetStyle(_Style, string)

Sets the series style.