Polymarket Sol 5m Mtf Momentum Dyll

v1.1.0

Multi-timeframe CEX momentum trading for Polymarket BTC 5-minute fast markets. Aligns 1m/3m/5m Binance returns for directional conviction. Inspired by the

0· 114·0 current·0 all-time
byDyll@djdyll

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for djdyll/polymarket-sol-5m-mtf-momentum-dyll.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Polymarket Sol 5m Mtf Momentum Dyll" (djdyll/polymarket-sol-5m-mtf-momentum-dyll) from ClawHub.
Skill page: https://clawhub.ai/djdyll/polymarket-sol-5m-mtf-momentum-dyll
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install polymarket-sol-5m-mtf-momentum-dyll

ClawHub CLI

Package manager switcher

npx clawhub@latest install polymarket-sol-5m-mtf-momentum-dyll
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (MTF momentum for Polymarket fast markets) align with what the files do: they fetch Binance klines, query Simmer fast markets, evaluate momentum, and post trades via the simmer SDK/API. Required env vars and config tunables (SIMMER_API_KEY, optional SIMMER_API_URL, TRADING_VENUE, and tunables) match the stated functionality.
Instruction Scope
SKILL.md only directs installing simmer-sdk, setting SIMMER_API_KEY, running the provided Python scripts, and optionally cron scheduling. The runtime code reads Binance and Simmer APIs and local config; it does not access unrelated system files, network hosts, or other credentials beyond those declared.
Install Mechanism
No custom install script in the package itself; the manifest declares pip: simmer-sdk and SKILL.md instructs pip install simmer-sdk. Installing a third‑party pip package is a normal requirement for SDK-based skills but carries the usual supply-chain risk (verify simmer-sdk's source and package integrity).
Credentials
Only SIMMER_API_KEY (and optional SIMMER_API_URL / TRADING_VENUE) are used. Those are appropriate for a skill that calls the Simmer API and uses the simmer SDK. The code does not request unrelated tokens or filesystem paths.
Persistence & Privilege
always is false and the skill is user-invocable. The code imports load_config/update_config from simmer_sdk (to manage its own tunables/config), but it does not attempt to change other skills or system-wide settings. Cron in clawhub.json is expected for a periodic trading bot.
Assessment
This skill appears internally consistent and does what it says: it reads Binance klines, queries Simmer fast markets, and can place trades via the simmer SDK using SIMMER_API_KEY. Before running: (1) run in dry/paper mode first (the SKILL.md provides a dry-run), (2) review and verify the simmer-sdk package source (pip packages can contain arbitrary code), (3) confirm your SIMMER_API_KEY is scoped appropriately and stored securely, (4) do not run with --live until you have tested tuning and safeguards, and (5) consider limiting automated cron runs until you are comfortable with behavior and error handling.

Like a lobster shell, security has layers — review code before you run it.

latestvk97efjpjyegwbp21wtmm8g8gh183y61t
114downloads
0stars
2versions
Updated 3w ago
v1.1.0
MIT-0

SOL 5m MTF Momentum

This is a template. You must configure your SIMMER_API_KEY before running.

Raw CEX momentum → Polymarket alpha. When all timeframes align, the signal is undeniable.

This bot reads the battlefield in real-time — 1-minute, 3-minute, and 5-minute Binance SOL/USDT returns voting on direction. When momentum converges across timeframes, it strikes. No hesitation, no second-guessing. Pure directional conviction deployed into Polymarket 5-minute fast markets.

Inspired by the #1 trader on the Simmer leaderboard — yanksie, who dominates BTC 5m markets with a 79% win rate across 4,000+ trades. The same multi-timeframe momentum principles applied to SOL. This foundation captures the core multi-timeframe momentum approach that drives that edge.

The Edge

Three timeframes. One direction. Maximum conviction.

  • r1 (1m return) — noise filter, immediate pulse
  • r3 (3m return) — trend confirmation
  • r5 (5m return) — dominant signal, tiebreaker

Direction = majority vote. Confidence = signal-to-noise ratio scaled against recent volatility. The bot only fires when the math says go.

What This Is — And What It Isn't

This is the foundation. The confidence threshold (0.50) is intentionally detuned. Out of the box, it trades. But the real alpha comes from tuning:

  • Confidence threshold — tighten it, raise your win rate
  • Eval window timing — when in the 5-minute cycle to strike
  • Additional gates — order book depth, CLOB flow confirmation, candle body analysis, regime detection

These gates and logic layers can dramatically improve WR beyond the foundation. They're left to the trader to implement. The Ferrari is in the garage — you bring the driving skills.

Setup

  1. Install: pip install simmer-sdk
  2. Set your API key: export SIMMER_API_KEY=sk_live_...
  3. Dry run: python3 mtf_momentum.py
  4. Go live: python3 mtf_momentum.py --live

Configuration

ParameterEnv VarDefaultDescription
Confidence MinSIMMER_MTF_CONF_MIN0.50Minimum confidence to trade
Confidence ScaleSIMMER_MTF_CONF_SCALE2.1Volatility scaling factor
Eval Min AgeSIMMER_MTF_EVAL_MIN_AGE90Min market age (seconds)
Eval Max AgeSIMMER_MTF_EVAL_MAX_AGE180Max market age (seconds)
Trade SizeSIMMER_MTF_TRADE_SIZE10Trade size in $SIM

Quick Commands

# Dry run (paper mode)
python3 mtf_momentum.py

# Live trading
python3 mtf_momentum.py --live

# Show current positions
python3 mtf_momentum.py --positions

# Show config
python3 mtf_momentum.py --config

# Tune confidence threshold
python3 mtf_momentum.py --set conf_min=0.65

# Check portfolio status
python3 scripts/status.py

Example Output

⚡ SOL 5m MTF Momentum
==================================================
  [PAPER MODE] Use --live for real trades.

  Config: conf_min=0.50 conf_scale=2.1 eval_window=90-180s size=$10

  Fetching SOL 5m fast markets...
  Found 2 active markets

  📊 SOL 5m — Will BTC go up in the next 5 minutes?
     Market age: 112s (in eval window)
     r1=+0.08% r3=+0.15% r5=+0.22% → UP (3/3 aligned)
     vol=0.0011 conf=0.94 ✅ TRADE
     → BUY YES $10.00 | reason: MTF momentum aligned UP (conf=0.94)
     ✅ Paper trade executed (12.5 shares)

  Summary: 1 signal, 1 trade

Troubleshooting

  • "No active fast markets" — SOL 5m markets run on a schedule. Wait for the next cycle.
  • "Market age outside eval window" — The bot only trades during the configured window (90-180s after market open). Adjust SIMMER_MTF_EVAL_MIN_AGE / SIMMER_MTF_EVAL_MAX_AGE.
  • "Confidence below threshold" — Momentum isn't strong enough. Lower SIMMER_MTF_CONF_MIN for more trades (lower WR) or wait for stronger signals.
  • "simmer-sdk not installed" — Run pip install simmer-sdk.
  • "SIMMER_API_KEY not set" — Get your key from simmer.markets/dashboard → SDK tab.

Cron

*/1 * * * * — runs every minute, checks market age, trades if in eval window.

Comments

Loading comments...