ShiftedIndicatorValue

StockSharp.Algo.Indicators

El valor de cambio del indicador.

Hereda de: SingleIndicatorValue<decimal>

Constructores

ShiftedIndicatorValue
public ShiftedIndicatorValue(IIndicator indicator, DateTime time)
shiftedIndicatorValue = ShiftedIndicatorValue(indicator, time)

Inicia una nueva instancia de la ShiftedIndicatorValue.

indicator
Indicador.
time
Hora
ShiftedIndicatorValue
public ShiftedIndicatorValue(IIndicator indicator, decimal value, int shift, DateTime time)
shiftedIndicatorValue = ShiftedIndicatorValue(indicator, value, shift, time)

Inicia una nueva instancia de la ShiftedIndicatorValue.

indicator
Indicador.
value
Valor indicador.
shift
El cambio del valor del indicador.
time
Hora

Propiedades

Shift
public int Shift { get; private set; }
value = shiftedIndicatorValue.Shift
shiftedIndicatorValue.Shift = value

El cambio del valor del indicador.

Métodos

FromValues
public override void FromValues(object[] values)
shiftedIndicatorValue.FromValues(values)

Convertir en valor indicador.

values
ToValues
ToValues
public override IEnumerable<object> ToValues()
result = shiftedIndicatorValue.ToValues()

Convertirse en valores primitivos.

Devuelve: Valores primitivos.