sequoia-x

A股量化选股系统 Sequoia-X V2 的安装、配置与使用。当用户要求安装 Sequoia-X、使用 Sequoia-X 选股、运行量化策略、配置飞书推送时激活。

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 "sequoia-x" with this command: npx skills add djh06/sequoia-x

Sequoia-X V2 · A股量化选股系统

数据源:akshare(免费开源)| 数据库:SQLite | 推送:飞书群机器人

安装(一键)

SKILL_DIR=$(find ~/.openclaw/skills -name "install.sh" -path "*/sequoia-x/*" -exec dirname {} \; | head -1)
bash "${SKILL_DIR}/scripts/install.sh

安装到 ~/sequoia-x,包含:clone 仓库 + pip 依赖 + 生成 .env 配置。

安装后必须编辑 ~/sequoia-x/.env,填入飞书 Webhook URL:

FEISHU_WEBHOOK_URL=https://open.feishu.cn/open-apis/bot/v2/hook/your-token-here

运行

SKILL_DIR=$(find ~/.openclaw/skills -name "run.sh" -path "*/sequoia-x/*" -exec dirname {} \; | head -1)
bash "${SKILL_DIR}/scripts/run.sh
  • 工作日:增量同步行情 → 执行全部策略 → 推送飞书
  • 周末/节假日:跳过网络拉取,用本地数据调试

策略一览

详见 references/strategies.md(含参数调整建议)

策略逻辑
MaVolumeStrategyMA5 金叉 MA20 + 成交量放大
TurtleTradeStrategy20日新高突破 + 成交额过亿
HighTightFlagStrategy强动量后极度收敛缩量
LimitUpShakeoutStrategy涨停洗盘
UptrendLimitDownStrategy趋势中跌停
RpsBreakoutStrategyRPS突破

调参路径

  • 策略源码:~/sequoia-x/sequoia_x/strategy/<策略名>.py
  • 详细参数说明:references/strategies.md
  • 注册新策略:编辑 ~/sequoia-x/main.py,在 strategies 列表追加类名

数据位置

~/sequoia-x/
├── .env                    # 配置文件(需手动填写 Webhook)
├── data/sequoia_v2.db     # SQLite 数据库
└── sequoia_x/strategy/    # 策略源码

调试命令

# 查看数据库已有数据
sqlite3 ~/sequoia-x/data/sequoia_v2.db ".tables"

# 强制全量重新同步
rm ~/sequoia-x/data/sequoia_v2.db
SKILL_DIR=$(find ~/.openclaw/skills -name "run.sh" -path "*/sequoia-x/*" -exec dirname {} \; | head -1)
bash "${SKILL_DIR}/scripts/run.sh"

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

Huo15 Openclaw Enhance

火一五·克劳德·龙虾增强插件 v5.7.8 — 全面适配 openclaw 2026.4.24:peerDep ^4.24 + build/compat 同步到 4.24 + 14 处 api.on 全部去掉 as any 改成 typed hook(hookName 联合类型 + handler 自动推断 Pl...

Registry SourceRecently Updated
General

Content Trend Analyzer

Aggregates and analyzes content trends across platforms to identify hot topics, user intent, content gaps, and generates data-driven article outlines.

Registry SourceRecently Updated
General

Prompt Debugger

Debug prompts that produce unexpected AI outputs — diagnose failure modes, identify ambiguity and conflicting instructions, test variations, compare model re...

Registry SourceRecently Updated
General

Indie Maker News

独行者 Daily - 变现雷达。读对一条新闻,少走一年弯路。每天5分钟,给创业者装上商业雷达。聚焦一人公司、副业、创业变现资讯,智能分类,行动导向。用户下载即能用,无需本地部署!

Registry SourceRecently Updated