Tutorials¶
Step-by-step lessons to get you productive with FLOX.
Prerequisites¶
- C++20 compiler (GCC 13+ or Clang 16+)
- CMake 3.22+
- Linux (recommended)
Getting Started¶
| Tutorial | Time | What You'll Learn |
|---|---|---|
| Quickstart | 5 min | Build FLOX and run the demo |
| First Strategy | 15 min | Write a simple trading strategy |
| Recording Data | 10 min | Capture live market data to disk |
| Backtesting | 10 min | Replay recorded data through your strategy |
Recommended Order¶
- Quickstart — Verify your environment works
- First Strategy — Understand the core programming model
- Recording Data — Set up market data capture
- Backtesting — Test strategies against historical data
After completing these tutorials, move on to How-To Guides for specific tasks or Explanation for deeper understanding.