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
Aroontime
DateTimeOffset
Remarks
Initializes a new instance of the AroonValue.
Properties
Down
Gets the Down value.
[Browsable(false)]
public decimal? Down { get; }
Property Value
DownValue
Gets the Down value.
public IIndicatorValue DownValue { get; }
Property Value
Up
Gets the Up value.
[Browsable(false)]
public decimal? Up { get; }
Property Value
UpValue
Gets the Up value.
public IIndicatorValue UpValue { get; }