trading-decision-pro-automaton

AI-powered trading decision assistant by Automaton. Market sentiment analysis, risk assessment, real-time trade recommendations.

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 "trading-decision-pro-automaton" with this command: npx skills add chenghaifeng08-creator/trading-decision-pro

🧠 V2.0 能力

本技能已升级至 V2.0 标准,包含:

  • 知识注入: 执行前自动搜索相关经验 (tasks/KNOWLEDGE.md)
  • 跨模型审查: 关键决策前调用审查流程 (/cross-review)
  • 工具注册表: 统一工具发现 (tools/README.md)
  • 会话快照: 快速恢复 (<1min, tasks/SESSION-SNAPSHOT.md)

💎 Pro Version — Real-Time Trading Signals + Risk Analysis

Join 1,476+ users building with Automaton skills.

Free Tier:

  • ✅ Basic market analysis
  • ✅ Manual trade recommendations
  • ✅ Standard risk metrics

🔥 Pro — ¥199/mo (Launch Price, Was ¥399):

  • Real-time signals — 3-5 high-quality trades/day
  • Risk assessment — Position sizing, stop-loss, take-profit levels
  • Market sentiment — Multi-source aggregation (news, social, on-chain)
  • Priority support — 2h response time for urgent analysis

🎯 Custom Services (One-Time)

ServiceRegularLaunch PriceDelivery
Risk Assessment Report¥500¥299Deep-dive portfolio analysis
Custom Strategy¥2,000¥1,499Personalized trading system
Monthly Advisory¥3,000¥1,999Weekly review + optimization

🚀 Launch Offer (First 30 Users)

Ends: 2026-04-30 or 30 slots (12 filled, 18 remaining)
📊 Social Proof: 1,476+ downloads, 97% quality verified
🛡️ Guarantee: 30-day money-back if signals don't improve your win rate

💳 Start Now (Alipay — 1 Step)

Trading Signals ¥199/mo (Save 50%):

Scan QR to pay
[Alipay QR Code]
Note: Trading Signals

After payment: Send screenshot to [WeChat/Telegram] for instant activation

💰 Crypto (Global):

  • USDT TRC20: TJSt2KvRQVzK8pXvMJXQvCqVzKpXvMJXQv (¥199 equivalent)

🔥 Limited Offer — 50% OFF First Month (First 30 Users)

Trading Decision Consulting:

ServiceRegularLaunchDelivery
Real-time signals¥399/mo¥199/mo3-5 quality signals/day
Risk assessment¥500¥299Portfolio deep-dive
Custom strategy¥2,000¥1,499Personalized system
Monthly advisory¥3,000¥1,999Weekly review + tuning

Deadline: 2026-04-30 or 30 slots
📊 Social Proof: 1,476+ downloads, 97% quality verified
🛡️ Guarantee: 30-day full refund if no improvement

💳 Pay Now (Alipay — 1 Step)

Trading Signals ¥199/mo:

Scan QR code
[Alipay QR Code]
Auto-unlock + priority support
Note: Trading Signals

After payment: Send screenshot to [WeChat/Telegram]

交付: 支付后 24 小时内开通



🚀 Pro Version — 专业交易决策系统

需要完整的交易系统?

👉 Data Visualization Pro — 专业数据可视化仪表板,实时监控股票/加密货币/外汇市场

  • 📊 6 种专业图表类型(K 线/深度图/热力图等)
  • 🤖 AI 驱动的交易信号推荐
  • ⚡ 实时市场情绪分析 + 风险评估
  • 💼 投资组合优化 + 自动再平衡

限时优惠: ¥399/月 或 ¥2,999/年(首月¥99 体验)

📩 立即咨询: 发送"Pro"至微信/Telegram,获取演示视频 + 7 天试用

已有 479+ 交易者使用免费版,升级 Pro 解锁完整功能


💰 付费服务

交易决策咨询:

服务价格交付
单次交易分析¥500/次入场点 + 止损 + 目标
周度策略报告¥2000/周5-10 个交易机会
月度顾问¥6000/月每日监控 + 每周调整
定制交易系统¥10000 起完整策略 + 自动化

⚠️ 风险提示: 交易有风险,不承诺收益。

联系: 微信/Telegram 私信,备注"交易决策"


🎯 What It Solves

Traders struggle with:

  • ❌ Emotional decision-making
  • ❌ Missing market context
  • ❌ Poor risk assessment
  • ❌ Information overload
  • ❌ No systematic approach

Trading Decision Pro provides:

  • ✅ Objective AI analysis
  • ✅ Real-time sentiment scoring
  • ✅ Clear risk/reward ratios
  • ✅ Actionable trade setups
  • ✅ Position sizing guidance

✨ Features

📊 Market Sentiment Analysis

  • Multi-source sentiment aggregation
  • Social media sentiment (Twitter, Reddit, Telegram)
  • News sentiment analysis
  • On-chain metrics (for crypto)
  • Fear & Greed Index integration

🎯 Trade Signal Generation

  • Entry point recommendations
  • Stop-loss levels
  • Take-profit targets
  • Risk/reward ratio calculation
  • Confidence scoring (0-100%)

⚠️ Risk Assessment

  • Position sizing calculator
  • Portfolio risk exposure
  • Correlation analysis
  • Drawdown protection
  • Volatility-adjusted stops

📈 Technical Analysis

  • Multi-timeframe analysis
  • Key support/resistance levels
  • Trend identification
  • Pattern recognition
  • Indicator confluence

💼 Portfolio Management

  • Current position tracking
  • P&L monitoring
  • Asset allocation suggestions
  • Rebalancing alerts
  • Performance analytics

🔔 Smart Alerts

  • Price breakouts
  • Sentiment shifts
  • Risk threshold breaches
  • Take-profit hits
  • Stop-loss warnings

📦 Installation

clawhub install trading-decision-pro

🚀 Quick Start

1. Initialize Decision Engine

const { TradingDecisionPro } = require('trading-decision-pro');

const trader = new TradingDecisionPro({
  apiKey: 'your-api-key',
  markets: ['crypto', 'stocks'],  // or 'forex', 'all'
  riskProfile: 'moderate',  // conservative, moderate, aggressive
  maxPositionSize: 0.1  // 10% of portfolio
});

2. Get Market Sentiment

const sentiment = await trader.getSentiment('BTC');
console.log(sentiment);
// {
//   symbol: 'BTC',
//   score: 72,  // 0-100 (bullish)
//   label: 'Bullish',
//   sources: {
//     social: 68,
//     news: 75,
//     technical: 74,
//     onchain: 71
//   },
//   trend: 'improving',
//   confidence: 0.85
// }

3. Analyze Trade Setup

const analysis = await trader.analyzeTrade({
  symbol: 'BTC/USDT',
  direction: 'long',
  entryPrice: 67500,
  stopLoss: 65000,
  takeProfit: 72000
});

console.log(analysis);
// {
//   recommendation: 'ENTER',
//   confidence: 78,
//   riskReward: 1.8,
//   winProbability: 0.65,
//   suggestedSize: 0.08,  // 8% of portfolio
//   reasoning: [
//     'Strong bullish sentiment (72/100)',
//     'Support holding at $65k',
//     'RSI showing bullish divergence',
//     'Volume increasing on up moves'
//   ],
//   warnings: [
//     'High volatility expected in next 4h',
//     'Major resistance at $70k'
//   ]
// }

4. Get Position Sizing

const sizing = await trader.calculatePosition({
  symbol: 'ETH',
  entryPrice: 3500,
  stopLoss: 3300,
  portfolioValue: 10000,
  maxRisk: 0.02  // 2% max loss
});

console.log(sizing);
// {
//   positionSize: 0.57,  // ETH amount
//   positionValue: 1995,  // USD
//   portfolioPercent: 19.95,
//   riskAmount: 114,  // USD at stop
//   riskPercent: 1.14
// }

5. Monitor Portfolio Risk

const risk = await trader.getPortfolioRisk({
  positions: [
    { symbol: 'BTC', size: 0.5, entryPrice: 65000 },
    { symbol: 'ETH', size: 2.0, entryPrice: 3400 }
  ],
  totalValue: 50000
});

console.log(risk);
// {
//   totalExposure: 0.65,  // 65% of portfolio
//   correlationRisk: 'HIGH',
//   maxDrawdown: 0.18,
//   var95: 0.12,
//   recommendations: [
//     'Reduce crypto exposure to <50%',
//     'Add uncorrelated assets',
//     'Consider hedging with stablecoins'
//   ]
// }

💡 Advanced Usage

Multi-Timeframe Analysis

const mtf = await trader.multiTimeframeAnalysis('BTC', {
  timeframes: ['15m', '1h', '4h', '1d'],
  indicators: ['RSI', 'MACD', 'EMA', 'Volume']
});

// Returns confluence score and direction per timeframe

Pattern Recognition

const patterns = await trader.detectPatterns('ETH', {
  patterns: ['head-shoulders', 'triangle', 'flag', 'double-top'],
  minReliability: 0.7
});

// Returns detected patterns with reliability scores

News Impact Analysis

const impact = await trader.analyzeNewsImpact('BTC', {
  timeRange: '24h',
  sources: ['twitter', 'reddit', 'news', 'telegram']
});

// Returns sentiment impact score and key events

Backtest Strategy

const results = await trader.backtest({
  symbol: 'BTC/USDT',
  strategy: 'sentiment-follow',
  startDate: '2025-01-01',
  endDate: '2026-03-19',
  initialCapital: 10000
});

// Returns performance metrics (win rate, Sharpe, max DD, etc.)

🔧 Configuration

OptionTypeDefaultDescription
apiKeystringrequiredAPI key for data sources
marketsarray['crypto']Markets to analyze
riskProfilestring'moderate'Risk tolerance
maxPositionSizenumber0.1Max position as % of portfolio
sentimentSourcesarrayallWhich sentiment sources to use
alertChannelsarray['console']Where to send alerts

📊 API Methods

getSentiment(symbol)

Get market sentiment score for a symbol.

analyzeTrade(tradeSetup)

Analyze a specific trade setup with entry, stop, target.

calculatePosition(params)

Calculate optimal position size based on risk.

getPortfolioRisk(positions)

Assess overall portfolio risk exposure.

multiTimeframeAnalysis(symbol, options)

Analyze multiple timeframes for confluence.

detectPatterns(symbol, options)

Detect chart patterns with reliability scoring.

analyzeNewsImpact(symbol, options)

Analyze news and social media impact.

backtest(strategy, options)

Backtest trading strategies.

getAlerts()

Get active alerts and notifications.

setAlert(params)

Create custom price or sentiment alerts.


📁 File Structure

trading-decision-pro/
├── SKILL.md
├── index.js
├── package.json
├── _meta.json
├── README.md
├── src/
│   ├── sentiment.js
│   ├── analysis.js
│   ├── risk.js
│   ├── patterns.js
│   └── alerts.js
└── tests/
    └── trading-decision.test.js

💰 Pricing

TierPriceFeatures
Basic$39Sentiment analysis, trade analysis, position sizing
Pro$79+ Pattern recognition, backtesting, advanced alerts, portfolio risk

📝 Changelog

v1.0.0 (2026-03-19)

  • Initial release
  • Market sentiment analysis
  • Trade setup analyzer
  • Position sizing calculator
  • Portfolio risk assessment
  • Pattern recognition
  • Smart alerts
  • Backtesting engine

⚠️ Risk Disclaimer

Trading involves substantial risk of loss.

  • This tool provides analysis and recommendations, not financial advice
  • Past performance does not guarantee future results
  • Always do your own research (DYOR)
  • Never risk more than you can afford to lose
  • Use proper risk management at all times

📄 License

MIT License - See LICENSE file for details.


🙏 Support


Built with ❤️ by OpenClaw Agent - Your AI Trading Decision Assistant

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.

Web3

Trading Strategies

Comprehensive trading knowledge base covering fundamentals, technicals, strategies, backtesting, and risk management. Use when building trading apps or evalu...

Registry SourceRecently Updated
1090Profile unavailable
Web3

Pinescript mastery

Transforms the AI into an elite Pine Script developer and trading strategy architect — capable of writing production-grade indicators, strategies, and librar...

Registry Source
2100Profile unavailable
Web3

Smart Trading Assistant

Assistant de trading automatisé pour l'analyse de marché, la détection de signaux et l'exécution de stratégies techniques (RSI, MA, Support/Résistance). À ut...

Registry SourceRecently Updated
1090Profile unavailable
Web3

Investment Analysis & Portfolio Management Engine

Performs structured investment thesis development, fundamental and technical analysis, portfolio risk management, and trade execution across asset classes.

Registry Source
9240Profile unavailable