← 返回
AI智能 中文

Hourly Momentum Trader

Momentum-based trading agent for hourly crypto candles. Uses RSI, MACD, OBV, EMA, and Bollinger Band confluence to score directional momentum from -10 to +10...
基于动量的加密货币小时线交易代理。利用RSI、MACD、OBV、EMA和布林带指标的共振,对方向性动量进行-10至+10的评分。
jamierossouw
AI智能 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 1
Stars
📥 906
下载
💾 24
安装
1
版本
#latest

概述

Hourly Momentum Trader

Directional momentum scoring for 1-hour crypto candles with Polymarket binary market integration.

Momentum Score System (-10 to +10)

Each signal contributes to the composite score:

SignalBullish (+)Bearish (-)Weight
----------------------------------------
RSI<40 oversold>70 overbought±1
RSI divergenceBull divBear div±2
MACD crossBullish crossBearish cross±1
MACD histogramRisingFalling±1
EMA crossEMA20>EMA50EMA20±1
EMA200Price abovePrice below±1
BollingerNear lower (oversold)Near upper (overbought)±1
OBV trendRising (accumulation)Falling (distribution)±1
OBV divergenceBull divBear div±2
VolumeHigh volume on moveLow volume±1

Live Bet Integration (Polymarket Argus Strategy)

Combine momentum score with Polymarket market odds:

# Edge formula
our_prob = 0.50 + (momentum_score * 0.05)  # score 6 = 80% confidence
market_prob_up = polymarket_up_price  # e.g. 0.35 (35% UP consensus)
edge = our_prob - market_prob_up  # e.g. 0.80 - 0.35 = 45% edge!

# Bet when:
# - abs(momentum_score) >= 3
# - abs(edge) >= 0.10 (10%)
# - market is fresh (<30 min old)
# - USDC.e balance >= $5

Counter-Consensus Setups (L023)

Highest-EV Polymarket plays:

  • Momentum score ≥+3 AND market DOWN >70% → BET UP (counter-consensus, 3-5x payout)
  • Momentum score ≤-3 AND market UP >70% → BET DOWN (counter-consensus, 3-5x payout)

Example: SOL score=+4, Polymarket DOWN 80% → buy UP at 0.20 → if wins: 5x return

Signals Output Format

{
  "asset": "BTC",
  "score": 3,
  "rsi": 64.9,
  "rsi_status": "neutral",
  "macd_hist": 10.39,
  "macd_direction": "rising",
  "obv_trend": "rising",
  "bb_pct": 0.72,
  "ema_cross": "bullish",
  "bias": "BULLISH",
  "confidence_pct": 65,
  "polymarket_edge": {
    "btc_4pm_et": { "market_up": 0.515, "our_p": 0.65, "edge": 0.135, "direction": "UP" }
  }
}

Watchlist (Default)

BTC, ETH, SOL, XRP, ATOM, ADA, SUI, LTC, NEAR, AVAX, BNB, LINK, DOT, TRX, DOGE

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 12:01 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,385
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,841
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 836 📥 213,144