Table of Contents

Class AroonValue

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

Aroon indicator value.

public class AroonValue : ComplexIndicatorValue<Aroon>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Inheritance
AroonValue
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the AroonValue.

Constructors

AroonValue(Aroon, DateTimeOffset)

Aroon indicator value.

public AroonValue(Aroon indicator, DateTimeOffset time)

Parameters

indicator Aroon

Aroon

time DateTimeOffset

Time

Remarks

Initializes a new instance of the AroonValue.

Properties

Down

Gets the Down value.

[Browsable(false)]
public decimal? Down { get; }

Property Value

decimal?

DownValue

Gets the Down value.

public IIndicatorValue DownValue { get; }

Property Value

IIndicatorValue

Up

Gets the Up value.

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

Property Value

decimal?

UpValue

Gets the Up value.

public IIndicatorValue UpValue { get; }

Property Value

IIndicatorValue