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
-
IPersistableICloneable<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
Properties
Down
Aroon Down.
[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Down", Description = "AroonDown", GroupName = "General")]
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.
[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Up", Description = "AroonUp", GroupName = "General")]
public AroonUp Up { get; }
Property Value
Methods
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.