V0.73.0 BETA · Documentation
Run a trading desk from a folder of files.
Everything you need to install Qoc, wire up your accounts and data, and hand the desk to your coding agent — with guards on every order and a full history behind every position.
first run
$ qoc init desk
$ qoc connect equities
$ qoc up
ready · workspace at ./desk · open to your agent
Getting Started
Install Qoc, create a workspace, and approve your first trade.
6 pagesCore Concepts
The ideas behind the desk — the unified account, trading as git, file-based state.
4 pagesWorkspaces
The folder of files your agent works from: entities, issues, schedules, and more.
11 pagesTrading
Connect venues, propose orders, enforce guards, and track equity.
4 pagesMarket Data
The Data Hub and the research tools it feeds your agent.
7 pagesConnectors
Wire Qoc into the agents and clients you already run.
1 pageIntegrations
Bring your own model provider.
1 pageConfiguration
The complete desk.toml reference.
1 pageDeployment
Self-host with Docker, reach it remotely, keep credentials local.
3 pagesExtending
Add your own brokers, tools, and guards.
3 pages