From 0108ccadb317237f338155970e71b327d0821ebc Mon Sep 17 00:00:00 2001 From: jaxperro Date: Thu, 23 Jul 2026 14:36:12 -0400 Subject: [PATCH] =?UTF-8?q?copybot:=20FLIP=20#20=20+=20#21=20=E2=80=94=20e?= =?UTF-8?q?ntry=5Fmode=3Dmaker,=20exit=5Fmode=3Dhold=20on=20both=20books?= =?UTF-8?q?=20(forward=20windows=20open=20at=20this=20commit)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit User-directed flip 2026-07-23 (ahead of the Friday read; the user go is the gate, per both pre-registrations). Maker entries: GTC at the sharp's price, 60s registry TTL, no chase. Hold-through: mirrored exits ignored and ledgered to copybot_ignored_exits[.live].jsonl as the live counterfactual. Verdict bars unchanged: #20 keep/revert at n>=30 resolved (fill>=70% or ROI>=parity edge / revert fill<55%@40, ROI<=0@30); #21 keep/revert at n>=30 resolved ignored-exits (hold>=mirror / revert -$50@30 or 25% attributable DD). Co-Authored-By: Claude Fable 5 --- config.live.example.json | 2 ++ live/copybot.paper.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config.live.example.json b/config.live.example.json index fa6c0056..d6c77348 100644 --- a/config.live.example.json +++ b/config.live.example.json @@ -11,6 +11,8 @@ "discord_webhook": "", "follow": { "buy_only": true, + "entry_mode": "maker", + "exit_mode": "hold", "min_their_usd": 25.0, "min_entry": 0.0, "max_entry": 0.95, diff --git a/live/copybot.paper.json b/live/copybot.paper.json index d94b5ef4..17e6e6af 100644 --- a/live/copybot.paper.json +++ b/live/copybot.paper.json @@ -48,6 +48,8 @@ ], "follow": { "buy_only": true, + "entry_mode": "maker", + "exit_mode": "hold", "min_their_usd": 25.0, "min_entry": 0.0, "max_entry": 0.95,