Table of Contents

Class CompositeMomentumLine

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

Composite line for the main CompositeMomentum value.

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

Constructors

CompositeMomentumLine()

public CompositeMomentumLine()

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.