Click or drag to resize

AroonPeriodCount Property

LightningChart .NET Help
The number of time periods used to calculate Aroon indicator, set to 25 days by default.

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

Property Value

Type: Int32
See Also