Table of Contents

Class CompositeIndexLine

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

Composite Index Line indicator.

[IndicatorHidden]
public class CompositeIndexLine : BaseIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
CompositeIndexLine
Implements
Inherited Members
Extension Methods

Constructors

CompositeIndexLine()

public CompositeIndexLine()

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.