Every day, this skill scans the crypto market for the most talked-about assets, identifies momentum patterns, and generates actionable trade signals with ent...
--- name: crypto-signal-generator slug: cromabelt-crypto-signals title: "Crypto Signal Generator — daily crypto trade ideas delivered to Telegram" description: "Every day, this skill scans the crypto market for the most talked-about assets, identifies momentum patterns, and generates actionable trade signals with entry zones, targets, and risk levels. Sends a formatted signal report to Telegram every morning." tags: [crypto, signals, trading, bitcoin, trading-ideas, Telegram, forex, day-trading, investment] version: 1.0.0 author: Cromabelt Studios contact: cromabeltstudio@gmail.com platform: ClawHub price: FREE category: Finance / Trading --- # Crypto Signal Generator **Daily crypto trade signals. Researched, calculated, delivered to Telegram.** Every morning (or on demand), this skill: 1. Scans what's moving in crypto right now 2. Identifies assets with momentum and volume 3. Generates trade signals with entry zones, targets, and risk levels 4. Sends a formatted report to Telegram Used by: crypto traders, degen accounts, finance freelancers, crypto educators. --- ## What You Get Per Signal | Field | Description | |---|---| | **Asset** | e.g. BTC, ETH, SOL, Pepe | | **Signal Type** | LONG / SHORT / WATCH | | **Entry Zone** | Price range to enter | | **TP1 / TP2 / TP3** | Take profit levels | | **Stop Loss** | Risk exit point | | **Risk/Reward** | Calculated ratio | | **Confidence** | HIGH / MEDIUM / LOW | | **Narrative** | Why this setup is playing out | | **Timeframe** | Intraday / Swing / Long-term | --- ## Triggers - "crypto signals" - "generate trade ideas" - "bitcoin signal today" - "altcoin signals" - "daily crypto report" - "trading signals for [asset]" - "what's moving in crypto today" --- ## Inputs | Input | Required | Description | |---|---|---| | `ASSET` | optional | Specific asset to signal (default: top movers) | | `COUNT` | optional | Number of signals to generate (default: 3) | | `MODE` | optional | `momentum` / `swing` / `safe` (default: momentum) | | `DELIVERY` | optional | `telegram` (default) / `pdf` / `both` | --- ## Process ### Step 1 — Market Scan - Top gaining/losing assets (24h) - Social volume — what's being talked about most - On-chain indicators (if available via free endpoints) - Funding rate anomalies ### Step 2 — Signal Construction For each asset: - Identify trend direction and strength - Calculate entry zone (support/resistance) - Set take-profit levels (conservative / moderate / aggressive) - Set stop loss (risk management) - Calculate Risk/Reward ratio - Assign confidence score ### Step 3 — Output Formatting - Telegram-friendly format with emoji indicators - Color-coded by confidence - PDF with full chart annotations --- ## Output Format (Telegram) ``` 🚀 CRYPTO SIGNALS — [DATE] ━━━━━━━━━━━━━━━━━━━━━━━━━━ 🟢 BTC/USDT — LONG Entry: $67,200 - $67,450 TP1: $68,100 | TP2: $69,000 | TP3: $70,500 SL: $66,100 RR: 2.4:1 | Confidence: HIGH Narrative: ETF inflows picking up, holding 200 EMA on 4H 🟡 SOL/USDT — WATCH Entry: $148 - $151 TP1: $158 | TP2: $165 SL: $142 RR: 1.8:1 | Confidence: MEDIUM Narrative: Accumulation pattern, pending breakout 🔴 PEPE/USDT — SHORT Entry: $0.00000820 - $0.00000840 TP1: $0.00000770 | TP2: $0.00000720 SL: $0.00000890 RR: 3.1:1 | Confidence: HIGH Narrative: Funding rate极度 negative, social dominance peaking ━━━━━━━━━━━━━━━━━━━━━━━━━━ ⚠️ Not financial advice. Trade at your own risk. Generated by Cromabelt Studios AI ``` --- ## Cron Setup ```bash # Daily at 7 AM UTC — market open 0 7 * * * python3 ~/.openclaw/workspace/skills/crypto-signal-generator/scripts/crypto_signals.py # With specific asset python3 crypto_signals.py BTC,ETH,SOL --count 3 --mode momentum ``` --- ## Disclaimer **⚠️ Signals are for educational and informational purposes only. Not financial advice. Crypto trading involves substantial risk of loss. Always do your own research before trading.** --- ## Requirements - Python 3.8+ - `requests`, `fpdf2` - Telegram bot (optional for delivery) - CoinGecko or Binance free API (no key needed for basic data) --- *Built by Cromabelt Studios — cromabeltstudio@gmail.com*
don't have the plugin yet? install it then click "run inline in claude" again.