IndicatorValue

StockSharp.Algo.Export

Valor indicador con el tiempo.

Implementa: IServerTimeMessage, ISecurityIdMessage

Propiedades

SecurityId
public SecurityId SecurityId { get; set; }
value = indicatorValue.SecurityId
indicatorValue.SecurityId = value

SecurityId

Time
public DateTime Time { get; set; }
value = indicatorValue.Time
indicatorValue.Time = value

Tiempo de valor.

Value
public IIndicatorValue Value { get; set; }
value = indicatorValue.Value
indicatorValue.Value = value

Valor.

Value1
public decimal? Value1 { get; }
value = indicatorValue.Value1

Convertirse en Valor tipo decimal.

Value2
public decimal? Value2 { get; }
value = indicatorValue.Value2

Convertirse en Valor tipo decimal.

Value3
public decimal? Value3 { get; }
value = indicatorValue.Value3

Convertirse en Valor tipo decimal.

Value4
public decimal? Value4 { get; }
value = indicatorValue.Value4

Convertirse en Valor tipo decimal.

ValuesAsDecimal
public IEnumerable<decimal?> ValuesAsDecimal { get; private set; }
value = indicatorValue.ValuesAsDecimal
indicatorValue.ValuesAsDecimal = value

Converso a valores de tipo decimal.