Table of Contents

Class SineWaveValue

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

SineWave indicator value.

public class SineWaveValue : ComplexIndicatorValue<SineWave>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Inheritance
SineWaveValue
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the SineWaveValue.

Constructors

SineWaveValue(SineWave, DateTimeOffset)

SineWave indicator value.

public SineWaveValue(SineWave indicator, DateTimeOffset time)

Parameters

indicator SineWave

SineWave

time DateTimeOffset

Time

Remarks

Initializes a new instance of the SineWaveValue.

Properties

Lead

Gets the lead line value.

[Browsable(false)]
public decimal? Lead { get; }

Property Value

decimal?

LeadValue

Gets the lead line value.

public IIndicatorValue LeadValue { get; }

Property Value

IIndicatorValue

Main

Gets the main line value.

[Browsable(false)]
public decimal? Main { get; }

Property Value

decimal?

MainValue

Gets the main line value.

public IIndicatorValue MainValue { get; }

Property Value

IIndicatorValue

Methods

ToString()

public override string ToString()

Returns

string