Skip to content

QGTM.AI — Commodity ETF Algorithmic Trading Platform

Welcome to the documentation for QGTM.AI, an institutional-grade algorithmic trading platform focused on commodity ETFs.

Getting Started

git clone https://github.com/QGTMAI/trading.git
cd trading
cp .env.example .env
uv venv && source .venv/bin/activate
uv pip install -e ".[dev]"
docker compose -f infra/compose/docker-compose.yml up -d
pytest

Architecture

See Architecture for the full system design.