autonomous-trading-system
全自动智能交易系统 - 无人值守、自我进化、稳定盈利。包含风险控制、市场状态识别、动态止损、仓位管理等核心功能。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chenghaifeng08-creator/autonomous-trading-systemWhat 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
- "OpenClaw, start the autonomous-trading-system and show me the current performance report for today."
- "Please optimize the strategy parameters for my trading bot based on the last 48 hours of market data."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chenghaifeng08-creator-autonomous-trading-system": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, code-execution
Related Skills
us-stock-analysis
Comprehensive US stock analysis including fundamental analysis (financial metrics, business quality, valuation), technical analysis (indicators, chart patterns, support/resistance), stock comparisons, and investment report generation. Use when user requests analysis of US stock tickers (e.g., "analyze AAPL", "compare TSLA vs NVDA", "give me a report on Microsoft"), evaluation of financial metrics, technical chart analysis, or investment recommendations for American stocks.
smart-memory-lite-automaton
Lightweight cognitive memory system for AI agents by Automaton. Auto-save conversations, quick recall, session management.
market-analysis-cn
市场分析服务 | Market Analysis Service. 企业市场趋势分析 | Enterprise market trend analysis. 竞品分析 | Competitor analysis. 用户行为洞察 | User behavior insights. 触发词:市场分析、竞品分析、market analysis、趋势.
memory-hygiene
Audit, clean, and optimize Clawdbot's vector memory (LanceDB). Use when memory is bloated with junk, token usage is high from irrelevant auto-recalls, or setting up memory maintenance automation.
data-visualization-pro
AI-powered data visualization tool with 6 chart types (bar, line, pie, scatter, heatmap, radar), CSV/JSON import, AI-driven chart recommendations, interactive dashboards, and export to PNG/SVG/PDF. Use when creating charts, visualizing datasets, generating reports, or building data dashboards. Triggers on "chart", "graph", "visualize data", "plot", "dashboard", "data viz".