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

Constructors

AroonValue(Aroon, DateTimeOffset)

Initializes a new instance of the AroonValue.

public AroonValue(Aroon indicator, DateTimeOffset time)

Parameters

indicator Aroon

Aroon

time DateTimeOffset

Time

Properties

Down

Gets the Down value.

public decimal Down { get; }

Property Value

decimal

Up

Gets the Up value.

public decimal Up { get; }

Property Value

decimal