My Backtest Lied to Me. Here's How I Caught It
If your live bot doesn’t match your backtest, your backtest is fiction. Here’s the comparison tool I built and the bugs it caught.
If your live bot doesn’t match your backtest, your backtest is fiction. Here’s the comparison tool I built and the bugs it caught.
A complete beginner’s guide to building a crypto trading bot with Python and ccxt. From zero to a working bot on Binance Futures.
Everything you need to know about using ccxt with Binance Futures in Python. Connection, orders, positions, stop losses, and all the gotchas.
A developer from Korea built 6 crypto trading bots using Claude Code. 4 failed. Here’s the honest story of building a Claude AI trading bot — and a guide so you can build one too.
Most trading bot tutorials show you the strategy but not the structure. Here’s how to organize a production-ready trading bot in Python.
How I built a trend following crypto bot that actually makes money. After killing 4 trading bots, this is the one that survived backtesting, dry runs, and live trading on Binance Futures.
I spent weeks building a WebSocket price feed. Then I realized I didn’t need it at all.
My bot was missing every trade for the first 9 hours of each day. The cause? Mixing UTC and KST in one line of code.
A practical guide to building a Claude AI trading bot. What Claude Code is great at, what it’s terrible at, and how to get the best results when building a crypto trading bot with AI.
A collection of Binance Futures API quirks that aren’t in the documentation. Each one cost me hours.