Crypto Self-Learning
Self-learning system for crypto trading. Logs trades with full context (indicators, market conditions), analyzes patterns of wins/losses, and auto-updates trading rules. Use to log trades, analyze per
Self-learning system for crypto trading. Logs trades with full context (indicators, market conditions), analyzes patterns of wins/losses, and auto-updates trading rules. Use to log trades, analyze per
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
AI-powered self-improvement system for crypto trading. Learn from every trade to increase accuracy over time.
Every trade is a lesson. This skill:
After EVERY trade (win or loss), log it:
python3 {baseDir}/scripts/log_trade.py \ --symbol BTCUSDT \ --direction LONG \ --entry 78000 \ --exit 79500 \ --pnl_percent 1.92 \ --leverage 5 \ --reason "RSI oversold + support bounce" \ --indicators '{"rsi": 28, "macd": "bullish_cross", "ma_position": "above_50"}' \ --market_context '{"btc_trend": "up", "dxy": 104.5, "russell": "up", "day": "tuesday", "hour": 14}' \ --result WIN \ --notes "Clean setup, followed the plan"
| Field | Description | Example |
|---|---|---|
| Trading pair | BTCUSDT |
| LONG or SHORT | LONG |
| Entry price | 78000 |
| Exit price | 79500 |
| Profit/Loss % | 1.92 or -2.5 |
| WIN or LOSS | WIN |
| Field | Description |
|---|---|
| Leverage used |
| Why you entered |
| JSON with indicators at entry |
| JSON with macro conditions |
| Post-trade observations |
Run analysis to discover patterns:
python3 {baseDir}/scripts/analyze.py
Outputs:
python3 {baseDir}/scripts/analyze.py --symbol BTCUSDT python3 {baseDir}/scripts/analyze.py --direction LONG python3 {baseDir}/scripts/analyze.py --min-trades 10
Extract actionable rules from your trade history:
python3 {baseDir}/scripts/generate_rules.py
This analyzes patterns and outputs rules like:
๐ซ AVOID: LONG when RSI > 70 (win rate: 23%, n=13) โ PREFER: SHORT on Mondays (win rate: 78%, n=9) โ ๏ธ CAUTION: Trades with leverage > 10x (win rate: 35%, n=20)
Apply learned rules to agent memory:
python3 {baseDir}/scripts/update_memory.py --memory-path /path/to/MEMORY.md
This appends a "## ๐ง Learned Rules" section with data-driven insights.
python3 {baseDir}/scripts/update_memory.py --memory-path /path/to/MEMORY.md --dry-run
python3 {baseDir}/scripts/log_trade.py --list python3 {baseDir}/scripts/log_trade.py --list --last 10 python3 {baseDir}/scripts/log_trade.py --stats
Run weekly to see progress:
python3 {baseDir}/scripts/weekly_review.py
Generates:
Trades are stored in
{baseDir}/data/trades.json:
{ "trades": [ { "id": "uuid", "timestamp": "2026-02-02T13:00:00Z", "symbol": "BTCUSDT", "direction": "LONG", "entry": 78000, "exit": 79500, "pnl_percent": 1.92, "result": "WIN", "indicators": {...}, "market_context": {...} } ] }
Add to tess-cripto's workflow:
Skill by Total Easy Software - Learn from every trade ๐ง ๐
No 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.