In July 2025, we reported that StockSharp offered 326 trading strategy examples. Since then, the collection has grown almost twelvefold: the StockSharp/AlgoTrading repository now contains 3,811 strategies.
Every idea is provided in two versions:
- C# for the .NET ecosystem;
- Python for research, education, and integration with familiar analytics tools.
The catalog includes strategies based on technical indicators, arbitrage, market making, volume analysis, statistical methods, machine learning, and other approaches. A consistent structure makes it possible to compare implementations and see how the same trading logic is expressed in different languages.
The collection is more than a set of source files. It includes:
- categorization by trading idea type;
- documentation in seven languages;
- automated checks for structure and parity between the C# and Python versions;
- regression tests of strategies in emulation mode;
- examples showing how to use StockSharp components.
The strategies can be studied independently or used as a starting point for experiments with the StockSharp platform. The code helps users test a hypothesis faster, understand the API, and explore common approaches to working with orders, positions, indicators, and market data.
As with any algorithm examples, the strategies in the catalog do not promise profitability and must be independently evaluated for the chosen market, period, and commission model.
The complete collection is available on GitHub: github.com/StockSharp/AlgoTrading.
评论 (0)
登录 或 创建账户, 登录或注册以发表评论
暂无评论,成为第一个评论者!