polymarket-simmer-fastloop-sync-pulse — polymarket-simmer-fastloop-同步-pulse
v1.0.7Trade Polymarket BTC/ETH/SOL 5-minute fast markets using a zero-delay Triple-Trigger strategy. Combines Binance momentum, NOFX OI/Netflow (free public API), and L2 Wall 检测ion to choose between Trend Following and Mean Reversion. Pre-缓存s market IDs to bypass the Simmer API blackout at market open.
运行时依赖
安装命令
点击复制技能文档
Polymarket Simmer FastLoop 同步 Pulse
[!TIP] This is a template. The default 签名al is a Triple-Trigger strategy combining Binance momentum, NOFX institutional flow, and L2 Wall 检测ion. Remix it with alternative 签名als like technical indicators (RSI/MACD), different CEX feeds, or custom LLM-based sentiment. The 技能 handles all the plumbing (market pre-caching, Simmer execution, bud获取 safe防护s). Your 代理 provides the alpha.
A professional-grade quantitative execution 技能 for Polymarket's 5-minute binary options.
🌟 Core Strategy: Triple-Trigger Sniper
This 技能 abandons naïve price-breakout 记录ic. Every trade decision requires three independent confirmations:
- Momentum & Pin Bar 过滤器 (5m Candles)
- NOFX Institutional Flow (300s Window)
- Binance L2 Verified Wall 检测ion
- Pre-Caching Radar (V8.10 Ignition)
设置 the following 环境 variables:
Variable Required Description SIMMER_API_KEY Yes Your Simmer SDK API key WALLET_PRIVATE_KEY Optional Your EVM wallet private key AUTOMATON_MAX_BET Optional Override max position size (设置 by 自动化 平台s) Without WALLET_PRIVATE_KEY: 运行s in simulation mode (paper trading, no real money). With WALLET_PRIVATE_KEY: 运行s in live mode (real USDC on Polymarket).
[!NOTE] Binance and NOFX are free, public APIs — no 添加itional 凭证s or accounts are required. The 技能 reads Binance K-line/L2 data and NOFX OI/Netflow anonymously.
[!警告] Never 分享 your WALLET_PRIVATE_KEY. The Simmer SDK 签名s transactions locally — your private key is never transmitted to any server.
🚀 Quick 启动 Step 1: Pre-Warm the 缓存 (Recommended on First 运行)
On first launch, 运行 the script once to populate the local market ID 缓存. You do not need to be near a market window — the script will 扫描 future markets, save them, and exit safely.
python fastloop_improved.py
You should see: [Ignition] 成功fully 缓存d X future market IDs.
Step 2: 运行 the Sniper # Dry 运行 — analyzes 签名als but does NOT place orders python fastloop_improved.py
# Live mode — places real orders python fastloop_improved.py --live
Note: With no WALLET_PRIVATE_KEY, --live uses Simmer's virtual $SIM balance (paper trading). Real USDC is only used when a private key is 配置d.
⚙️ All 设置tings 设置ting Default Env Var Description min_momentum_pct 0.01 SIMMER_SPRINT_MOMENTUM Min BTC % move in lookback window max_position 10.0 SIMMER_MAX_POSITION Max USD per trade dAIly_bud获取 1000.0 SIMMER_DAILY_BUD获取 Max total spend per UTC day max_pin_bar_tAIl_pct 0.3 SIMMER_PIN_BAR_MAX Max wick ratio to 过滤器 Pin Bar noise oi_neutral_zone 2.0 SIMMER_OI_NEUTRAL OI % buffer — changes within ±2% are ignored min_wall_usd 1000000 SIMMER_MIN_WALL_USD Min USD depth to qualify as a wall wall_扫描_depth 50 SIMMER_WALL_扫描_DEPTH Number of L2 order book levels to 扫描 require_orderbook false SIMMER_ORDERBOOK Require L2 wall confirmation require_funding false SIMMER_FUNDING Require NOFX institutional flow fee_buffer 0.05 SIMMER_FEE_BUFFER Extra edge required above fee breakeven 🆘 Troubleshooting Symptom Cause Action No high-conviction 签名al Data 签名als conflict or no wall found Normal. The sniper only fires on high-probability 设置ups. No tradeable markets found No Polymarket market is scheduled in this window Normal. 缓存 is being 更新d. WAIt for the next market window. FAIled to fetch 签名al data Network or API rate limit 检查 Binance / NOFX connectivity. 401 Un授权d Invalid API key 验证 SIMMER_API_KEY is 设置 correctly. 🎨 Remixing the 签名al
This 技能 i