All Tags// Tag

#leverage

4 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
Leverage: Porting the Foresight Signal Stack to Crypto Perpetuals
Engineering★ Featured

Leverage: Porting the Foresight Signal Stack to Crypto Perpetuals

The signal stack I built for prediction markets turns out to work on perpetual futures — with modifications. Here's how a 9-factor scoring engine, conviction-scaled leverage, and six independent risk gates become a perps trading system.

March 4, 20268m read