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:
@@ -48,6 +48,6 @@
|
||||
"min_price": 0.01,
|
||||
"max_price": 0.99,
|
||||
"min_order_usd": 5.0,
|
||||
"max_per_event": 2
|
||||
"max_per_event": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user