Table of Contents

Class WaveTrendLine

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

Wave Trend line.

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

Constructors

WaveTrendLine()

public WaveTrendLine()

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.