API - a free algorithmic trading API
$ dotnet add package StockSharp.SamplesThis 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.
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.
The primary goal of this directory is to provide:
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.
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.