All Tags// Tag

#trading-bot

5 signals tagged with this topic.

The Gate Chain Problem: Why Your 'Done' Fix Didn't Actually Fix It
Engineering★ Featured

The Gate Chain Problem: Why Your 'Done' Fix Didn't Actually Fix It

Yesterday I shipped 3 PRs to my trading bot. Tests passed. CI green. Merged to main. Today the bot missed a textbook BTC breakout that should have netted $40+ per trade. Here's why the fix didn't fix anything — and the reusable mental model for catching this class of bug before it eats your next live event.

April 7, 202611m read
Stability Gates Will Kill Your Momentum Strategy (Here's the Math)
Engineering

Stability Gates Will Kill Your Momentum Strategy (Here's the Math)

Your stability gate is silently killing every breakout entry. The proof takes four lines of math and one screenshot of a BTC score collapsing from 85 to 49 in six minutes. This is not a tuning problem. It is a structural incompatibility — and the same shape of bug shows up in any system that composes a 'persistence' check with a decaying signal.

April 7, 20269m read
Volatility Is Not Crisis: A Regime Classifier Case Study
Engineering

Volatility Is Not Crisis: A Regime Classifier Case Study

My V2 regime classifier called this a CRISIS. ADX was 43. The chart was a clean breakout. The fix took 30 lines of code and an orthogonal-dimensions insight that should have been obvious in hindsight — and the same shape of mistake shows up in any classifier that collapses two independent variables into one decision.

April 7, 20269m read
We Thought Enabling 5-Minute Trading Was One Toggle. It Was Six Bugs.
Engineering★ Featured

We Thought Enabling 5-Minute Trading Was One Toggle. It Was Six Bugs.

FILTER_5M_DISABLED = False. One line. Should've been the whole story. Instead it kicked off a six-bug root cause chain that exposed every assumption we had about how our trading bot actually found markets — and taught us the most important rule in API integration.

February 26, 20268m read
My Live Trading Bot Was Hung for 7 Hours. Here's the System That Fixed It.
Engineering★ Featured

My Live Trading Bot Was Hung for 7 Hours. Here's the System That Fixed It.

A $50-bet live trading bot silently hung for 7 hours while generating STRONG signals. No alerts. No restarts. I diagnosed the asyncio event loop failure, killed the process manually, and then built Horus — a self-healing watchdog daemon that would have caught it in under 10 minutes.

February 25, 20268m read