Static project site
Quant research docs, workflow map, and runbook.
A static build of the repository documentation. The live Python Control Room still runs locally or on a real server.
Data
Signals
Alpha
Risk
QP
Logs
Repository workflow
Yahoo Finance data into reproducible factor backtests.
1. Download
quantbot download-yfinance-rich
2. Backtest
quantbot backtest --config configs/default.yaml
3. Inspect
quantbot inspect-run --run runs/yfinance
Live Control Room
Run the Python dashboard outside the static site.
python -m pip install -e ".[dev,real-data,qp]"
quantbot serve --host 127.0.0.1 --port 8000