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, ILengthIndicator
Inheritance
IchimokuChinkouLine
Implements
IPersistable
ICloneable<IIndicator>
Inherited Members
Extension Methods

Constructors

IchimokuChinkouLine()

Initializes a new instance of the IchimokuChinkouLine.

public IchimokuChinkouLine()

Methods

OnProcess(IIndicatorValue)

To handle the input value.

protected override IIndicatorValue OnProcess(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

IIndicatorValue

The resulting value.