From 079371a9680c4e0d250dcf94d79efb7780169143 Mon Sep 17 00:00:00 2001 From: xxm Date: Tue, 18 Aug 2026 10:07:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20regime=5Fperf=5Fdaily.sh=E6=B8=AF?= =?UTF-8?q?=E8=82=A1periods=E5=8A=A01m/6m=E2=80=94=E2=80=94=E8=80=81?= =?UTF-8?q?=E8=8E=AB:=E6=B8=AF=E8=82=A1=E5=90=8C=E6=A0=B7=E9=9C=80?= =?UTF-8?q?=E7=9F=AD=E5=91=A8=E6=9C=9F=E6=B8=A9=E5=8C=BA=E6=95=B0=E6=8D=AE?= =?UTF-8?q?,=E4=B8=8D=E5=8F=AF=E5=8F=96=E8=88=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/regime_perf_daily.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 deploy/profile-scripts/regime_perf_daily.sh diff --git a/deploy/profile-scripts/regime_perf_daily.sh b/deploy/profile-scripts/regime_perf_daily.sh old mode 100755 new mode 100644 index 5c7f4f77..b12c237a --- a/deploy/profile-scripts/regime_perf_daily.sh +++ b/deploy/profile-scripts/regime_perf_daily.sh @@ -12,5 +12,5 @@ python3 regime_perf.py --market=hk echo "[regime_perf_daily] $(date '+%F %T') by_period a" /home/hmo/MoFin/venv/bin/python regime_perf_by_period.py --market=a --periods="1m 6m 1y 2y 5y 10y" # 2026-08-18 加1m/6m切窗(老莫反馈切换周期数据无差异) echo "[regime_perf_daily] $(date '+%F %T') by_period hk" -/home/hmo/MoFin/venv/bin/python regime_perf_by_period.py --market=hk --periods="1y 2y 5y 10y" +/home/hmo/MoFin/venv/bin/python regime_perf_by_period.py --market=hk --periods="1m 6m 1y 2y 5y 10y" # 2026-08-18 港股同样加1m/6m(老莫:港股也需要短周期) echo "[regime_perf_daily] $(date '+%F %T') done"