How it's built
The engineering behind the edge, drawn out stage by stage. How an idea is found, proven, matured, and finally run live, all on one shared code path.
01 / Overview
Find an edge, prove it survives, mature it, run it. Four stages, one pipeline. The sections below zoom into each.
Find an edge, prove it survives, mature it, run it. The sections below zoom into each stage.
02 / Pipeline
A layered onion. Each strategy, broker, and data source is an outer-layer addition that slots in without rewriting the core. Same code path drives backtest replay, paper trading, and live execution.
Backtest path
Live path
That same code path runs the discovery search detailed below.
03 / Execution
Filtered names are watched cheaply, on bars, all session. The engine only arms the live tick tape when one approaches the zone it is waiting on, so it listens at full resolution for a fraction of the day, not all of it. A quality-gated trigger fires the entry, and from there the trade either runs to an exit or stops out.
04 / Discovery
Finding an edge is less a pipeline than a dig. A machine scout tunnels through the data where intuition points it, and most tunnels dead-end on noise, overfit, or a mirage that fails the tests. Once in a while one opens onto a real edge worth keeping. Only what survives the skeptic's gauntlet (next) earns a place in the refinement loop.
A found edge is still only a candidate · next it runs the gauntlet · into validation.
05 / Validation
Every candidate runs a three-gate gauntlet before it earns capital. A backtest number is only worth the attacks it survives.
Hover or tap a corner of the triangle.
Is the edge real?
Does the money survive reality?
Can it actually run?
Survivors enter the refinement loop below.
06 / Refinement
Nothing reaches real capital because it looked good once. Every change starts as an idea at the center and has to earn its way outward, one ring at a time. Any ring can also throw off a new idea, which re-enters at the center, so the loop never really closes.