From 9f4f8d625aefb7ed485bc52346fd59cc27c17bd5 Mon Sep 17 00:00:00 2001 From: xxm Date: Mon, 17 Aug 2026 23:13:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20hk=5Fpe=5Foversold=5Fv2=5Fgen=20max=5Fho?= =?UTF-8?q?ld=E5=9B=9E=E9=80=8040d(=E4=B8=8EDB=E4=B8=80=E8=87=B4,=E7=9C=9F?= =?UTF-8?q?=E5=AE=9E=E5=B9=B4=E5=8C=9640d=E6=9C=80=E4=BC=9823.2%)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/hk_pe_oversold_v2_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/profile-scripts/hk_pe_oversold_v2_gen.py b/deploy/profile-scripts/hk_pe_oversold_v2_gen.py index 8125afc6..b4831ad0 100644 --- a/deploy/profile-scripts/hk_pe_oversold_v2_gen.py +++ b/deploy/profile-scripts/hk_pe_oversold_v2_gen.py @@ -104,7 +104,7 @@ if __name__ == "__main__": VALUES (?,?,?,?,?,?,?,?,?,?,?,?)""", (VERSION, "港股深跌破净升级", "低PE超卖池+深跌强化(mkt<-10),每日top8", "由果及因: 港股池基线-0.30%不赚钱,alpha=深跌破净(sec+mkt<-10+pb<0.4: +19.5pp/77%); 每日top-N填洞", - "港股超卖", json.dumps({"top_n": TOP_N, "entry": {"pe_q_max": 0.2, "rsi_max": 45, "bias60_max": 0, "mkt_ret20_max": -10}, "exit": {"tp": 25, "sl": 12, "max_hold": 20}}, ensure_ascii=False), + "港股超卖", json.dumps({"top_n": TOP_N, "entry": {"pe_q_max": 0.2, "rsi_max": 45, "bias60_max": 0, "mkt_ret20_max": -10}, "exit": {"tp": 25, "sl": 12, "max_hold": 40} # 真实年化40d最优(23.2%)}, ensure_ascii=False), json.dumps(results, ensure_ascii=False), None, now, "hk", pt, None)) s2 = results["summary"]; p = results["portfolio"] or {} _pt = p.get("positions_taken") or 0