Click or drag to resize

TripleExponentialAveragePeriodCount Property

LightningChart .NET Help
The number of time periods used to calculate Triple Exponential Average, set to 14 days by default.

Namespace:  Arction.CustomControls.Trader.WinForms.TechnicalIndicators
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(int), "14")]
public int PeriodCount { get; set; }

Property Value

Type: Int32
See Also