ShiftedIndicatorValue

StockSharp.Algo.Indicators

The shifted value of the indicator.

Hereda de: SingleIndicatorValue<decimal>

Constructores

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

Propiedades

Shift : int

The shift of the indicator value.

Métodos

FromValues(object[])

Convert to indicator value.

values
ToValues
ToValues() : IEnumerable<object>

Convert to primitive values.

Devuelve: Primitive values.