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.

プロパティ

Chinkou : decimal?

Gets the Chinkou value.

ChinkouValue : IIndicatorValue

Gets the Chinkou value.

Kijun : decimal?

Gets the Kijun value.

KijunValue : IIndicatorValue

Gets the Kijun value.

SenkouA : decimal?

Gets the SenkouA value.

SenkouAValue : IIndicatorValue

Gets the SenkouA value.

SenkouB : decimal?

Gets the SenkouB value.

SenkouBValue : IIndicatorValue

Gets the SenkouB value.

Tenkan : decimal?

Gets the Tenkan value.

TenkanValue : IIndicatorValue

Gets the Tenkan value.

メソッド

ToString() : string

Преобразовать к строковому представлению.

戻り値: Строковое представление.