Table of Contents

Class SineWaveLine

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

SineWave line.

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

Constructors

SineWaveLine()

public SineWaveLine()

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.