ISineWaveValue

StockSharp.Algo.Indicators

SineWave indicator value.

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

Properties

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

Gets the lead line value.

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

Gets the lead line value.

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

Gets the main line value.

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

Gets the main line value.