mirror of
https://github.com/jaxperro/winning-wallet-finder.git
synced 2026-07-28 00:07:47 +00:00
no price floor: min_price 0.01 → 0 (both books), cap stays 0.95
User call 2026-07-13 after a big 0.001 longshot was floor-blocked (the same band class that blocked the 16x Hive copy at 0.05). Executor's protected prices now round to 4dp and scale with the price — the old 2dp rounding zeroed the bound on sub-penny books (BUY never bounds below the quoted cross; SELL never above the quoted bid; verified at 0.001/0.002). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
"max_total_exposure_usd": 1000000.0,
|
||||
"max_open_positions": 1000,
|
||||
"max_per_event": 0,
|
||||
"min_price": 0.01,
|
||||
"min_price": 0.0,
|
||||
"max_price": 0.95,
|
||||
"min_order_usd": 1.0
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user