Autonomous Trading System
/install autonomous-trading-system
🤖 Autonomous Trading System
全自动智能交易系统 - 真正无人值守、自我进化、稳定盈利
🧠 V2.0 能力
本技能已升级至 V2.0 标准,包含:
- 知识注入: 执行前自动搜索相关经验 (
tasks/KNOWLEDGE.md) - 跨模型审查: 关键决策前调用审查流程 (
/cross-review) - 工具注册表: 统一工具发现 (
tools/README.md) - 会话快照: 快速恢复 (\x3C1min,
tasks/SESSION-SNAPSHOT.md)
💰 付费服务
交易策略咨询 & 定制:
| 服务 | 价格 | 说明 |
|---|---|---|
| 策略回测验证 | ¥1000/策略 | 历史数据回测 + 风险评估 |
| 定制交易系统 | ¥5000 起 | 根据你的需求定制 |
| 1 对 1 交易指导 | ¥2000/小时 | 仓位管理 + 心态辅导 |
| 月度顾问 | ¥8000/月 | 每周策略调整 + 每日监控 |
🔥 首单体验:¥2999(定制交易系统,限前 5 名)
📞 联系:微信私聊或支付宝扫码咨询
⚠️ 重要: 交易有风险,不承诺收益。我们提供工具和策略,决策由你负责。
联系: 微信/Telegram 私信,备注"交易咨询"
核心功能
1. 风险控制
- 单笔风险限制 (\x3C2% 总资金)
- 日亏损熔断 (-$10 停止交易)
- 最大持仓数限制
- 黑名单机制
2. 市场状态识别
- 趋势市检测
- 震荡市检测
- 波动率评估
- 动态调整策略
3. 智能止损
- ATR 动态止损
- 移动止盈
- 时间止损
- 分批退出
4. 仓位管理
- Kelly 公式优化
- 风险平价分配
- 相关性对冲
- 杠杆控制
5. 自我进化
- 交易表现分析
- 策略自动优化
- 参数自适应
- 学习业界最佳实践
使用示例
# 启动交易系统
node auto-trading-bot.js start
# 查看持仓
node auto-trading-bot.js positions
# 手动触发优化
node auto-trading-bot.js optimize
# 查看性能报告
node auto-trading-bot.js report
配置
{
"maxPositions": 5,
"riskPerTrade": 0.02,
"dailyStopLoss": -10,
"checkInterval": 300000
}
注意事项
⚠️ 高风险警告: 加密货币交易存在重大风险,可能导致本金全部损失。
⚠️ 历史教训: v13.0 系统 3 天亏损 -24.1%,主要原因是交易过频和策略缺陷。
⚠️ 建议: 先用小额资金测试,确认策略有效后再增加投入。
文件结构
autonomous-trading-system/
├── SKILL.md # 技能说明
├── ARCHITECTURE.md # 系统架构文档
├── auto-trading-bot.js # 主交易机器人
├── risk-manager.js # 风险管理
├── market-analyzer.js # 市场分析
└── optimizer.js # 策略优化
版本历史
- v14.0 (2026-03-19): 完全重构,吸取 v13.0 失败教训
- v13.0 (2026-03-14): 初始版本,3 天后因策略缺陷停止
作者: chenghaifeng08-creator
许可证: MIT
最后更新: 2026-03-19
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install autonomous-trading-system - After installation, invoke the skill by name or use
/autonomous-trading-system - Provide required inputs per the skill's parameter spec and get structured output
What is Autonomous Trading System?
全自动智能交易系统 - 无人值守、自我进化、稳定盈利。包含风险控制、市场状态识别、动态止损、仓位管理等核心功能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 291 downloads so far.
How do I install Autonomous Trading System?
Run "/install autonomous-trading-system" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Autonomous Trading System free?
Yes, Autonomous Trading System is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Autonomous Trading System support?
Autonomous Trading System is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Autonomous Trading System?
It is built and maintained by chenghaifeng08-creator (@chenghaifeng08-creator); the current version is v2.0.1.