本文件由 Tasks Prompt 在 14:28 触发后从 GitHub Gist 拉取 文件 URL:https://gist.githubusercontent.com/HolyDays/eb7064bdd013d7029a4a83ff6ca97492/raw/radar_prompt_v1.3.md 版本:v1.3 · 2026-05-15 配套脚本:radar_v1.3.py(同一 Gist) 上层方案:v4.8.1 §3E
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 低位加码扫描雷达 v1.6-J 数据采集脚本 | |
| # 架构:纯 requests + 标准库,0 依赖(沙箱已预装 requests 2.32.3) | |
| # 数据源:新浪 hq.sinajs.cn(行情)+ 新浪 K线(月累)+ 韭圈儿 jiucaishuo(PE 分位) | |
| # 升级 vs v1.5-CDFK:第 3 块 PE 分位由蛋卷改为韭圈儿单源(蛋卷 5/15 实测拉不到 A500/KC50,废弃) | |
| # 实测:韭圈儿 A500 PE 分位 90.40%(2026-05-15 验证字段对齐截图) | |
| # 用途:Perplexity Tasks 每个交易日 14:28 调用 | |
| # 配套指令:radar_prompt_v1.3.md(无需修改,下游字段名完全兼容) | |
| # 预期总耗时:< 5 秒 | |
| import json, time, re |