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
-
IPersistableICloneable<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
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.