[]
ITagHelper implementation for MacdBase<T>.
public abstract class MacdBaseTagHelper<T, TControl> : ExtraSeriesTagHelper<T, TControl>, ITagHelper, ITagHelperComponent where TControl : MacdBase<T>
Name | Description |
---|---|
T | |
TControl |
Name | Description |
---|---|
MacdBaseTagHelper() |
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. |