SineWaveValue

StockSharp.Algo.Indicators

Sine Wave indicator value implementation.

Erbt von: ComplexIndicatorValue<SineWave>

Implementiert: ISineWaveValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Konstruktoren

SineWaveValue(SineWave, DateTime)

Sine Wave indicator value implementation.

indicator
The parent Sine Wave indicator.
time
Time associated with this indicator value.

Eigenschaften

Lead : decimal?

Gets the lead line value.

LeadValue : IIndicatorValue

Gets the lead line value.

Main : decimal?

Gets the main line value.

MainValue : IIndicatorValue

Gets the main line value.

Methoden

ToString() : string

Преобразовать к строковому представлению.

Rückgabe: Строковое представление.