IndicatorValue
StockSharp.Algo.Export
Indicator value with time.
Implements: IServerTimeMessage, ISecurityIdMessage
Properties
SecurityId
public SecurityId SecurityId { get; set; }
value = indicatorValue.SecurityId
indicatorValue.SecurityId = value
Security ID.
Time
public DateTime Time { get; set; }
value = indicatorValue.Time
indicatorValue.Time = value
Value time.
Value
public IIndicatorValue Value { get; set; }
value = indicatorValue.Value
indicatorValue.Value = value
Value.
Value1
public decimal? Value1 { get; }
value = indicatorValue.Value1
Converted to Decimal type value.
Value2
public decimal? Value2 { get; }
value = indicatorValue.Value2
Converted to Decimal type value.
Value3
public decimal? Value3 { get; }
value = indicatorValue.Value3
Converted to Decimal type value.
Value4
public decimal? Value4 { get; }
value = indicatorValue.Value4
Converted to Decimal type value.
ValuesAsDecimal
public IEnumerable<decimal?> ValuesAsDecimal { get; private set; }
value = indicatorValue.ValuesAsDecimal
indicatorValue.ValuesAsDecimal = value
Converted to Decimal type values.