futures-trading-bot
A deterministic, rule-based automated trading system for index futures that I built and operate: a data pipeline, a research harness, a risk engine, backtesting and reporting, live broker execution, and a monitoring interface. It runs live against real-time market data, but currently trades on a practice account - not real money.
Engineering detail
A trading rule that looks good on a chart is usually a statistical accident. I hold every candidate to a pre-registered standard of evidence before it trades.
I found and fixed a backtest bug that manufactured a false trading edge, then wrote the fix into the project's own rules so it can't recur.
Private repository