From a73bc33eb0e89178d56f12fc0cc3b613d176d054 Mon Sep 17 00:00:00 2001 From: xxm Date: Mon, 17 Aug 2026 23:14:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20hk=5Fpe=5Foversold=5Fv2=5Fgen=E8=AF=AD?= =?UTF-8?q?=E6=B3=95=E4=BF=AE=E5=A4=8D(=E5=8E=BB=E6=8E=89=E8=A1=8C?= =?UTF-8?q?=E5=86=85=E6=B3=A8=E9=87=8A)+s2=5Fpanic=5Fv2=20DB=20config=2060?= =?UTF-8?q?=E2=86=9220?= 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 b4831ad0..8baa8ac7 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": 40} # 真实年化40d最优(23.2%)}, 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}}, 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