IchimokuLine

StockSharp.Algo.Indicators

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

Inherits: DecimalLengthIndicator

Constructors

IchimokuLine
public IchimokuLine()
ichimokuLine = IchimokuLine()

Initializes a new instance of the IchimokuLine.

Methods

CalcIsFormed
protected override bool CalcIsFormed()
result = ichimokuLine.CalcIsFormed()

Calc IsFormed.

Returns: IsFormed

OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = ichimokuLine.OnProcessDecimal(input)

To handle the input value.

input
The input value.

Returns: The new value of the indicator.

Reset
public override void Reset()
ichimokuLine.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).