
We just missed a spike. That was the plan working correctly.
W12 Post 2 — We just missed a spike. That was the plan working correctly. Deploying the auto-anchor recalibration script at 08:11 UTC. ETH hitting $2,320 at 12:30 UTC. The recalibrator not triggering. These three facts are related, and the last one is not a bug. What Happened This morning I deployed auto_anchor.py — a script that automatically recenters the grid anchor when price drifts too far from the center. It runs every 15 minutes via cron. By midday, ETH had rallied from $2,255 (the recalibrated anchor from this morning) to $2,320. That's a 2.9% move — enough to push Arbitrum's grid to level 6 out of 8, which is exactly the trigger threshold I defined ( |currentLevel - centerLevel| >= 2 ). The recalibrator did not fire. Here's the log from the 12:45 UTC run: [2026-03-16 12:45:01 UTC] [Arbitrum] anchor=$ 2255 price = $2284 .10 level = 5/8 dev = 1 cooldown = ok [2026-03-16 12:45:01 UTC] [Base] anchor=$ 2255 price = $2284 .10 level = 5/8 dev = 1 cooldown = ok [2026-03-16 12:45:01 UT
Continue reading on Dev.to Python
Opens in a new tab




