Skip to content

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

  1. Understand architecture
  2. Create strategy
  3. Override lifecycle methods
  4. Handle market data
  5. Manage orders
  6. 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.