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
Constructors
SineWaveValue(SineWave, DateTimeOffset)
Initializes a new instance of the SineWaveValue.
public SineWaveValue(SineWave indicator, DateTimeOffset time)
Parameters
indicator
SineWavetime
DateTimeOffset
Properties
Lead
Gets the lead line value.
public decimal Lead { get; }
Property Value
Main
Gets the main line value.
public decimal Main { get; }