Flox is a modular framework for building trading systems, written in modern C++. It provides low-level infrastructure for constructing execution pipelines, processing market data, managing strategy logic, and integrating with exchanges or storage backends. The framework is designed to be composable, testable, and suitable for both research and production environments.
📖 Documentation is available at https://eeiaao.github.io/flox
Contributions are welcome via pull requests.
Please follow the existing structure and naming conventions.
Tests, benchmarks, and documentation should be included where appropriate.
Code style is enforced via clang-format
.
Pre-commit hook setup and formatting instructions are described in
Getting Started → Contribution.
Flox is licensed under the MIT License. See the LICENSE file for details.