Home
Welcome to the Developer Guide for the BlitzTrader SDK.
This guide gives you a clear overview of the architecture, core components, and development workflow required to build trading strategies and applications using the BlitzTrader Framework.
Purpose
- Understand SDK architecture
- Learn core trading concepts
- Build and deploy strategies
- Handle market data and orders
Who Should Use This
- Algorithmic traders
- Quantitative developers
- Software engineers
Prerequisites:
- Basic knowledge of C#
- Understanding of OOP
- Familiarity with financial markets
Workflow Overview
- Understand architecture
- Create strategy
- Override lifecycle methods
- Handle market data
- Manage orders
- Test and deploy
Requirements
- Windows OS
- .NET Framework
- Visual Studio
- BlitzTrader SDK setup
What's Next
Go to SDK Architecture to understand how everything connects.