[]
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.
public class Macd : MacdBase, IDisposable, ISeries, IStyleProvider
| Name | Description |
|---|---|
| Macd() | Initializes a new instance of the Macd class. |
| 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. |
| Name | Description |
|---|---|
| GetItem(int) | Gets the data item. |
| GetStyle(string) | Gets the style by name. |
| SetStyle(_Style, string) | Sets the series style. |