Class SineWaveValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
SineWave indicator value.
public class SineWaveValue : ComplexIndicatorValue<SineWave>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
- Inheritance
-
SineWaveValue
- Implements
- Inherited Members
- Extension Methods
Remarks
Initializes a new instance of the SineWaveValue.
Constructors
SineWaveValue(SineWave, DateTimeOffset)
SineWave indicator value.
public SineWaveValue(SineWave indicator, DateTimeOffset time)
Parameters
indicator
SineWavetime
DateTimeOffset
Remarks
Initializes a new instance of the SineWaveValue.
Properties
Lead
Gets the lead line value.
[Browsable(false)]
public decimal? Lead { get; }
Property Value
LeadValue
Gets the lead line value.
public IIndicatorValue LeadValue { get; }
Property Value
Main
Gets the main line value.
[Browsable(false)]
public decimal? Main { get; }
Property Value
MainValue
Gets the main line value.
public IIndicatorValue MainValue { get; }
Property Value
Methods
ToString()
public override string ToString()