ShiftedIndicatorValue

StockSharp.Algo.Indicators

The shifted value of the indicator.

Herda de: SingleIndicatorValue<decimal>

Construtores

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

Propriedades

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.

Retorna: Primitive values.