From 774e904fd15521680652b679f748ac46e1a48327 Mon Sep 17 00:00:00 2001 From: xxm Date: Tue, 18 Aug 2026 10:05:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20regime=5Fperf=5Fdaily.sh=E5=8A=A01m/6m?= =?UTF-8?q?=E5=91=A8=E6=9C=9F=E9=A2=84=E8=AE=A1=E7=AE=97=E2=80=94=E2=80=94?= =?UTF-8?q?=E6=98=8E=E5=A4=A917:15=E8=87=AA=E5=8A=A8=E5=88=87=E7=AA=97(?= =?UTF-8?q?=E5=90=A6=E5=88=99=E5=8F=AA=E7=AE=971y/2y/5y/10y)?= 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(-) diff --git a/deploy/profile-scripts/regime_perf_daily.sh b/deploy/profile-scripts/regime_perf_daily.sh index fa0cc484..5c7f4f77 100755 --- a/deploy/profile-scripts/regime_perf_daily.sh +++ b/deploy/profile-scripts/regime_perf_daily.sh @@ -10,7 +10,7 @@ python3 regime_perf.py --market=a echo "[regime_perf_daily] $(date '+%F %T') market=hk" 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="1y 2y 5y 10y" +/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" echo "[regime_perf_daily] $(date '+%F %T') done"