**版本**: 6.0 | **日期**: 2026-05-03 | **风格**: 稳健 + 风投双层 > v6核心:Polymarket市场概率 + Binance广场新闻 = 综合判断方向。YES和NO都可以买。 ---
Scanned 9/5/2026
Install to Claude Code
npx -y skills add aAAaqwq/AGI-Super-Skills --skill crypto-hunt --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Crypto Hunt?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aaaaqwq-crypto-hunt-agi-super-team)More formats (shields.io, HTML) on the badges page.
# 🔍 加密日盘猎杀 Skill v6.0
**版本**: 6.0 | **日期**: 2026-05-03 | **风格**: 稳健 + 风投双层
> v6核心:Polymarket市场概率 + Binance广场新闻 = 综合判断方向。YES和NO都可以买。
---
## 核心逻辑
```
Polymarket价格 = 市场认为的概率(尊重它)
Binance广场新闻 = 验证市场判断是否合理(信息源)
综合判断 → 买YES或NO
```
**不是预测市场,是验证市场。市场说80%会发生,新闻也支持 → 买YES。新闻不支持 → 不交易。**
---
## 两层分类
| 层级 | YES价格区间 | 含义 | 仓位上限 |
|------|-----------|------|---------|
| **稳健层** | 80-96¢ | 市场认为大概率发生,新闻确认就买 | $4/笔 |
| **风投层** | 60-80¢ | 市场认为中概率,需要新闻+趋势都支持 | $2.5/笔 |
**NO交易**: 当YES价格在4-40¢时,NO价格在60-96¢区间。新闻支持NO方向就买NO。
**总风险上限**: $8 | **Bankroll**: $26-28
---
## 决策流程
```
1. 扫描Polymarket市场(scan_markets.py)
2. 获取趋势数据(trend_data.py → trend_analysis.py)
3. 获取新闻方向(news_direction.json)
4. 对每个市场,尝试YES和NO两个方向:
a. 分层(稳健/风投/禁止)
b. 判断新闻+趋势+价格位置是否支持
c. 稳健层:只需不被反驳(门槛低)
d. 风投层:需要积极支持(门槛高)
5. 选最优方向 → 计算仓位 → 输出
```
---
## 硬性规则
| 规则 | 说明 |
|------|------|
| UP/DOWN盘禁止 | 50/50赌博,无edge |
| T<3h禁止 | 流动性太差,结算太近 |
| YES>96¢禁止 | 2% fee后负EV |
| YES<4¢禁止 | 纯赌博 |
| 单笔≤$4 | 仓位控制 |
| 总风险≤$8 | 分散风险 |
---
## 综合评分
```
新闻支持方向: +0.40 × news_confidence
趋势支持方向: +0.30
价格在正确侧: +0.20
时间≥12h: +0.10
新闻不支持: -0.15
趋势不支持: -0.10
稳健层门槛: ≥0.15 (不被反驳即可)
风投层门槛: ≥0.35 (需要积极支持)
```
---
## 仓位计算
```
稳健层: position = min($4, bankroll × 15%) × confidence
风投层: position = min($2.5, bankroll × 15%) × confidence
```
---
## 回测验证
10轮参数测试(数据: 230个市场,Binance日线OHLC):
| Round | Trades | WR | P&L | ROI |
|-------|--------|-----|-----|-----|
| R1: 基准v6 | 19 | 95% | +$2.40 | +9.2% |
| **R2: 稳健扩到96¢** | **21** | **95%** | **+$2.50** | **+9.6%** |
| R9: NO区间扩到50¢ | 22 | 86% | +$1.98 | +7.6% |
| R10: 全宽 | 24 | 88% | +$2.08 | +8.0% |
**最优参数: R2** — 稳健层扩展到96¢,95%胜率
唯一亏损交易: BTC >$78K NO @6¢,BTC反涨,亏$0.94
---
## 脚本目录
```
scripts/
├── scan_markets.py # Gamma API 扫描(v11,降噪版)
├── trend_data.py # Binance 4h K线
├── trend_analysis.py # 趋势分析
├── decision_engine.py # v6 决策引擎
├── trade.py # 交易执行
├── get_balance_stable.py # 余额查询
└── hunt.sh # 统一管线 (scan→trend→decide→execute)
```
---
## 数据来源
- Polymarket Gamma API: `https://gamma-api.polymarket.com`
- Binance: `https://api.binance.com/api/v3/klines`
- 新闻: Binance广场 + CoinTelegraph + CoinDesk
---
## 历史
| 版本 | 日期 | 说明 |
|------|------|------|
| v6.0 | 2026-05-03 | 简化逻辑:Polymarket概率+新闻验证,稳健/风投双层,YES/NO均可,95%WR |
| v15.0 | 2026-05-03 | R1-R9重构,BS概率,过度复杂化 |
| v14.0 | 2026-05-03 | prob_fusion→市场隐含概率,100%skip rate |
---
*最后更新: 2026-05-03 | Simons (CQO)*

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!