P3 Trade Executor
Backtested a trend-following strategy (SHORT + SMA trend filter + risk management) against 1,249 historical signals before writing a line of execution code, then built the service that trades it: a Telegram signal listener on Telethon, an order-execution service on Binance's Algo Order API, and a watchdog that alerts me within ten minutes if the executor stops answering. It survives the failure mode that actually matters for something trading real money while you sleep — a silent process death.