返回顶部
s

simmer-momentum-trader

Momentum-based trading skill for Simmer prediction markets. Detects probability momentum and divergence to generate YES/NO trades on Polymarket. Remixable — swap in your own signal source or combine with other indicators.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
79
下载量
0
收藏
概述
安装方式
版本历史

simmer-momentum-trader

# Simmer Momentum Trader Trades prediction markets on Simmer using a **momentum + divergence** signal. When probability diverges from recent averages, it buys the underpriced side expecting mean reversion or continuation. ## What it does 1. Monitors markets from your Simmer watchlist 2. Calculates short-term momentum (recent probability vs. longer average) 3. Checks market context for flip-flop warnings and slippage 4. Executes trades when divergence exceeds threshold (default: 8%) ## Default signal The default strategy uses a **price divergence** signal: - If current probability is significantly above the recent average → momentum is pushing up → buy YES - If current probability is significantly below → buy NO - Threshold configurable via `DIVERGENCE_THRESHOLD` env var (default: 0.08) > **This is a template.** The default signal is probability divergence — remix it with alternative signals like volume spikes, social sentiment, or your own model predictions. The skill handles all the plumbing (market discovery, trade execution, safeguards). Your agent provides the alpha. ## Setup 1. Set `SIMMER_API_KEY` in your environment 2. Optionally set `DIVERGENCE_THRESHOLD` (default: `0.08`) 3. Optionally set `TRADE_AMOUNT` (default: `5.0`) 4. Set `MARKET_IDS` to a comma-separated list of market IDs to monitor ## Remix guide Swap in your own signal by replacing the `calculate_signal()` function in `simmer_momentum_trader.py`: - **Volume-based**: Track trade volume spikes instead of price - **Sentiment-based**: Feed in Twitter/Reddit sentiment scores - **ML-based**: Use a trained model to predict outcomes - **Combo**: Combine multiple signals with weighted scoring The rest of the plumbing — market discovery, context checks, order execution, error handling — stays the same. ## Hard rules - Always defaults to dry-run. Pass `--live` for real trades. - Always tags trades with source and skill_slug for tracking. - Always checks market context before trading (flip-flop detection, slippage). - Reads API keys from env — never hardcodes credentials.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 simmer-momentum-trader-1775980816 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 simmer-momentum-trader-1775980816 技能

通过命令行安装

skillhub install simmer-momentum-trader-1775980816

下载 Zip 包

⬇ 下载 simmer-momentum-trader v1.0.0

文件大小: 4.69 KB | 发布时间: 2026-4-13 12:01

v1.0.0 最新 2026-4-13 12:01
Initial release of the Simmer Momentum Trader skill:

- Trades YES/NO on Polymarket using a probability momentum and divergence signal.
- Configurable divergence threshold and trade amount via environment variables.
- Monitors Simmer watchlist markets and executes trades when signal criteria are met.
- Designed as a remixable template: swap in alternative signals (volume, sentiment, ML predictions).
- Dry-run mode enabled by default, with safeguards for live-trading.
- Handles all plumbing — market access, trade execution, error handling — so you can focus on signal design.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部