[]
        
(Showing Draft Content)

C1.Web.Mvc.Finance.TagHelpers.MacdBaseTagHelper-2

MacdBaseTagHelper<T, TControl> Class

ITagHelper implementation for MacdBase<T>.

Inheritance
BaseTagHelper<TControl>
MacdBaseTagHelper<T, TControl>
Namespace: C1.Web.Mvc.Finance.TagHelpers
Assembly: C1.AspNetCore.Mvc.Finance.dll
Syntax
public abstract class MacdBaseTagHelper<T, TControl> : ExtraSeriesTagHelper<T, TControl>, ITagHelper, ITagHelperComponent where TControl : MacdBase<T>
Type Parameters
Name Description
T
TControl

Constructors

Name Description
MacdBaseTagHelper()

Properties

Name Description
CollectionName

Gets the collection name.

FastPeriod

Configurates FastPeriod. Sets the fast exponential moving average period for the MACD line.

SlowPeriod

Configurates SlowPeriod. Sets the slow exponential moving average period for the MACD line.

SmoothingPeriod

Configurates SmoothingPeriod. Sets the exponential moving average period for the signal line.