HomeBrowseUpload
← Back to registry
// Skill profile

🤖 Autonomous Trading System

name: autonomous-trading-system

by chenghaifeng08-creator · published 2026-03-22

数据处理自动化任务加密货币
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:chenghaifeng08-creator/chenghaifeng08-creator-autonomous-trading-system
View on GitHub
// Full documentation

---

name: autonomous-trading-system

description: 全自动智能交易系统 - 无人值守、自我进化、稳定盈利。包含风险控制、市场状态识别、动态止损、仓位管理等核心功能。

author: chenghaifeng08-creator

metadata:

openclaw:

emoji: 🤖

tags:

- trading

- crypto

- automation

- risk-management

---

# 🤖 Autonomous Trading System

全自动智能交易系统 - 真正无人值守、自我进化、稳定盈利

核心功能

1. 风险控制

  • 单笔风险限制 (<2% 总资金)
  • 日亏损熔断 (-$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

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band