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.

Propiedades

OriginalTransactionId : long

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

OutputNames : string[]

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

Points : WsIndicatorPoint[]

Wire field points. Chronologically ordered values.

Spec : WsIndicatorSpec

Wire field spec.