IchimokuValue
StockSharp.Algo.Indicators
Ichimoku indicator value implementation.
Наследует: ComplexIndicatorValue<Ichimoku>
Реализует: IIchimokuValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Конструкторы
IchimokuValue(Ichimoku, DateTime)
Ichimoku indicator value implementation.
- indicator
- The parent Ichimoku indicator.
- time
- Time associated with this indicator value.
Свойства
ChinkouValue : IIndicatorValue
Gets the Chinkou value.
KijunValue : IIndicatorValue
Gets the Kijun value.
SenkouAValue : IIndicatorValue
Gets the SenkouA value.
SenkouBValue : IIndicatorValue
Gets the SenkouB value.
TenkanValue : IIndicatorValue
Gets the Tenkan value.