← 返回
未分类 中文

Crypto Threshold Watcher

Monitor any crypto token against configurable price/volume thresholds. Fires alerts when entry conditions are met. Use when you need proactive notification t...
监控任意加密货币代币,根据可配置的价格/成交量阈值,当触发条件满足时发出警报。用于需要主动通知的场景。
zero2ai-hub zero2ai-hub 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 466
下载
💾 1
安装
1
版本
#latest

概述

Crypto Threshold Watcher

Proactive alert engine for any token on any exchange. Checks watchlist against configurable thresholds and fires signals.

Watchlist Config

Stored at: ~/.openclaw/workspace/trading/watchlist.json

{
  "tokens": [
    {
      "symbol": "GRASSUSDT",
      "exchange": "binance",
      "thresholds": {
        "price_above": 0.30,
        "price_below": 0.20,
        "volume_24h_above": 50000000
      },
      "notes": "AI data network — entry above $0.30"
    },
    {
      "symbol": "FETUSDT",
      "exchange": "binance",
      "thresholds": {
        "price_above": 0.20,
        "volume_24h_above": 100000000
      },
      "notes": "ASI Alliance token — volume spike = breakout signal"
    }
  ]
}

Usage

Check all watchlist tokens

node ~/.openclaw/workspace/scripts/trading/threshold-watcher.js

Add a token to watchlist

node ~/.openclaw/workspace/scripts/trading/threshold-watcher.js --add --symbol BTCUSDT --price-above 90000

Check single token

node ~/.openclaw/workspace/scripts/trading/threshold-watcher.js --symbol ETHUSDT

Output

When threshold is crossed:

🚨 THRESHOLD ALERT — GRASSUSDT
  Price: $0.3245 (threshold: $0.30 ↑)
  Volume 24h: $62.3M
  Signal: ENTRY — price above threshold
  Time: 2026-03-17 18:30 UTC
  Notes: AI data network — entry above $0.30

When no threshold crossed:

✅ GRASSUSDT — $0.28 (below $0.30 threshold, watching)

Data Sources

  • Primary: Binance API (no auth required for market data)
  • Fallback: CoinGecko API (free tier)

Cron Integration

Add to TASKS.md cron:

Every 1h: node scripts/trading/threshold-watcher.js

Alerts delivered to Telegram DM automatically.

Threshold Types

TypeFieldDescription
--------------------------
Price breakoutprice_abovePrice crosses above level
Price breakdownprice_belowPrice drops below level
Volume spikevolume_24h_above24h volume exceeds threshold
RSI overboughtrsi_aboveRSI > value (requires OHLC data)
RSI oversoldrsi_belowRSI < value

Integration with Trading Pipeline

This skill feeds signals to:

  • backtest-expert — validate signal before acting
  • skill-trading-journal — log signal + decision
  • binance-pro — execute if approved

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-02 12:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 208 📥 68,603
business-ops

Skill Amazon Ads Optimizer

zero2ai-hub
面向OpenClaw代理的Amazon Ads API v3技能:列出广告配置文件、管理Sponsored Products广告系列、查看预算和绩效。适用于任意广告主账户。
★ 0 📥 1,582
data-analysis

AdMapix

fly0pants
AdMapix 原始数据层,提供广告创意、应用、排名、下载/收入及市场元数据。返回 AdMapix API 的结构化 JSON;调用方...
★ 297 📥 140,624