event cap off: follow every conviction trade (max_per_event 0 everywhere)

Engine default + both bot configs + backtest set to 0 (cap logic stays, opt-in
via risk.max_per_event). June backfill without the cap: +465%, 237 resolved
(202W/35L), 22 missed, $170 fees.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
jaxperro
2026-07-02 11:21:08 -04:00
parent ee4e1750e6
commit e1d264ddfe
4 changed files with 13 additions and 12 deletions
+3 -2
View File
@@ -61,8 +61,9 @@ DEFAULT_CONFIG = {
"daily_spend_cap_usd": 250.0,
"max_total_exposure_usd": 500.0,
"max_open_positions": 20,
"max_per_event": 2, # max concurrent positions on one real-world
# event (a game's markets are one correlated bet)
"max_per_event": 0, # >0 caps concurrent positions on one real-world
# event (a game's markets are one correlated bet);
# 0 = off — follow every conviction trade
"min_price": 0.05, # don't open longshots/near-certainties
"max_price": 0.95,
"min_order_usd": 5.0, # Polymarket min order size