ShiftedIndicatorValue

StockSharp.Algo.Indicators

The shifted value of the indicator.

继承自: SingleIndicatorValue<decimal>

构造函数

ShiftedIndicatorValue(IIndicator, DateTime)

Initializes a new instance of the ShiftedIndicatorValue.

indicator
Indicator.
time
Time
ShiftedIndicatorValue(IIndicator, decimal, int, DateTime)

Initializes a new instance of the ShiftedIndicatorValue.

indicator
Indicator.
value
Indicator value.
shift
The shift of the indicator value.
time
Time

属性

Shift : int

The shift of the indicator value.

方法

FromValues(object[])

Convert to indicator value.

values
ToValues
ToValues() : IEnumerable<object>

Convert to primitive values.

返回值: Primitive values.