chore(polymarket-trader): widen max_edge 0.15 -> 0.30 (volume trial)#1004
Merged
Conversation
At max_edge=0.15 the live edge gate admits ~0 bets/day in the current (more-overconfident) forecaster regime, leaving the Polymarket trader effectively silent. Widen to 0.30 to roughly double admitted volume. Volume-over-ROI trial, not a profit change: the max_edge ROI sweep shows widening is net-negative in the current regime (last-30d ~-4.8% at 0.15 vs ~-12.9% at 0.30). Defensive, monitored, config-reversible; the durable fix is upstream forecaster calibration. Polymarket only; Omen untouched. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
iasonrovis
approved these changes
Jul 2, 2026
OjusWiZard
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Widen the Polymarket trader's edge cap
max_edgefrom 0.15 -> 0.30 inpolymarket_trader/service.yaml(STRATEGIES_KWARGS). Omen (trader_pearl) is untouched. No FSM change; only thepolymarket_traderservice CID re-locks.Why
At
max_edge=0.15the live edge gate admits ~0 bets/day in the current market regime -- the forecaster has drifted more overconfident over time (median execution edge ~0.18 -> ~0.36 since January; the share of bets landing in[0.01, 0.15]fell ~31% -> ~10%). The trader is effectively silent. Widening to 0.30 roughly doubles admitted volume so the service actually trades.Tradeoff (please read before merging)
This is a volume-over-ROI trial, not a profit change. The
max_edgeROI sweep shows widening is not ROI-positive in the current regime -- the extra bets it admits are net-negative:So 0.30 buys activity at a documented ROI cost. It is a defensive, monitored trial to keep the trader active while the durable fix -- upstream forecaster calibration (a high
p_sidemust actually be right) -- is developed. A downstream edge cap cannot fix an overconfident forecaster.Rollback
STRATEGIES_KWARGSenv flip (immediate).Monitoring
Track capital-weighted ROI / bets-day / win-rate vs the ~-5.4% pooled baseline weekly; revert if the current-regime ROI degradation outweighs the volume benefit.
🤖 Generated with Claude Code