01-projects/automated-investing

index

·exploratory-bet·status: relocated-to-github
investingsystematic-tradingbacktestpointer

Automated Investing — code relocated to GitHub

The code + experiment writeups for this project now live in the canonical private repo, not in the vault. Moved 2026-05-29 to eliminate drift (founder directive: GitHub is canonical, one working copy).

Where it lives now

Why relocated

Nested inside the vault repo with no own remote → true PR review wasn't possible and two local copies risked drifting. Extracted 2026-05-29 via git subtree split (full RED→GREEN test-first history preserved), pushed to the private repo, in-vault copy retired. Full relocation log: working-context 2026-05-29 12:06 ET entry.

Current state of the work

Phase-1 backtest spine built; no-lookahead guard hardened + independently verified (3 checks: incremental causal replay + multi-truncation + future-tail perturbation; fail-closed). Honest momentum result: SPY MA100 underperformed buy&hold (no edge — correctly framed). Phase 2+ (discovery loop, sizing/execution, vectorbt sweep) is a separate founder go.

Original thesis (kept for context)

Always-on AI agents for systematic, data-driven investing: data pipeline → signal → decision → execution → feedback → compound learning, on the same agentic infrastructure RDCO builds for everything else. P&L is the most honest feedback loop. NOT a day-trading bot; NOT real money before a tested system; live trading is founder-gated ([[feedback_paper_trade_deploy_authorization]]). Paper-trading only, founder's personal capital.

Reference material