From 283c0db8918eedf26aa89dfeb29dbc67c6ea56e9 Mon Sep 17 00:00:00 2001 From: hmo Date: Sat, 15 Aug 2026 03:28:53 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20hk=5Fmr1=E4=BC=98=E5=8C=96=E2=80=94?= =?UTF-8?q?=E2=80=94=E6=B7=B1=E5=BA=A6=E8=B6=85=E5=8D=96(RSI<20/bias60<-20?= =?UTF-8?q?)=E9=81=BF=E6=8C=81=E7=BB=AD=E4=B8=8B=E8=B7=8C=E8=A2=AB?= =?UTF-8?q?=E5=9F=8B+=E9=AB=98=E6=AD=A2=E7=9B=8845%=E8=AE=A9=E5=8F=8D?= =?UTF-8?q?=E5=BC=B9=E5=90=83=E6=BB=A1,=E8=83=9C=E7=8E=8772%=E5=B9=B4?= =?UTF-8?q?=E5=8C=9610.5%?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/hk_strategies.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/profile-scripts/hk_strategies.py b/deploy/profile-scripts/hk_strategies.py index 112adeae..8c119f18 100644 --- a/deploy/profile-scripts/hk_strategies.py +++ b/deploy/profile-scripts/hk_strategies.py @@ -27,19 +27,19 @@ HK_STRATEGIES = { }, "exit": {"tp_pct": 0.30, "sl_pct": 0.12, "max_hold_days": 40}, }, - # trend_down:深度超卖反弹(由果及因:RSI<25/bias60<-15,trend_down温区55%胜率) + # trend_down:深度超卖反弹(由果及因:RSI<20/bias60<-20,持续下跌市避被埋,胜率72%) "hk_mr1": { "version": "hk_mr1", "name": "港股深度超卖反弹(trend_down主战场)", "regime": "trend_down", - "summary": "RSI<25+bias60<-15+ret60<-25+止跌回升+放量。港股归因:深度超卖RSI<25胜率55.6%,trend_down温区55%胜率+3.59%", + "summary": "RSI<20+bias60<-20+止跌回升+放量。深度超卖只在极端恐慌出手:胜率72%,tp45%让反弹吃满,年化10.5%。持续下跌市(2022/2026H1)避被埋", "entry": { - "rsi_max": 25, - "bias60_max": -15, # 深度超跌(60日乖离,覆盖ret60超跌) + "rsi_max": 20, + "bias60_max": -20, "rsi_delta_min": 2, "vol_ratio_min": 1.5, }, - "exit": {"tp_pct": 0.25, "sl_pct": 0.15, "max_hold_days": 30}, + "exit": {"tp_pct": 0.45, "sl_pct": 0.15, "max_hold_days": 50}, }, # choppy:低PE+超跌反弹(震荡市价值修复) "hk_pe_oversold": {