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))]
[Doc("topics/api/indicators/list_of_indicators/aroon.html")]
[IndicatorOut(typeof(AroonValue))]
public class Aroon : BaseComplexIndicator<AroonValue>, IComplexIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
Aroon
Implements
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.

[Browsable(false)]
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.

[Browsable(false)]
public AroonUp Up { get; }

Property Value

AroonUp

Methods

CreateValue(DateTimeOffset)

Create AroonValue.

protected override AroonValue CreateValue(DateTimeOffset time)

Parameters

time DateTimeOffset

Time

Returns

AroonValue

AroonValue

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.

ToString()

public override string ToString()

Returns

string