53 lines
1.5 KiB
Markdown
53 lines
1.5 KiB
Markdown
|
|
# 加密货币交易AI技能
|
|||
|
|
|
|||
|
|
**GitHub**: [0xrikt/crypto-skills](https://github.com/0xrikt/crypto-skills) | **Gitea**: [mc-skills/0xrikt--crypto-skills](http://192.168.0.109:3000/mc-skills/0xrikt--crypto-skills)
|
|||
|
|
|
|||
|
|
## 中文摘要
|
|||
|
|
|
|||
|
|
提供加密货币交易的AI技能集合,包含策略回测(将自然语言交易想法转化为可执行Python策略并生成HTML报告)和实时交易顾问(分析市场数据、提供入场/出场建议及风险评估)。
|
|||
|
|
|
|||
|
|
## 标签
|
|||
|
|
|
|||
|
|
`加密货币` `量化交易` `回测` `交易策略` `AI技能`
|
|||
|
|
|
|||
|
|
---
|
|||
|
|
|
|||
|
|
## README 原文
|
|||
|
|
|
|||
|
|
# 🎯 Crypto Skills
|
|||
|
|
|
|||
|
|
A collection of AI Skills for cryptocurrency trading.
|
|||
|
|
|
|||
|
|
## Skills
|
|||
|
|
|
|||
|
|
### 1. [Crypto Backtest](./crypto-backtest/)
|
|||
|
|
|
|||
|
|
**Validate your trading ideas in minutes**
|
|||
|
|
|
|||
|
|
Transform natural language trading ideas into validated strategies with professional backtesting, beautiful reports, and runnable code.
|
|||
|
|
|
|||
|
|
- Natural language → Complete strategy
|
|||
|
|
- Real historical data backtesting
|
|||
|
|
- Interactive HTML reports
|
|||
|
|
- Runnable Python code output
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
"Buy BTC when RSI < 30, sell when RSI > 70"
|
|||
|
|
→ Full strategy completion → Backtest → Report → Code
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
### 2. [Crypto Trading Advisor](./crypto-trading-advisor/)
|
|||
|
|
|
|||
|
|
**Professional crypto trading analysis**
|
|||
|
|
|
|||
|
|
A Claude Skill that helps provide professional crypto trading analysis with real-time data sources, trading principles, and risk management frameworks.
|
|||
|
|
|
|||
|
|
```
|
|||
|
|
"Is BTC a good trade right now?"
|
|||
|
|
→ Data analysis → Entry/Exit levels → Risk assessment
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
## License
|
|||
|
|
|
|||
|
|
MIT
|