I wanted a trading bot that actually ran on real exchanges, not a tutorial that stops at "and now you have a backtest." So I built one. It downloads market data, backtests 50 strategies, picks the best ones, and trades live on an exchange with real money. The whole thing is in Python, and I'm planning to open-source it soon.

This is everything I...