IchimokuLine

StockSharp.Algo.Indicators

The implementation of the lines of Ishimoku KInko Khayo indicator (Tenkan, Kijun, Senkou Span B).

継承元: DecimalLengthIndicator

コンストラクター

IchimokuLine()

Initializes a new instance of the IchimokuLine.

メソッド

CalcIsFormed() : bool

Calc IsFormed.

戻り値: IsFormed

OnProcessDecimal(IIndicatorValue) : decimal?

To handle the input value.

input
The input value.

戻り値: The new value of the indicator.

Reset()

To reset the indicator status to initial. The method is called each time when initial settings are changed (for example, the length of period).