Breaking News Event Trader
Comprehensive breaking news monitor that trades Polymarket markets on high-impact events.
What It Does
Continuously polls 20+ premium news RSS feeds, pre-filters stories with fast keyword
matching, then matches relevant stories to active Polymarket markets. When a breaking
story has estimated price impact >12%, generates a trade signal.
News Sources
| Category | Sources |
|---|
| Wire Services | Reuters, AP |
| Broadcast |
BBC, CNBC |
|
Financial | Bloomberg, FT, MarketWatch, WSJ |
|
Politics | Politico, Axios, The Hill |
|
Crypto | CoinDesk, CoinTelegraph |
|
Tech | TechCrunch |
Pre-Filter System
Two-stage filtering for speed:
- 1. Fast reject — Skip stories with common noise keywords (opinion, podcast, review)
- Fast accept — Prioritize stories with high-signal keywords (breaking, passes,
signs, ruling, indicted, default, crash, surge)
Only stories passing pre-filter get matched against Polymarket markets.
Impact Estimation
Stories are scored on:
- - Source credibility tier (wire services > financial > blogs)
- Keyword signal strength
- Headline match quality to market question
- Recency (exponential decay over 30 minutes)
Requirements
pip dependencies: simmer-sdk, requests, INLINECODE2
Environment variables:
- -
SIMMER_API_KEY (required) - get from simmer.markets/dashboard
⚠️ Automated trading. Dry-run is the default. Pass --live to execute real trades. Review all configuration before enabling live mode.
Usage
CODEBLOCK0
🧪 Remixable Template — Fork this skill to add your own RSS sources, tune
impact thresholds, add sentiment analysis, or integrate with a news API for
faster delivery than RSS.
突发新闻事件交易员
综合性突发新闻监控系统,针对高影响力事件在Polymarket市场上进行交易。
功能概述
持续轮询20+优质新闻RSS源,通过快速关键词匹配预过滤新闻,然后将相关新闻与活跃的Polymarket市场进行匹配。当突发新闻的预估价格影响超过12%时,生成交易信号。
新闻来源
BBC、CNBC |
|
财经媒体 | 彭博社、金融时报、MarketWatch、华尔街日报 |
|
政治媒体 | Politico、Axios、The Hill |
|
加密媒体 | CoinDesk、CoinTelegraph |
|
科技媒体 | TechCrunch |
预过滤系统
采用两阶段过滤以提升速度:
- 1. 快速排除 — 跳过包含常见噪音关键词的新闻(观点、播客、评论)
- 快速收录 — 优先处理包含高信号关键词的新闻(突发、通过、签署、裁决、起诉、违约、崩盘、飙升)
仅通过预过滤的新闻才会与Polymarket市场进行匹配。
影响评估
新闻评分依据:
- - 来源可信度等级(通讯社 > 财经媒体 > 博客)
- 关键词信号强度
- 标题与市场问题的匹配质量
- 时效性(30分钟内指数衰减)
依赖要求
pip依赖: simmer-sdk、requests、feedparser
环境变量:
- - SIMMERAPIKEY(必需)- 从 simmer.markets/dashboard 获取
⚠️ 自动交易。 默认启用模拟运行。使用 --live 参数执行真实交易。启用实盘模式前请检查所有配置。
使用方法
bash
python news_events.py # 模拟运行
python news_events.py --live # 真实交易
python news_events.py --live --quiet # 定时任务模式
🧪 可复用的模板 — 可复刻此技能以添加自定义RSS源、调整影响阈值、添加情感分析,或集成新闻API以获得比RSS更快的推送速度。