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

Constructors

SineWaveValue(SineWave, DateTimeOffset)

Initializes a new instance of the SineWaveValue.

public SineWaveValue(SineWave indicator, DateTimeOffset time)

Parameters

indicator SineWave

SineWave

time DateTimeOffset

Time

Properties

Lead

Gets the lead line value.

public decimal Lead { get; }

Property Value

decimal

Main

Gets the main line value.

public decimal Main { get; }

Property Value

decimal