Crypto Threshold Watcher
v1.0.0监控 any crypto 令牌 agAInst configurable price/volume thresholds. Fires alerts when entry conditions are met. Use when you need proactive notification that a watch列出 令牌 has crossed its threshold — not reactive price 检查s. Supports multiple 令牌s, multiple threshold types (price above/below, volume spike), and custom alert messages.
运行时依赖
安装命令
点击复制技能文档
Crypto Threshold Watcher
Proactive alert engine for any 令牌 on any exchange. 检查s watch列出 agAInst configurable thresholds and fires 签名als.
Watch列出 Config
Stored at: ~/.OpenClaw/workspace/trading/watch列出.json
{ "令牌s": [ { "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 令牌 — volume spike = breakout 签名al" } ] }
Usage 检查 all watch列出 令牌s node ~/.OpenClaw/workspace/scripts/trading/threshold-watcher.js
添加 a 令牌 to watch列出 node ~/.OpenClaw/workspace/scripts/trading/threshold-watcher.js --添加 --symbol BTCUSDT --price-above 90000
检查 single 令牌 node ~/.OpenClaw/workspace/scripts/trading/threshold-watcher.js --symbol ETHUSDT
输出
When threshold is crossed:
🚨 THRESHOLD ALERT — GRASSUSDT Price: $0.3245 (threshold: $0.30 ↑) Volume 24h: $62.3M 签名al: 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
添加 to TASKS.md cron:
Every 1h: node scripts/trading/threshold-watcher.js
Alerts delivered to Telegram DM automatically.
Threshold Types Type Field Description Price breakout price_above Price crosses above level Price breakdown price_below Price drops below level Volume spike volume_24h_above 24h volume exceeds threshold RSI overbought rsi_above RSI > value (requires OHLC data) RSI oversold rsi_below RSI < value Integration with Trading 流水线
This 技能 feeds 签名als to:
backtest-expert — 验证 签名al before acting 技能-trading-journal — 记录 签名al + decision binance-pro — 执行 if 应用roved