AroonValue
StockSharp.Algo.Indicators
Aroon indicator value implementation.
继承自: ComplexIndicatorValue<Aroon>
实现: IAroonValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
构造函数
AroonValue(Aroon, DateTime)
Aroon indicator value implementation.
- indicator
- The parent Aroon indicator.
- time
- Time associated with this indicator value.
属性
DownValue : IIndicatorValue
Gets the Down value.
UpValue : IIndicatorValue
Gets the Up value.