A modular Execution & Order Management System built for systematic trading desks
Project description
EOMS
🚀 Quant‑EOMS
A modular Execution & Order Management System built for systematic trading desks.
Broker‑agnostic · Datafeed‑agnostic · GUI‑centric.
Features
| Module | Purpose |
|---|---|
| Dashboard | At‑a‑glance PNL, risk, latency stats |
| Order Ticket | Live quotes + smart routing |
| Positions Mgr | Real‑time net positions & exposures |
| Order Mgr | State machine for every order, amend/cancel |
| Algo Mgr | Load/run param‑driven algos |
| PNL Window | Tick‑level & aggregated PNL |
Quick Start
git clone https://github.com/your‑org/quant‑eoms.git
cd quant‑eoms
python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
uvicorn quanteoms.api:app --reload # optional REST gateway
python -m quanteoms.gui # launch dashboard
Architecture
+------------------+
Market Data --> | DataFeed Plugin* |---+
+------------------+ |
v
+-----------+ events +------------------+
| Brokers* | <-----------> | Event Bus (async)|
+-----------+ +------------------+
^ |
| v
| +---------------+
+---------------| GUI Modules |
+---------------+
(* = pluggable via entry_points)
Adding a New Plugin
Create package quanteoms_<provider> implementing BrokerBase or FeedBase.
Add to setup.py:
entry_points={
"quanteoms.brokers": ["<name>=quanteoms_<provider>.broker:Broker"],
}
pip install -e . – the system auto‑discovers it.
Roadmap
See TASKS.MD.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
eoms-1.5.0.tar.gz
(155.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
eoms-1.5.0-py3-none-any.whl
(120.4 kB
view details)
File details
Details for the file eoms-1.5.0.tar.gz.
File metadata
- Download URL: eoms-1.5.0.tar.gz
- Upload date:
- Size: 155.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
196dab435c4bd905894e17dbc11840db1ff377887e75f68d4c4a2089f96a0317
|
|
| MD5 |
c6ade0a703f1d52cecd001a0c68a9ab9
|
|
| BLAKE2b-256 |
6a60ba6b7fec74768271dcb1b0a7a102b6128098629309ad2e437e598d07f171
|
File details
Details for the file eoms-1.5.0-py3-none-any.whl.
File metadata
- Download URL: eoms-1.5.0-py3-none-any.whl
- Upload date:
- Size: 120.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6f9dd92cbab2347bef870756d723cdb63fd54528670427a7c97d9c79f04a85f
|
|
| MD5 |
82a1b7b79a17da98023dc93c902529ee
|
|
| BLAKE2b-256 |
b06304947a02fd06fe18f66662c58620d81c8097f6386d4b9e21d01717d239f0
|