ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 1/5

autonomous-trading-system

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

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chenghaifeng08-creator/autonomous-trading-system
Or

What This Skill Does

The Autonomous Trading System is a sophisticated, self-evolving algorithmic trading agent designed for the OpenClaw ecosystem. It provides a comprehensive framework for automated market operations, featuring robust risk management, real-time market state identification, and dynamic position sizing. Unlike static trading bots, this system utilizes a feedback loop to analyze past performance and optimize trading parameters autonomously. It incorporates advanced methodologies such as the Kelly criterion for position allocation, ATR-based trailing stops, and multi-factor volatility assessment to ensure consistent performance across diverse market conditions.

Installation

To install this skill, use the OpenClaw command-line interface. Ensure you are inside your project root directory and execute the following command:

clawhub install openclaw/skills/skills/chenghaifeng08-creator/autonomous-trading-system

Once installed, you can configure your trading limits by editing the provided configuration JSON file, adjusting parameters such as 'maxPositions', 'riskPerTrade', and 'dailyStopLoss' to align with your personal risk tolerance.

Use Cases

  • Automated Algorithmic Trading: Executing trade strategies 24/7 without manual oversight.
  • Risk Mitigation: Automatically halting trading if daily losses exceed defined thresholds or if market volatility surpasses predefined safety levels.
  • Self-Optimizing Portfolios: Continuously refining strategy parameters based on real-time market analysis and previous historical outcomes.
  • Market Analysis: Identifying current market trends—whether the environment is trending or ranging—to adjust the underlying trading logic dynamically.

Example Prompts

  1. "OpenClaw, start the autonomous-trading-system and show me the current performance report for today."
  2. "Please optimize the strategy parameters for my trading bot based on the last 48 hours of market data."
  3. "List all active positions managed by the trading system and check if any have hit the dynamic trailing stop-loss threshold."

Tips & Limitations

  • Safety First: Always start with a small, disposable amount of capital to verify the agent's behavior in your specific environment.
  • High Risk: This skill interacts with live markets; financial loss is a distinct possibility. Never allocate funds you cannot afford to lose.
  • Monitoring: While the system is 'autonomous', it is critical to review the performance reports periodically to ensure the self-evolution mechanism is optimizing in a direction you approve of.
  • Past Performance: As noted in the v13.0 incident, over-trading can lead to rapid capital depletion; ensure your risk management settings are conservative before scaling.

Metadata

Stars3840
Views1
Updated2026-04-06
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-chenghaifeng08-creator-autonomous-trading-system": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#trading#finance#automation#risk-management#crypto
Safety Score: 1/5

Flags: network-access, file-read, file-write, code-execution

Related Skills