Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Production-grade AI trading agent for cryptocurrency markets with advanced mathematical modeling, multi-layer validation, probabilistic analysis, and zero-hallucination tolerance. Implements Bayesian inference, Monte Carlo simulations, advanced risk metrics (VaR, CVaR, Sharpe), chart pattern recognition, and comprehensive cross-verification for real-world trading application.
.claude/skills/sundial-org-cryptocurrency-trader/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | 122% | 0% |
| case-07 | ✗→✓ | ▲ Improved | 136% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 76% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 70% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 46% | 0% |
Provide production-grade cryptocurrency trading analysis with mathematical rigor, multi-layer validation, and comprehensive risk assessment. Designed for real-world trading application with zero-hallucination tolerance through 6-stage validation pipeline.
Use this skill when users request:
Detailed capabilities: See references/advanced-capabilities.md
Ensure the following before using this skill:
pip install -r requirements.txtAnalyze a specific cryptocurrency:
bashpython skill.py analyze BTC/USDT --balance 10000
Scan market for best opportunities:
bashpython skill.py scan --top 5 --balance 10000
Interactive mode for exploration:
bashpython skill.py interactive --balance 10000
--balance 10000Major: BTC/USDT, ETH/USDT, BNB/USDT, SOL/USDT, XRP/USDT AI Tokens: RENDER/USDT, FET/USDT, AGIX/USDT Layer 1: ADA/USDT, AVAX/USDT, DOT/USDT Layer 2: MATIC/USDT, ARB/USDT, OP/USDT DeFi: UNI/USDT, AAVE/USDT, LINK/USDT Meme: DOGE/USDT, SHIB/USDT, PEPE/USDT
references/output-interpretation.md for detailed guidanceTrading Signal:
Probabilistic Analysis:
Risk Assessment:
Position Sizing:
Validation Status:
Detailed interpretation: See references/output-interpretation.md
Use beginner-friendly explanations:
ALWAYS include these reminders:
Advise users to avoid trading when:
For custom workflows, import directly:
pythonfrom scripts.trading_agent_refactored import TradingAgent agent = TradingAgent(balance=10000) analysis = agent.comprehensive_analysis('BTC/USDT') print(analysis['final_recommendation'])
See example_usage.py for 5 comprehensive examples.
Customize behavior via config.yaml:
Verify installation and functionality:
bash# Run compatibility test ./test_claude_code_compat.sh # Run comprehensive tests python -m pytest tests/
references/advanced-capabilities.md - Detailed technical capabilitiesreferences/output-interpretation.md - Comprehensive output guidereferences/optimization.md - Trading optimization strategiesreferences/protocol.md - Usage protocols and best practicesreferences/psychology.md - Trading psychology principlesreferences/user-guide.md - End-user documentationreferences/technical-docs/ - Implementation details and bug reportsCore Modules:
scripts/trading_agent_refactored.py - Main trading agent (production)scripts/advanced_validation.py - Multi-layer validation systemscripts/advanced_analytics.py - Probabilistic modeling enginescripts/pattern_recognition_refactored.py - Chart pattern recognitionscripts/indicators/ - Technical indicator calculationsscripts/market/ - Data provider and market scannerscripts/risk/ - Position sizing and risk managementscripts/signals/ - Signal generation and recommendationEntry Points:
skill.py - Command-line interface (recommended)__main__.py - Python module invocationexample_usage.py - Programmatic usage examplesv2.0.1 - Production Hardened Edition
Recent improvements:
Status: 🟢 PRODUCTION READY
See references/technical-docs/FIXES_APPLIED.md for complete changelog.
Installation issues:
bashpip install --upgrade pip pip install -r requirements.txt
Import errors: Ensure running from skill directory or using skill.py entry point.
Network failures: System automatically retries with exponential backoff (3 attempts).
Validation failures: Check validation report in output - explains which stage failed and why.
For detailed debugging: Enable logging in config.yaml or check references/technical-docs/BUG_ANALYSIS_REPORT.md
Other measured skills in the registry, with their headline benchmark lift.