Table of Contents

Class IchimokuChinkouLine

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

Chinkou line.

[IndicatorIn(typeof(CandleIndicatorValue))]
[IndicatorHidden]
public class IchimokuChinkouLine : LengthIndicator<decimal>, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
IchimokuChinkouLine
Implements
Inherited Members
Extension Methods

Constructors

IchimokuChinkouLine()

Initializes a new instance of the IchimokuChinkouLine.

public IchimokuChinkouLine()

Methods

OnProcessDecimal(IIndicatorValue)

To handle the input value.

protected override decimal? OnProcessDecimal(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

decimal?

The new value of the indicator.