T+0 基金 5 分钟级别实时监控系统。
pip3 install akshare pandas pandas-ta APScheduler requests pyyaml
编辑 ~/.openclaw/skills/fund-monitor/config/default.yaml
# 添加基金到监控列表
~/.openclaw/skills/fund-monitor/tools/monitor.py add 512880,513050,159915
# 查看监控列表
~/.openclaw/skills/fund-monitor/tools/monitor.py list
# 启动监控
~/.openclaw/skills/fund-monitor/tools/monitor.py start
# 查看最新信号
~/.openclaw/skills/fund-monitor/tools/monitor.py signals
# 停止监控
~/.openclaw/skills/fund-monitor/tools/monitor.py stop
| 命令 | 说明 | 示例 |
|---|---|---|
| ------ | ------ | ------ |
add | 添加基金到监控列表 | add 512880,513050 |
list | 查看监控列表 | list |
start | 启动监控 | start |
stop | 停止监控 | stop |
signals | 查看最新信号 | signals |
remove | 移除基金 | remove 512880 |
status | 查看监控状态 | status |
⚠️ 数据有 1-5 分钟延迟,不构成投资建议
共 1 个版本