SineWaveValue

StockSharp.Algo.Indicators

Sine Wave indicator value implementation.

Inherits: ComplexIndicatorValue<SineWave>

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

Constructors

SineWaveValue
public SineWaveValue(SineWave indicator, DateTime time)
sineWaveValue = SineWaveValue(indicator, time)

Sine Wave indicator value implementation.

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

Properties

Lead
public decimal? Lead { get; }
value = sineWaveValue.Lead

Gets the lead line value.

LeadValue
public IIndicatorValue LeadValue { get; }
value = sineWaveValue.LeadValue

Gets the lead line value.

Main
public decimal? Main { get; }
value = sineWaveValue.Main

Gets the main line value.

MainValue
public IIndicatorValue MainValue { get; }
value = sineWaveValue.MainValue

Gets the main line value.

Methods

ToString
public override string ToString()
result = sineWaveValue.ToString()

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

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