StockSharp.Algo
5.0.193
Prefix Reserved
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
<PackageReference Include="StockSharp.Algo" Version="5.0.193" />
<PackageVersion Include="StockSharp.Algo" Version="5.0.193" />
<PackageReference Include="StockSharp.Algo" />
paket add StockSharp.Algo --version 5.0.193
#r "nuget: StockSharp.Algo, 5.0.193"
#:package StockSharp.Algo@5.0.193
#addin nuget:?package=StockSharp.Algo&version=5.0.193
#tool nuget:?package=StockSharp.Algo&version=5.0.193
Trading algorithms. More info on web site https://stocksharp.com/store/
| Product | Versions 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. |
-
net6.0
- Ecng.Compilation (>= 1.0.93)
- Ecng.Interop (>= 1.0.219)
- Ecng.IO (>= 1.0.179)
- Ecng.MathLight (>= 1.0.5)
- Ecng.Net (>= 1.0.301)
- Ecng.StringSearch (>= 1.0.145)
- GeneticSharp (>= 3.1.4)
- StockSharp.Charting.Interfaces (>= 5.0.69)
- StockSharp.Configuration (>= 5.0.189)
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 |
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.