StockSharp.Algo 5.0.25

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package StockSharp.Algo --version 5.0.25
                    
NuGet\Install-Package StockSharp.Algo -Version 5.0.25
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StockSharp.Algo" Version="5.0.25" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StockSharp.Algo" Version="5.0.25" />
                    
Directory.Packages.props
<PackageReference Include="StockSharp.Algo" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add StockSharp.Algo --version 5.0.25
                    
#r "nuget: StockSharp.Algo, 5.0.25"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package StockSharp.Algo@5.0.25
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=StockSharp.Algo&version=5.0.25
                    
Install as a Cake Addin
#tool nuget:?package=StockSharp.Algo&version=5.0.25
                    
Install as a Cake Tool

Trading and algorithmic trading platform (stock markets, forex, bitcoins and options). .NET API for InteractiveBrokers, GainCapital, OANDA, FIX/FAST, Binance etc. More info on web site https://stocksharp.com/products/api/

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on StockSharp.Algo:

Package Downloads
StockSharp.Xaml

Misc graphical components. More info on web site https://stocksharp.com/store/

StockSharp.Studio.Core

Core types for UI applications. More info on web site https://stocksharp.com/store/

StockSharp.Xaml.Diagram

Visual designer to create trading strategies. More info on web site https://stocksharp.com/store/

StockSharp.CSV

CSV connector. More info on web site https://stocksharp.com/store/

StockSharp.QuikLua

Trading and algorithmic trading platform (stock markets, forex, bitcoins and options). .NET API for InteractiveBrokers, GainCapital, OANDA, FIX/FAST, Binance etc. More info on web site https://stocksharp.com/products/api/

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.229 4,284 9/11/2025
5.0.228 588 9/1/2025
5.0.227 533 8/30/2025
5.0.226 717 8/10/2025
5.0.225 1,105 7/23/2025
5.0.224 803 7/22/2025
5.0.223 680 7/20/2025
5.0.222 1,309 7/14/2025
5.0.221 513 7/8/2025
5.0.220 466 7/4/2025
5.0.219 507 6/30/2025
5.0.218 715 6/24/2025
5.0.217 456 6/20/2025
5.0.216 528 6/18/2025
5.0.215 630 6/2/2025
5.0.214 751 5/14/2025
5.0.213 1,121 4/1/2025
5.0.212 458 3/29/2025
5.0.211 476 3/27/2025
5.0.25 25,392 7/7/2020
Loading failed

TransactionOrderingMessageAdapter. Assign order's transaction id for trade only messages.
Connector. Fix handling null TradeStringId and OrderStringId.
SnapshotRegistry. Auto-delete error files (no any ok messages).
BatchEmulation. More stateless.
Level1CsvSerializer, PositionCsvSerializer. Reserved fields.
Level1BinarySnapshotSerializer, PositionBinarySnapshotSerializer supported all fields.
TransactionBinarySnapshotSerializer. Extracted extension methods.
Level1BinarySerializer. Index, Imbalance, UnderlyingPrice, OptionMargin, OptionSyntheticMargin supported.
Level1CsvSerializer, PositionCsvSerializer. Save changes count.
BinaryHelper. Optimize DataType storage.
IGeneratedMessage
Removed old code.
Strategy. Fix detect registered order.
PositionManager. Fix pos change time stamp.
StorageMetaInfoMessageAdapter. Save strategies positions.
StrategyPositionMessageAdapter replaced by PositionMessageAdapter.
StorageMetaInfoMessageAdapter. Mark out messages as ignore offline.
PositionReplyMessageAdapter
StrategyPositionManager. State restoration implemented.
PositionManager. Excluded thread safety.
PositionManager inherited from BaseLogReceiver.
Order. SeqNum property.
BasketMessageAdapter. Send error transaction replies if no adapters found.
MarketEmulator. Do not initialize all fields for trans replies.
StrategyPositionMessageAdapter
OrderStatusMessage. States property.
IMessageAdapter. IsPositionsEmulationRequired made as bool?
StorageBuffer. Send -> Process rename.
PositionManager. Extract strategy positions tracking into StrategyPositionManager.
Logs child SEC ALL as Debug.
Connector. Child subscriptions do not invoke events. Fix change state child subscriptions.
PositionManager. Uses OrderMessage.StrategyId to track strategies positions.
PositionChangeMessage. StrategyId property.
OrderMessage. StrategyId
PositionBinarySnapshotSerializer fix Key.
TraderHelper. GetPosition made as obsolete.
IMessageAdapter. IsPositionsEmulationRequired
Manager based adapters. Fix Reset message processing.
StrategyCommentModes
QuoteBinarySerializer. Fix save first empty incremental book.
BasketMessageAdapter. Storage adapter moved in front of OrderBookInc and OL adapters.
TransactionBinarySnapshotSerializer. New fields supported.
ExecutionMessage. SeqNum
MarketDataMessage. PassThroughOrderBookInrement -> DoNotBuildOrderBookInrement.
CandleSeries. IsFinished -> IsFinishedOnly
OrderBookIncrementMessageAdapter. SEC ALL subscriptions supported.
Connector. Skip SEC ALL mapping subscription.
SubscriptionSecurityAllMessageAdapter fixes.
IMessageAdapter. FeatureName
Loc fix.
Small refactoring.
StorageBuffer. Do not keep ExecMsg.IsCancellation replies.
IMessageAdapter. UseChannels property.
IMessageListener. Subscriptions members.
CsvEntityList. RemoveRange supported.
ISecurityStorage. DeleteRange added.
SecurityTrie. Patricia algo usage.
OrderBookIncrementBuilder. Fix non incremental mode.
Connector. LookupMessagesOnConnect changed from bool to MessageTypes set.
CandlePriceLevel made as struct.
CandleMessageVolumeProfile -> VolumeProfileBuilder.
CopyArray removed.
OrderBookSortMessageAdapter.
QuoteChangeMessage. IsSorted is true by default.
Level1Fields. LastTrade, BestBid, BestAsk marked as obsolete.
MarketDepth. Uses QuoteChange. Quote marked as obsolete.
OrderBookIncrementBuilder performance improved.
QuoteChange made as struct.
BufferMessageAdapter. Handle order replace messages.
ISnapshotSerializer. Removed CreateCopy
StorageBuffer. Handles order register and replace messages. StorageBuffer. EnabledPositions, EnabledTransactions options.
StorageBuffer. Removed SecId mapping.
Own trade trans id mapping. Moved logic from BufferMessageAdapter to TransactionOrderingMessageAdapter.
Connector. Log ErrorMessage with associated source adapter.
ICandleSource. Removed Error event.
GetSnapshotStorage overload accepts DataType.
Connector. Securities and Portfolio properties returns only own objects.
Connector. Non exist subscriptions logs refactoring.
Connector. RegisteredXXX returns only active subscriptions.
BasketMessageAdapter. Fix process subscription for multi-connections.
CandleManager marked as obsolete.
EmulationStates replaced by ChannelStates.
IMessageChannel. IsOpened -> State.
BasketEmulator. Fix Suspend, Resume, Stop.
BatchEmulation. Fix multi-CPU usage.
HistoryEmulationConnector. Removed temp in memory channels initialization.
HistoryEmulationConnector. Disconnect event invoke fix.
HistoryEmulationConnector. Turned off IsSupportTransactionLog, SupportSecurityAll.
HistoryEmulationConnector. Fix State switch. LastMessage removed.
IMarketDataProvider. GetMarketDepth marked as obsolete.
SubscriptionSecurityAllMessageAdapter. Fix clear sec info.
StorageHelper. Fix handle Delete nullable date bounds.
SubscriptionSecurityAllMessageAdapter. Fix unsubscribe (not complete).
SubscriptionSecurityAllMessageAdapter. Flush suspended in out messages thread.
OrderBookIncrementMessageAdapter.
MyTrade. Yield added.
StrategyInfoMessage. Fix CopyTo
StrategyPriceTypes -> ProductPriceTypes.
grammar fix.