From b81016a64b505076ce1e0f0035df8dc0e2fc9e93 Mon Sep 17 00:00:00 2001 From: xxm Date: Tue, 18 Aug 2026 15:47:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20per=5Fstock=5Freassess=20476=E8=A1=8Crr?= =?UTF-8?q?=5Fratio=E7=9C=9F=E6=AD=A3=E6=94=B9=E4=B8=BAholding=E7=9A=84(?= =?UTF-8?q?=E4=B8=8A=E6=AC=A1commit=E6=9C=AA=E7=94=9F=E6=95=88,sed?= =?UTF-8?q?=E7=B2=BE=E7=A1=AE=E4=BF=AE)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/per_stock_reassess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/profile-scripts/per_stock_reassess.py b/deploy/profile-scripts/per_stock_reassess.py index 10476f40..00b81181 100644 --- a/deploy/profile-scripts/per_stock_reassess.py +++ b/deploy/profile-scripts/per_stock_reassess.py @@ -473,7 +473,7 @@ def main(): "take_profit": result.get("take_profit"), "tech_snapshot": result.get("tech_snapshot", entry.get("tech_snapshot")), "timing_signal": result.get("timing_signal", entry.get("timing_signal")), - "rr_ratio": rr, # 2026-08-18 统一用 77 行 entry/stop/tp 算的 rr(与 promote 同口径) + "rr_ratio": entry.get("rr_ratio", 0), # 2026-08-18 RR由scanner定不覆盖(用holding的) "status": result.get("status", "updated"), "price": price, "currency": "HKD" if is_hk else "CNY",