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.6.0.tar.gz
(156.6 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.6.0-py3-none-any.whl
(121.6 kB
view details)
File details
Details for the file eoms-1.6.0.tar.gz.
File metadata
- Download URL: eoms-1.6.0.tar.gz
- Upload date:
- Size: 156.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b45556a6c4e278ee68c951d25112d04a716dbc256e7095e1afbc71fae196876
|
|
| MD5 |
ce88fb306c2fc7fc1b54a9243c12469f
|
|
| BLAKE2b-256 |
24d349ad3ff893c1ac4a5a2b4187fa8041e3cc528411c6637bd66591178d8084
|
File details
Details for the file eoms-1.6.0-py3-none-any.whl.
File metadata
- Download URL: eoms-1.6.0-py3-none-any.whl
- Upload date:
- Size: 121.6 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 |
61a4a303f03de4c49d9d2b5d8d4b49d5acc8c7468fc5f3a6fa2b7aaaf2d9559a
|
|
| MD5 |
5d32094006afb233f83f6a1a9df17954
|
|
| BLAKE2b-256 |
3f2a42b0dea8c843ac7884e505db848debaeb7c8cfae6d2a7953b4702d3445c2
|