WsIndicatorSeries

StockSharp.Ws

Full historical series for one WsIndicatorSpec computed against a specific candle sequence. Server response to a one-shot type = "indicatorCompute" command. Live updates after the initial series come as WsIndicatorPoint messages.

Properties

OriginalTransactionId
public long OriginalTransactionId { get; set; }
value = wsIndicatorSeries.OriginalTransactionId
wsIndicatorSeries.OriginalTransactionId = value

Wire field originalTransactionId. Echo of the request's reqId/transactionId.

OutputNames
public string[] OutputNames { get; set; }
value = wsIndicatorSeries.OutputNames
wsIndicatorSeries.OutputNames = value

Wire field outputs. Names of the per-output series (e.g. ["value"] for SMA, ["upper","mid","lower"] for Bollinger).

Points
public WsIndicatorPoint[] Points { get; set; }
value = wsIndicatorSeries.Points
wsIndicatorSeries.Points = value

Wire field points. Chronologically ordered values.

Spec
public WsIndicatorSpec Spec { get; set; }
value = wsIndicatorSeries.Spec
wsIndicatorSeries.Spec = value

Wire field spec.