fund-monitor

T+0 基金 5 分钟级别实时监控,支持批量代码输入,自动生成买入/卖出信号。 **触发场景:** - "监控基金 XXX" - "开始监控这些代码:xxx, xxx, xxx" - "添加 XXX 到监控列表" - "查看监控信号" - "停止监控 XXX" 支持场内 ETF、跨境 QDII、债券 ETF 等 T+0 基金。 技术指标:MACD、KDJ、RSI、布林带、成交量。 通知方式:终端提醒、钉钉、企业微信(可配置)。 ⚠️ 数据有延迟,不构成投资建议。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "fund-monitor" with this command: npx skills add newhackerman/t0-fund-monitor

Fund Monitor Skill

T+0 基金 5 分钟级别实时监控系统。

快速开始

1. 安装依赖

pip3 install akshare pandas pandas-ta APScheduler requests pyyaml

2. 配置通知(可选)

编辑 ~/.openclaw/skills/fund-monitor/config/default.yaml

3. 开始监控

# 添加基金到监控列表
~/.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 <codes>添加基金到监控列表add 512880,513050
list查看监控列表list
start启动监控start
stop停止监控stop
signals查看最新信号signals
remove <code>移除基金remove 512880
status查看监控状态status

信号策略

买入信号(同时满足)

  • MACD 金叉(DIF 上穿 DEA)
  • KDJ < 20(超卖区)
  • 成交量 > 5 日均量 1.5 倍

卖出信号(满足任一)

  • MACD 死叉(DIF 下穿 DEA)
  • KDJ > 80(超买区)
  • 跌破 5 日均线 2%

注意事项

⚠️ 数据有 1-5 分钟延迟,不构成投资建议

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

通义晓蜜 - 智能外呼

触发阿里云晓蜜外呼机器人任务,自动批量拨打电话。适用于批量外呼、客户回访、满意度调查、简历筛查约面试等场景。可从前置工具或节点获取外呼名单。

Registry SourceRecently Updated
General

Letterboxd Watchlist

Scrape a public Letterboxd user's watchlist into a CSV/JSONL list of titles and film URLs without logging in. Use when a user asks to export, scrape, or mirror a Letterboxd watchlist, or to build watch-next queues.

Registry SourceRecently Updated
General

Seedance Video Generation

Generate AI videos using ByteDance Seedance. Use when the user wants to: (1) generate videos from text prompts, (2) generate videos from images (first frame, first+last frame, reference images), or (3) query/manage video generation tasks. Supports Seedance 1.5 Pro (with audio), 1.0 Pro, 1.0 Pro Fast, and 1.0 Lite models.

Registry SourceRecently Updated
4.2K17jackycser
General

Universal Skills Manager

The master coordinator for AI skills. Discovers skills from multiple sources (SkillsMP.com, SkillHub, and ClawHub), manages installation, and synchronization...

Registry SourceRecently Updated