This one isn't live yet — it publishes on June 16.
The data-flow post traced the macroscopic shape of the system: five flows, five trust questions, drawn as boxes and arrows. This is the other half — the interior of the engine.
One tick arrives over a WebSocket. Milliseconds later, an order is on its way to the broker. Tick to Trade walks the entire path in between: the raw message off the socket, how it becomes a candle, how a closed bar triggers the strategy, how a decision tuple turns into a persisted order and a broker call — the actual handle_info chain that runs on every tick.
It lands June 16. Subscribe and it will arrive in your inbox the morning it publishes.