mirror of
https://github.com/jaxperro/winning-wallet-finder.git
synced 2026-07-27 15:57:47 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user