IchimokuChinkouLine

StockSharp.Algo.Indicators

Chinkou line.

Inherits: DecimalLengthIndicator

Constructors

IchimokuChinkouLine
public IchimokuChinkouLine()
ichimokuChinkouLine = IchimokuChinkouLine()

Initializes a new instance of the IchimokuChinkouLine.

Methods

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

To handle the input value.

input
The input value.

Returns: The new value of the indicator.