[]
Represents a Moving Average Convergence/Divergence (MACD) indicator series for the FinancialChart.
public class Macd<T> : MacdBase<T>
Name | Description |
---|---|
T |
The MACD indicator is designed to reveal changes in strength, direction, momentum, and duration of an asset's price trend.
Name | Description |
---|---|
Macd(FlexChartCore<T>) | Creates one Macd<T> instance. |
Name | Description |
---|---|
ExtraSeriesTypeName | Gets the Name of this Series. |
Styles | Gets or sets the styles for the MACD and Signal lines. |