StockSharp
C# trading platform and API across stocks, futures, forex and crypto
๐งฉ Build it Free 03 in Bots & automation ๐ NEW TODAY
10,722 0 copies ยท 7 days updated 7 Sep '26
Overview
StockSharp (S#) is a C# trading platform and API connecting to Binance, MetaTrader, Interactive Brokers, and many other trading venues for manual or algorithmic trading.
- ForC# developers who want one connector abstraction across many brokers and exchanges, from manual charting to HFT algorithms.
- NeedsVisual Studio and .NET; one configured connector with your venue's own credentials (connector code lives in the separate StockSharp/Connectors repository).
- Runsa suite of Windows apps (Designer, Hydra, Terminal, Shell) built on the S#.API C# library, plus the API as a standalone NuGet package.
Vibe it
Paste this into your AI agent. Write the first line, or take a suggestion; the copy carries your words.
Source: https://github.com/StockSharp/StockSharp โ clone it and read its README and examples before writing anything; its documented setup beats what you remember. Stack: a C#/.NET trading platform โ the S#.API library is the core, with Designer, Hydra, Terminal, and Shell as Windows apps built on it. Needs: Visual Studio, .NET, and one connector configured with my venue's own credentials โ the connector list lives in the separate StockSharp/Connectors repository. Start: add the StockSharp NuGet packages to a .NET project, then create a Connector instance, subscribe to a security's candles, and read one back before placing any order. Done means: you print one live or historical candle for a security back to me through the Connector, and show me the connection code you wrote. Never place a live order. Paper or testnet until I say live in this chat. Before you start, ask me: which broker or exchange I want to connect first, and whether I already have an account with it.