← 返回
未分类 中文

Crypto Price Alerter

Monitor live cryptocurrency prices, technical indicators, and support/resistance levels with customizable price alerts and portfolio summaries.
实时监控加密货币价格、技术指标和支撑阻力位,支持自定义价格提醒和投资组合概览。
fuzzyb33s
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 303
下载
💾 1
安装
1
版本
#latest

概述

Crypto Price Alerter

Fetch live cryptocurrency prices and technical indicators via CoinGecko free API.

Quick Usage

uv run python scripts/price_check.py --symbol BTC --currency USD
uv run python scripts/price_check.py --symbol ETH --currency USD --upper 4000 --lower 2000
uv run python scripts/price_check.py --symbol SOL --currency USD --output json

Core Features

  1. Current Price — Live price, 24h change %, 24h volume, market cap
  2. Technical Indicators — SMA(7), SMA(21), RSI(14) from 30-day historical data
  3. Key Levels — 30-day resistance and support
  4. Price Alerts — Triggered when 24h change >5% or price crosses user thresholds
  5. JSON output — For automation pipelines: --output json

Scripts

  • scripts/price_check.py — Main script. Run standalone with uv run python scripts/price_check.py [args]

Arguments

ArgDescription
------------------
--symbolCrypto symbol (e.g. BTC, ETH, SOL) — required
--currencyFiat currency (default: USD)
--upperUpper price threshold for alert
--lowerLower price threshold for alert
--daysHistorical days for SMA (default: 30)
--outputtext (default) or json

Technical Signals

See references/signals.md for explanation of SMA, RSI, support/resistance, and trading signal interpretation.

Alert Logic

  • 24h change > +5% → Bullish alert
  • 24h change < -5% → Bearish alert
  • Price >= --upper threshold → Price ceiling alert
  • Price <= --lower threshold → Price floor alert

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-08 00:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Fuzzy Cron Scheduler

fuzzyb33s
掌握 OpenClaw 定时任务调度,实现可靠的后台任务、提醒和循环自动化。适用场景:(1) 设置定期检查或心跳,
★ 0 📥 500

Browser Automation

fuzzyb33s
使用 OpenClaw 内置的 Playwright 浏览器控制,实现任意网页浏览器任务的自动化。适用场景包括:① 抓取动态页面,② 填写并提交表单,③ 其他自动化需求。
★ 0 📥 535

Sales Automation Workflows Agent

fuzzyb33s
利用 n8n 工作流连接应用,实现销售任务自动化、数据同步、发送通知,高效简化业务流程。
★ 0 📥 480