Volver a paquetes
Paquete NuGet

StockSharp.MatLab

MatLab

Los detalles del paquete son públicos. Las descargas requieren acceso StockSharp.

Instalación

dotnet add package StockSharp.MatLab --version 5.0.198

README

MATLAB Connector

The MATLAB connector exposes the StockSharp connector model to MATLAB scripts. It provides a managed bridge for attaching StockSharp message adapters and consuming their normalized market-data and trading events from MATLAB workflows.

Key capabilities

  • Add and configure any compatible StockSharp message adapter.
  • Search for instruments and manage market-data subscriptions.
  • Receive securities, portfolios, positions, tick trades, own trades, orders, order books, order-log events, and candles.
  • Observe connection, error, and subscription-state events.
  • Access the underlying StockSharp connector for market-data and transaction workflows.
  • Keep provider-specific transports and message formats behind the standard StockSharp API.

Typical use

Use this connector for quantitative research, interactive analysis, signal prototyping, visualization, and MATLAB-driven strategy experiments with StockSharp data sources.

Available instruments, data types, trading operations, and latency depend on the StockSharp adapters attached to the MATLAB connector.

Notas de la versión

Stop marking projects for obfuscation
Merge origin/master into debug
Remove redundant project references and GUIDs
Reconcile debug history with origin/master
Bring master up to main
Add multilingual connector descriptions
DateTimeOffset -> DateTime UTC

Dependencias

net10.0