Cryptocurrency Trader
Production-grade AI trading agent for cryptocurrency markets with advanced mathematical modeling, multi-layer validation, probabilistic analysis, and zero-hallucination tolerance. Implements Bayesian
Production-grade AI trading agent for cryptocurrency markets with advanced mathematical modeling, multi-layer validation, probabilistic analysis, and zero-hallucination tolerance. Implements Bayesian
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
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:
python skill.py analyze BTC/USDT --balance 10000
Scan market for best opportunities:
python skill.py scan --top 5 --balance 10000
Interactive mode for exploration:
python 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
Gather Information
Execute Analysis
Present Results
Interpret Output
references/output-interpretation.md for detailed guidanceHandle Edge Cases
Trading 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:
from scripts.trading_agent_refactored import TradingAgentagent = 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:
# Run compatibility test ./test_claude_code_compat.shRun 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:
pip 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.mdNo automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.