← 返回
开发者工具

Wangbo Polymarket Copytrading

Build and run Polymarket copy-trading workflows (trader discovery, peak/decline cycle detection, candidate ranking, risk limits, and execution handoff). Use...
构建并运行 Polymarket 复制交易工作流(交易者发现、峰值/下降周期检测、候选排名、风险限额及执行交接)。使用...
wangbo12bob2-source
开发者工具 clawhub v0.2.0 1 版本 99867.4 Key: 无需
★ 0
Stars
📥 753
下载
💾 8
安装
1
版本
#latest

概述

Polymarket Copytrading

Create copy-trading plans from leaderboard data with strict risk controls.

Workflow

  1. Pull leaderboard snapshots from Data API (OVERALL/POLITICS/CRYPTO × DAY/WEEK/MONTH/ALL).
  2. Score consistency (multi-period + multi-category presence).
  3. Detect cycle phase (巅峰 / 强势 / 观察).
  4. Output top 5 traders with wallet, rationale, and risk level.
  5. Produce execution plan with hard limits (position size, max concurrent bets, daily stop).

Commands

Use script:

python3 scripts/scan_copytraders.py --top 5

Optional category focus:

python3 scripts/scan_copytraders.py --categories OVERALL,CRYPTO --top 5

Auto monitor + threshold execution:

# dry-run once
python3 scripts/auto_copytrade.py --config references/auto-copytrade-config.example.json

# live execution loop (every 120s)
python3 scripts/auto_copytrade.py \
  --config references/auto-copytrade-config.example.json \
  --interval 120 \
  --execute

Peak-phase rule (default)

  • 巅峰: DAY<=10 and WEEK<=10 and MONTH<=20
  • 强势: WEEK<=15 and MONTH<=30
  • 观察: MONTH<=20 but DAY>30
  • else 普通

Risk template (small-account mode)

  • Single bet <= 8 USDC
  • Max concurrent positions = 2
  • Stop for the day after 2 consecutive losses
  • Start with 2 traders only; promote others after 20 observed signals

Notes

  • Prefer high-liquidity main markets; avoid noisy micro markets.
  • If no clear edge exists, return 空仓等待 with next check time.

版本历史

共 1 个版本

  • v0.2.0 当前
    2026-03-30 07:54 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 427 📥 118,474
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 672 📥 324,682
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,601