[]
Base class for Macd and MscdHistogram.
public class MacdBase : IndicatorBase, IDisposable
Name | Description |
---|---|
MacdBase() |
Name | Description |
---|---|
FastPeriodProperty | Identifies the FastPeriod dependency property. |
SlowPeriodProperty | Identifies the SlowPeriod dependency property. |
SmoothingPeriodProperty | Identifies the SmoothingPeriod dependency property. |
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. |