[]
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
| Name | Description |
|---|---|
| Macd() |
| Name | Description |
|---|---|
| MacdLineStyleProperty | Identifies the MacdStyle dependency property. |
| SignalLineStyleProperty | Identifies the SignalLineStyle dependency property. |
| Name | Description |
|---|---|
| MacdLineStyle | Gets or sets the macd line style. |
| MacdVals | |
| MacdXVals | |
| SignalLineStyle | Gets or sets the signal line style. |
| SignalVals | |
| SignalXVals |
| Name | Description |
|---|---|
| GetItem(int) | Gets data item by its index. |
| GetStyle(string) | Gets style by its name. |