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
Properties
Down
Aroon Down.
[Browsable(false)]
public AroonDown Down { get; }
Property Value
Length
Period length.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Period", Description = "IndicatorPeriod", GroupName = "General")]
public int Length { get; set; }
Property Value
Measure
public override IndicatorMeasures Measure { get; }
Property Value
Up
Aroon Up.
[Browsable(false)]
public AroonUp Up { get; }
Property Value
Methods
CreateValue(DateTimeOffset)
Create AroonValue.
protected override AroonValue CreateValue(DateTimeOffset time)
Parameters
time
DateTimeOffset
Returns
Load(SettingsStorage)
Load settings.
public override void Load(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
Save(SettingsStorage)
Save settings.
public override void Save(SettingsStorage storage)
Parameters
storage
SettingsStorageSettings storage.
ToString()
public override string ToString()