SineWaveValue
StockSharp.Algo.Indicators
Sine Wave indicator value implementation.
Herda de: ComplexIndicatorValue<SineWave>
Implementa: ISineWaveValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Construtores
SineWaveValue(SineWave, DateTime)
Sine Wave indicator value implementation.
- indicator
- The parent Sine Wave indicator.
- time
- Time associated with this indicator value.
Propriedades
LeadValue : IIndicatorValue
Gets the lead line value.
MainValue : IIndicatorValue
Gets the main line value.