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
LeadValue
public IIndicatorValue LeadValue { get; }
value = sineWaveValue.LeadValue
Gets the lead 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: Строковое представление.