API for algorithmic and high-frequency trading (HFT).
This project contains
- Interfaces for implementing algorithmic trading strategies
- Interfaces for implementing exchange matching simulation
- Interfaces for simulation reporting
- Reference implementations
Use
stablefor (the approx. monthly) release build. Useunstablefor the more regularly updated development builds.
git submodule update --init --recursivescripts/create_conda_env unstable debugsource opt/conda/bin/activate devSometimes you may have to delete CMakeCache.txt if CMake has already cached an incorrect configuration.
cmake . && make -j4The project is released under the terms of the BSD-3 license.