Orphan Orders: The Bug That Opens Positions You Didn't Ask For
My bot left a stop loss order on the exchange after closing a position. Hours later, it triggered and opened an unintended trade. Here’s what caused it and how I fixed it.
My bot left a stop loss order on the exchange after closing a position. Hours later, it triggered and opened an unintended trade. Here’s what caused it and how I fixed it.
I gave Claude Code my trading data, my failures, and my constraints. Then I asked it to design a strategy from scratch. The result outperformed everything I’d built manually.
STOP_MARKET is the default stop loss on Binance Futures. It’s also silently eating your profits through slippage. Here’s exactly how much it costs and how to switch to STOP_LIMIT.
A complete beginner’s guide to building a crypto trading bot with Python and ccxt. From zero to a working bot on Binance Futures.
Overfitting is the #1 killer of trading bots. Here’s a practical checklist to detect and prevent it, based on real experience.
Grid bots look perfect on paper. Buy low, sell high, automatically. Here’s why I killed mine after a week.
Most trading bot tutorials show you the strategy but not the structure. Here’s how to organize a production-ready trading bot in Python.
My momentum bot showed incredible returns in backtests. Then I learned about overfitting — the hard way.
I’ve built 6 trading bots and made every mistake possible. Here are the 10 most expensive ones so you don’t have to repeat them.
My bot showed +500U in backtests. Live trading showed +200U. Here’s every gap I found and how I closed them.