Cryptocurrency Dip Alerts for Bitcoin & Ethereum via Telegram, Slack & SMS
π Buy the Dip Alert (Telegram/Slack/SMS)
π Overview This workflow automatically notifies you when Bitcoin or Ethereum drops more than a set percentage in the last 24 hours. Itβs ideal for traders who want to stay ready for buy-the-dip opportunities without constantly refreshing charts.
βοΈ How it works
Schedule Trigger β runs every 30 minutes (adjustable).
HTTP Request (CoinGecko) β fetches BTC & ETH prices and 24h % change.
Code Node (βDip Checkβ) β compares changes against your dip threshold.
IF Node β continues only if dip condition is true.
Notification Node β sends alert via Telegram, Slack, or SMS (Twilio).
Example Output:
Dip Alert β BTC β3.2%, ETH β2.8%
Not financial advice.
π Setup Guide
- Dip threshold
Open the Code node.
Change the line:
const DIP = -2.5; // trigger if 24h drop <= -2.5% Set your preferred dip value (e.g., β5 for a 5% drop). - Choose your alert channel Telegram: add your bot token & chat ID. Slack: connect Slack API & set channel name. Twilio: configure SID, token, from/to numbers.
- Test Temporarily set DIP to 0 to force an alert. Run once from the Code node β confirm alert message text. Execute the Notification node β confirm delivery to your channel. π Customization Cadence: change Schedule Trigger (every 5m, 15m, hourly, etc.). Coins: extend the CoinGecko call (add solana, bnb) and update Code node logic. Multiple alerts: duplicate IF β Notification branch for different thresholds (minor vs major dip). Combine with βThreshold Alertsβ workflow to cover both upside breakouts and downside dips. Storage: log alerts into Google Sheets for tracking dip history. π§© Troubleshooting No alerts firing: check CoinGecko API response in Execution Data. Wrong %: CoinGecko returns usd_24h_change directly β no math needed. Duplicate alerts: add a debounce using a Sheet/DB to store last fired time. Telegram not posting: confirm bot has access to your channel/group.
Related Templates
AI Email Classifier & Auto-Delete for Gmail (SPAM/OFFER Cleaner)
This workflow is designed for freelancers, solopreneurs, and business owners who receive a high volume of irrelevant mes...
Automatic News Summarization & Email Digest with GPT-4, NewsAPI and Gmail
π° AI News Digest Agent: Auto News Summarizer & Email Newsletter Create an intelligent news curation system that automat...
Generate Food Recipes from Gmail & Form Requests with Ollama & Llama 3.2
This n8n template demonstrates how to create an intelligent food recipe assistant that accepts requests via Gmail and we...
π Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments