ShiftedIndicatorValue

StockSharp.Algo.Indicators

The shifted value of the indicator.

Erbt von: SingleIndicatorValue<decimal>

Konstruktoren

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

Eigenschaften

Shift : int

The shift of the indicator value.

Methoden

FromValues(object[])

Convert to indicator value.

values
ToValues
ToValues() : IEnumerable<object>

Convert to primitive values.

Rückgabe: Primitive values.