StockSharp.Samples 5.0.171

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

StockSharp API Examples Directory

This directory contains a collection of example projects and scripts demonstrating the use of the StockSharp API for developing trading applications. These examples are intended specifically for developers who are programming in C# and are looking to create comprehensive trading robots or tools that do not integrate directly with the Designer platform.

Overview

The examples provided in this folder serve as practical guides to various aspects of the StockSharp API, showcasing how to leverage its capabilities to access market data, execute trades, and manage portfolios. These examples are particularly useful for users with a background in software development and an interest in financial markets.

Contents

  • Basic API Usage: Simple scripts demonstrating the initialization of the API, connection to trading services, and basic data handling.
  • Advanced Trading Algorithms: More complex examples that implement full trading strategies or algorithms using the StockSharp API.
  • Data Management: Scripts that show how to fetch, store, and manage historical market data for analysis.
  • Utility Tools: Utility programs that assist with account management, order placement, and other trading operations.

Purpose

The primary goal of this directory is to provide:

  • A learning resource for new programmers who are just starting with trading software development.
  • A reference point for experienced developers looking to explore different features of the StockSharp API.
  • Code bases that can be extended or customized for personal trading solutions.

Usage

Each example comes with a detailed explanation of the code and instructions on how to set it up and run it. Developers are encouraged to modify and extend these examples to fit their specific trading needs and strategies.

Important Note

Please note that the examples provided in this folder are not compatible with the Designer platform. They are intended for direct use and modification within C# projects and require a solid understanding of programming concepts and the .NET. Additionally, some examples may require adding a connector from StockSharp's private NuGet server. For more information on accessing and using this server, please visit StockSharp's NuGet server manual.

By exploring and utilizing these examples, developers can gain a deeper understanding of how to implement robust trading solutions using the StockSharp API, paving the way for the development of sophisticated trading robots and analytical tools.

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 445 4/1/2025
5.0.162 383 3/29/2025
5.0.161 403 3/27/2025
5.0.160 348 2/28/2025
5.0.159 376 2/16/2025
5.0.158 371 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 384 10/14/2024
5.0.153 367 10/7/2024
5.0.152 356 10/3/2024
Loading failed

ILastDirSelector supported.