SineWaveValue

StockSharp.Algo.Indicators

Sine Wave indicator value implementation.

继承自: ComplexIndicatorValue<SineWave>

实现: ISineWaveValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

构造函数

SineWaveValue(SineWave, DateTime)

Sine Wave indicator value implementation.

indicator
The parent Sine Wave indicator.
time
Time associated with this indicator value.

属性

Lead : decimal?

Gets the lead line value.

LeadValue : IIndicatorValue

Gets the lead line value.

Main : decimal?

Gets the main line value.

MainValue : IIndicatorValue

Gets the main line value.

方法

ToString() : string

Преобразовать к строковому представлению.

返回值: Строковое представление.