shellway
  • Joined on 2026-07-29
shellway commented on issue shellway/quanxiel#9 2026-08-02 20:14:25 +08:00
关于断点导入的问题

已修改,现在可以查询导入进度,并只导入缺失的部分。

shellway opened issue shellway/quanxiel#10 2026-08-02 20:13:37 +08:00
数据导入
shellway pushed to master at shellway/quanxiel 2026-08-01 18:12:13 +08:00
063f790650 fix:添加断点续传功能。
cdf5582c90 fix:修复完成了数据库问题,已经可以正常导入数据。
Compare 2 commits »
shellway opened issue shellway/quanxiel#9 2026-08-01 18:02:22 +08:00
关于断点导入的问题
shellway pushed to master at shellway/quanxiel 2026-08-01 10:58:57 +08:00
7a31c29b44 fix:修复数据库导入异常问题中。
50c7acb02c fix:修复了数据库模块的信息泄露风险等问题。
Compare 2 commits »
shellway closed issue shellway/quanxiel#6 2026-08-01 10:33:19 +08:00
🔴 数据导入健壮性与 SQL 安全(importer)
shellway commented on issue shellway/quanxiel#6 2026-08-01 10:33:19 +08:00
🔴 数据导入健壮性与 SQL 安全(importer)

All 8 fixes have been applied to quanxiel/quantitative_data/importer.py and requirements.txt:

  1. batch_insert (L113) — pd.NaT/NaN → None: Added df = df.where(pd.notna(df), None)
shellway commented on issue shellway/quanxiel#3 2026-08-01 10:27:27 +08:00
🔴 未来函数(look-ahead bias)风险汇总

待数据获取及存储模块调试完成后解决。

shellway closed issue shellway/quanxiel#2 2026-08-01 10:26:19 +08:00
🔴 安全:敏感信息硬编码与配置管理
shellway commented on issue shellway/quanxiel#2 2026-08-01 10:26:19 +08:00
🔴 安全:敏感信息硬编码与配置管理

所有五项修改已完成,以下是变更清单:

1. alpha/config.py — 数据库密码明文硬编码

  • 移除硬编码的 "192.168.27.15""postgres"(用户)、"postgres"(密码)
  • 新增 import os,所有数…
shellway opened issue shellway/quanxiel#8 2026-08-01 08:25:20 +08:00
🟡 待办:strategy.py / backtest.py 审核缺失,需补充审核
shellway opened issue shellway/quanxiel#7 2026-08-01 08:25:18 +08:00
🟡 回测绩效指标语义与边界处理(evaluation.py)
shellway opened issue shellway/quanxiel#6 2026-08-01 08:25:17 +08:00
🔴 数据导入健壮性与 SQL 安全(importer)
shellway opened issue shellway/quanxiel#5 2026-08-01 08:25:14 +08:00
🔴 幸存者偏差:数据导入仅含当前上市股票
shellway opened issue shellway/quanxiel#4 2026-08-01 08:25:12 +08:00
🔴 因子分析模块正确性(分层/换手率/IC)
shellway opened issue shellway/quanxiel#3 2026-08-01 08:25:10 +08:00
🔴 未来函数(look-ahead bias)风险汇总
shellway opened issue shellway/quanxiel#2 2026-08-01 08:25:10 +08:00
🔴 安全:敏感信息硬编码与配置管理
shellway opened issue shellway/quanxiel#1 2026-08-01 08:21:42 +08:00
代码审核报告(2026-07-31,quanxiel 全量审核)
shellway pushed to master at shellway/quanxiel 2026-07-31 22:59:40 +08:00
f45d130a58 修复数据库链接异常。
2629b696c2 继续尝试修复环境变量问题
4dd658c0a7 fix:依赖文件中添加python-dotenv相关内容。
7612bae51e fix:修复了环境变量中的数据库账户密码无法成功导入的错误。增加相关依赖python-dotenv>=1.0.0
94c8305d9c fix:修改本地数据库地址。
Compare 5 commits »
shellway pushed to master at shellway/quanxiel 2026-07-31 21:31:03 +08:00
b868e63e40 fix:数据库接入方式改为在系统环境变量中储存敏感信息。
6deda5155a feat:添加alpha模块
Compare 2 commits »