ISineWaveValue
StockSharp.Algo.Indicators
SineWave indicator value.
Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Properties
LeadValue
public IIndicatorValue LeadValue { get; }
value = iSineWaveValue.LeadValue
Gets the lead line value.
MainValue
public IIndicatorValue MainValue { get; }
value = iSineWaveValue.MainValue
Gets the main line value.