๐Ÿ“ˆ Generate AI trading alerts from CoinGecko and Alpha Vantage via Slack, email and SMS

โšก 480 views ยท ๐Ÿ“ˆ Crypto Trading & Stock Market

Description

Automates real-time market monitoring, technical analysis, AI-powered signal generation for cryptocurrencies (and stocks), filters high-confidence trades, and delivers actionable alerts via multiple channels.

Good to Know

How It Works

1. Trigger

2. Fetch & Prepare Data

3. Analysis & Signal Generation

4. Validate, Alert & Store

Data Sources

How to Use

  1. Import the workflow JSON into your n8n instance
  2. Configure credentials:
    • API keys for market data providers (Alpha Vantage, CoinGecko Pro, Binance, etc.)
    • AI provider (Grok API key, OpenAI key, etc.)
    • Notification services (Telegram bot token, email SMTP, Twilio, etc.)
    • Database connection if used
  3. Set your watchlist โ€” edit the symbols in the fetch node(s)
  4. Tune the schedule โ€” change interval in the trigger node
  5. Customize AI prompt โ€” adjust in the AI node for more aggressive/conservative signals
  6. Set filters โ€” confidence threshold, max alerts per cycle, etc.
  7. Test manually โ€” use Execute Workflow button with sample data
  8. Activate & monitor โ€” check Executions tab for logs

Requirements

Customizing This Workflow

๐Ÿ”— Nodes Used

Send Email, HTTP Request, Postgres, Schedule Trigger, Filter

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup