Click or drag to resize

Aroon Class

LightningChart .NET Help
The Aroon Indicator identifies trend changes in the price. It also reveals the strength of that trend. Consists of two lines: Aroon Up measuring the uptrend strength and Aroon Down measuring the downtrend strength. Appears as a segment below the main price chart.
Inheritance Hierarchy

Namespace:  Arction.CustomControls.Trader.WinForms.TechnicalIndicators
Assembly:  Arction.WinForms.TradingCharts (in Arction.WinForms.TradingCharts.dll) Version: 10.3.1
Syntax
public class Aroon : SegmentIndicator

The Aroon type exposes the following members.

Constructors
  NameDescription
Public methodAroon
Constructor
Top
Properties
  NameDescription
Public propertyAroonDownLineColor
Gets or sets the color of the Aroon Down line.
Public propertyAroonUpLineColor
Gets or sets the color of the Aroon Up line.
Public propertyID
ID string for the indicator
(Inherited from Indicator.)
Public propertyLimitYToStackSegment
Indicator is clipped outside the segment it belongs to.
Public propertyLineWidth
Gets or sets the width of the Aroon lines.
Public propertyPeriodCount
The number of time periods used to calculate Aroon indicator, set to 25 days by default.
Public propertySegmentHeight
Segment height, relative to other segment values
(Inherited from SegmentIndicator.)
Public propertyTitle
Title shown in the data cursor box, and near Y-axes.
(Inherited from Indicator.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also