StockSharp.Samples 5.0.161

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package StockSharp.Samples --version 5.0.161
                    
NuGet\Install-Package StockSharp.Samples -Version 5.0.161
                    
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.Samples" Version="5.0.161" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="StockSharp.Samples" Version="5.0.161" />
                    
Directory.Packages.props
<PackageReference Include="StockSharp.Samples" />
                    
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.Samples --version 5.0.161
                    
#r "nuget: StockSharp.Samples, 5.0.161"
                    
#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.Samples@5.0.161
                    
#: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.Samples&version=5.0.161
                    
Install as a Cake Addin
#tool nuget:?package=StockSharp.Samples&version=5.0.161
                    
Install as a Cake Tool

API - a free algorithmic trading API

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.0.171 445 8/30/2025
5.0.170 479 7/20/2025
5.0.169 375 7/8/2025
5.0.168 305 7/4/2025
5.0.167 381 6/30/2025
5.0.166 395 6/24/2025
5.0.165 394 6/18/2025
5.0.164 392 6/2/2025
5.0.163 446 4/1/2025
5.0.162 384 3/29/2025
5.0.161 405 3/27/2025
5.0.160 348 2/28/2025
5.0.159 376 2/16/2025
5.0.158 372 2/14/2025
5.0.157 394 12/30/2024
5.0.156 394 11/16/2024
5.0.155 338 11/16/2024
5.0.154 385 10/14/2024
5.0.153 368 10/7/2024
5.0.152 356 10/3/2024
Loading failed

HydraServerSaveToLocal sample fixes.
HydraServerConnect sample fix.
01_ConsoleApp fixes
Private NuGet doc link updated.
Use Subscribe method directly.
Sample strategies. New code style.
Sample strategies. New code style.
Sample strategies. New code style.
Candles as primary option.
Paths. HistoryDefaultSecurity
StrategyParam. Validators simplified.
CandleDataTypeEdit
QuotingStrategy replaced by QuotingProcessor.
TimeFrameLookupMessage -> DataTypeLookupMessage
StorageCoreSettings. Removed DaysLoad property.
ISubscriptionProvider. Global subscriptions.
Derivatives strategies moved to Samples.
Reduced usage ITransactionProvider obsolete events.
Reduced CandleSeries usage.
ITransactionProvider, IMarketDataProvider, ISubscriptionProvider, IConnector. Removed obsolete events.
CandleSeries made obsolete.
Sample strategies. New code style.