比特币动量交易

polymarket-btc-momentum

by azvn2610

Trades Polymarket Bitcoin 5-minute sprint markets using real-time BTC price momentum from Binance. Buys YES when BTC momentum is bullish, NO when bearish.

4.5k其他未扫描2026年4月6日

安装

claude skill add --url https://github.com/openclaw/skills

文档

BTC Momentum Trader

Trades Polymarket's "Bitcoin Up or Down" 5-minute sprint markets using real-time price momentum from Binance public API.

This is a template. The default signal is BTC/USDT price momentum from Binance — remix it with other CEX feeds (Coinbase, OKX, Bybit), different timeframes, or volume-weighted signals. The skill handles all the plumbing (market discovery, context checks, trade execution, safeguards). Your agent provides the alpha.

What it does

  1. Fetches live BTC price + recent candles from Binance (no API key needed)
  2. Calculates short-term momentum (EMA crossover + volume confirmation)
  3. Finds the next active "Bitcoin Up or Down" 5-min sprint market on Polymarket
  4. Checks context for slippage/flip-flop warnings
  5. Executes trade with reasoning — skips if edge < 5% or warnings present

Requirements

  • SIMMER_API_KEY — your Simmer API key
  • Python 3.8+
  • simmer-sdk, requests

Usage

bash
# Paper trade (default)
python btc_momentum.py

# Live trade
python btc_momentum.py --live

Remixing

  • Swap Binance for another feed: change get_btc_momentum() to call your preferred CEX
  • Adjust MIN_EDGE threshold (default 0.05) for more/fewer trades
  • Change TRADE_AMOUNT (default $10) in the config block
  • Add RSI, MACD, or sentiment signals to compute_signal()

相关 Skills

Claude API

by anthropic

热门

Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.

其他
安全147.7k

并行代理

by axelhu

热门

Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw

其他
未扫描4.5k

高光制作器

by bwbernardweston18

热门

>

其他
未扫描4.5k

评论