Skip to content

QGTMAI — Precious-Metals Trading Platform

Welcome to the documentation for QGTMAI, a paper-first systematic trading platform centered on precious metals: gold, silver, miners, and PM derivatives.

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.