← 返回
未分类 Key 中文

Simmer Momentum Trader

Momentum-based trading skill for Simmer prediction markets. Detects probability momentum and divergence to generate YES/NO trades on Polymarket. Remixable —...
基于动量的交易技能,用于Simmer预测市场。检测概率动量与背离,生成Polymarket上的YES/NO交易。可重新混音——
mrjoeteam mrjoeteam 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 405
下载
💾 0
安装
1
版本
#latest

概述

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.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 10:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

professional

All-Market Financial Data Hub

financial-ai-analyst
基于东方财富数据库,支持自然语言查询金融数据,覆盖A股、港股、美股、基金、债券等资产,提供实时行情、公司信息、估值、财务报表等,适用于投资研究、交易复盘、市场监控、行业分析、信用研究、财报审计、资产配置等场景,满足机构与个人需求。返回结果为
★ 134 📥 43,193
professional

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 203 📥 64,509
data-analysis

Simmer Weather Trader

mrjoeteam
自动化天气预测市场交易技能,适用于 Simmer/Polymarket。交叉参考四个天气来源(NOAA、Open‑Meteo、Wunderground、NVIDIA FourcastN...)
★ 0 📥 442