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
Aroontime
DateTimeOffset
Properties
Down
Gets the Down value.
public decimal Down { get; }
Property Value
Up
Gets the Up value.
public decimal Up { get; }