From c36044a1d64d273e40e50699b751d6607435a2ef Mon Sep 17 00:00:00 2001 From: aszerW Date: Tue, 12 May 2026 22:18:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E5=BA=9F=E5=BC=83?= =?UTF-8?q?=E7=9A=84config/strategies=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除内容: - config/strategies/cci.yaml(相关代码已归档) 说明: - rotation.yaml 已迁移到 strategies/rotation/config.yaml - cci.yaml 仅被归档代码引用,无活跃使用 - config目录保留 hk_ecs.pem 和 settings.py --- config/strategies/cci.yaml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 config/strategies/cci.yaml diff --git a/config/strategies/cci.yaml b/config/strategies/cci.yaml deleted file mode 100644 index 70fa9b4..0000000 --- a/config/strategies/cci.yaml +++ /dev/null @@ -1,27 +0,0 @@ -# CCI技术指标筛选配置 - -# ==================== 数据源配置 ==================== -# 数据来源: "postgresql" 或 "akshare" -data_source: "postgresql" - -# ==================== 筛选参数 ==================== -# CCI指标周期 -day_period: 14 -week_period: 14 - -# 筛选阈值(低于该值视为超卖信号) -threshold: -100 - -# 数据获取天数(用于计算CCI) -lookback_days: 100 - -# ==================== 标的池 ==================== -# 指数代码列表文件路径(CSV格式,需包含"指数代码"和"指数名称"列) -index_fund_info_file: "index_fund_info.csv" - -# ==================== 定时任务 ==================== -# 运行时间(24小时制) -schedule_time: "19:00" - -# 是否跳过周末 -skip_weekend: true