[]
Base class for Macd and MscdHistogram.
public class MacdBase : IndicatorBase, IDisposable, ISeries, IStyleProvider
| Name | Description |
|---|---|
| MacdBase() | Initializes a new instance of the MacdBase class. |
| Name | Description |
|---|---|
| FastPeriod | Gets or sets the fast exponential moving average period for the MACD line. |
| SlowPeriod | Gets or sets the slow exponential moving average period for the MACD line. |
| SmoothingPeriod | Gets or sets the exponential moving average period for the signal line. |