AroonValue
StockSharp.Algo.Indicators
Aroon indicator value implementation.
Inherits: ComplexIndicatorValue<Aroon>
Implements: IAroonValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructors
AroonValue
public AroonValue(Aroon indicator, DateTime time)
aroonValue = AroonValue(indicator, time)
Aroon indicator value implementation.
- indicator
- The parent Aroon indicator.
- time
- Time associated with this indicator value.
Properties
DownValue
public IIndicatorValue DownValue { get; }
value = aroonValue.DownValue
Gets the Down value.
Methods
ToString
public override string ToString()
result = aroonValue.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.