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.