8000 GitHub - eeiaao/flox: Modular framework for building trading systems
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eeiaao/flox

Repository files navigation

CI Docs

FLOX

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

Contribution

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.

License

Flox is licensed under the MIT License. See the LICENSE file for details.

0