[]
Base class for Macd and MacdHistogram series (abstract).
public abstract class MacdBase<T> : ExtraSeries<T>
| Name | Description |
|---|---|
| T |
| 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. |