StockSharp.Algo 5.0.193

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.193
                    
NuGet\Install-Package StockSharp.Algo -Version 5.0.193
                    
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.193" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StockSharp.Algo" Version="5.0.193" />
                    
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.193
                    
#r "nuget: StockSharp.Algo, 5.0.193"
                    
#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.193
                    
#: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.193
                    
Install as a Cake Addin
#tool nuget:?package=StockSharp.Algo&version=5.0.193
                    
Install as a Cake Tool

Trading algorithms. More info on web site https://stocksharp.com/store/

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  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. 
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 2,953 9/11/2025
5.0.228 549 9/1/2025
5.0.227 498 8/30/2025
5.0.226 687 8/10/2025
5.0.225 1,084 7/23/2025
5.0.224 780 7/22/2025
5.0.223 641 7/20/2025
5.0.222 585 7/14/2025
5.0.221 488 7/8/2025
5.0.220 427 7/4/2025
5.0.219 486 6/30/2025
5.0.218 681 6/24/2025
5.0.217 437 6/20/2025
5.0.216 481 6/18/2025
5.0.215 600 6/2/2025
5.0.214 733 5/14/2025
5.0.213 1,104 4/1/2025
5.0.212 432 3/29/2025
5.0.211 445 3/27/2025
5.0.193 865 8/24/2024
Loading failed

Strategy. High level methods.
Indicators aliases
Subscription moved from Algo to BusinessEntities
Charting.Interfaces and Algo - inverse dependency.
IOptionPositionChart moved to Algo
Security constants moved from TraderHelper to EntitiesExtensions.
ISecurityProvider. LookupByStringId extension removed
IIndicator, CandleSeries, Candle, IExchangeInfoProvider moved from Algo to BusinessEntities
ChartIgnoreAttribute
Strategy. Try/catch finalize stop state.
StrategyHelper extensions BuyAtLimit, SellAtLimit, BuyAtMarket, SellAtMarket moved into Strategy and made order registration inside.