Files
winning-wallet-finder/research/params/study_flow_robustness.json
T
jaxperro 2f4f2ccbbe research silo: edge factory — calibrated sim, Study A/B, forward ledger (#2, #16, #17)
research/ is a hard silo (README rules): read-only tape, no bot imports,
own launchd (com.jaxperro.research-nightly 09:15, after daily ingest).

- tape.py: proxy-resolution (the 742/742-validated method), niche + crypto
  strike/expiry/sprint parsers, tick loaders
- sim.py: FAK execution replayer; hold_s=3 fitted on 29 real labeled live
  attempts (79% fill/miss classification), price noise 2-4c, measured
  OPTIMISM BIAS -2c/fill carried into every verdict threshold
- requote.py: crater refill timing per niche (crypto 94% <4s, esports 83%
  <10s, sports needs ~25s, geo/politics minutes) -> params/requote_timing.json
- study_flow.py + robustness: in-play surge momentum. Identity NULL result:
  10 pooled controls +23.85/fill == informed +23.68 -> hypothesis revised at
  freeze, surge-EV primary, identity secondary (#16)
- study_oracle.py: oracle digital fair value. 86% craters, winner's-curse
  inversion at big edges, nothing frozen (no cell at 30 fills) (#17)
- forward.py + nightly.sh: re-scores frozen studies on last 3 tape days,
  appends forward_ledger.jsonl; verdicts ONLY from post-freeze rows

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-20 17:34:22 -04:00

77 lines
996 B
JSON

{
"informed_first": {
"fills": 479,
"ev": 24.14,
"hit": 0.72,
"avg_px": 0.573
},
"informed_worst": {
"fills": 479,
"ev": 23.68,
"hit": 0.72,
"avg_px": 0.574
},
"controls_worst": [
{
"fills": 29,
"ev": 39.41,
"hit": 0.759,
"avg_px": 0.57
},
{
"fills": 20,
"ev": -9.6,
"hit": 0.6,
"avg_px": 0.573
},
{
"fills": 37,
"ev": 25.73,
"hit": 0.784,
"avg_px": 0.582
},
{
"fills": 74,
"ev": 17.5,
"hit": 0.622,
"avg_px": 0.552
},
{
"fills": 59,
"ev": 53.09,
"hit": 0.78,
"avg_px": 0.541
},
{
"fills": 23,
"ev": -9.21,
"hit": 0.522,
"avg_px": 0.53
},
{
"fills": 33,
"ev": 7.26,
"hit": 0.606,
"avg_px": 0.503
},
{
"fills": 24,
"ev": 14.74,
"hit": 0.667,
"avg_px": 0.598
},
{
"fills": 56,
"ev": 21.94,
"hit": 0.732,
"avg_px": 0.607
},
{
"fills": 26,
"ev": 44.16,
"hit": 0.808,
"avg_px": 0.602
}
],
"controls_pooled_ev": 23.85
}