[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.MacdBase-1

MacdBase<T> Class

Base class for Macd and MacdHistogram series (abstract).

Namespace: C1.Web.Mvc.Finance
Assembly: C1.Web.Mvc.Finance.dll
Syntax
public abstract class MacdBase<T> : ExtraSeries<T>
Type Parameters
Name Description
T

Properties

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.