Table of Contents

Class Aroon

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

Aroon indicator.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Aroon", Description = "AroonDescription")]
[IndicatorIn(typeof(CandleIndicatorValue))]
public class Aroon : BaseComplexIndicator, IComplexIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
Aroon
Implements
IPersistable
ICloneable<IIndicator>
Inherited Members
Extension Methods

Remarks

Constructors

Aroon()

Initializes a new instance of the Aroon.

public Aroon()

Aroon(AroonUp, AroonDown)

Initializes a new instance of the Aroon.

public Aroon(AroonUp up, AroonDown down)

Parameters

up AroonUp

Aroon Up.

down AroonDown

Aroon Down.

Properties

Down

Aroon Down.

[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Down", Description = "AroonDown", GroupName = "General")]
public AroonDown Down { get; }

Property Value

AroonDown

Length

Period length.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Period", Description = "IndicatorPeriod", GroupName = "General")]
public int Length { get; set; }

Property Value

int

Measure

public override IndicatorMeasures Measure { get; }

Property Value

IndicatorMeasures

Up

Aroon Up.

[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Up", Description = "AroonUp", GroupName = "General")]
public AroonUp Up { get; }

Property Value

AroonUp

Methods

Load(SettingsStorage)

Load settings.

public override void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

Save(SettingsStorage)

Save settings.

public override void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.