Overview
This workflow is designed to monitor the Top 5 cryptocurrencies in real-time, calculate trading signals (BUY, SELL, HOLD), and send human-readable alerts through multiple channels. It integrates data fetching, signal processing, AI-generated insights, and multi-channel notifications to provide a professional-grade crypto monitoring solution.
Setup
- Schedule the trigger
- Fetch real-time coin data (CoinGecko, Binance API)
- Filter only required fields
- Check each data from loop
- Add the logic for minimum percentage comparison
- Use AI for analysis enhanced insights
- Send the notification only if signal is 'SELL' or 'BUY'
Key Features
- Real-Time Crypto Monitoring: Continuously evaluates the top 5 cryptocurrencies for trading signals.
- Dynamic Signal Calculation: Generates BUY, SELL, HOLD signals based on 24h price change.
- If price changed below or above 2% the dynamic signal will assign to dedicated coin.
- Signal Change Alerts: Sends notifications only when meaningful changes occur.
- Human-Readable Messaging: Converts numeric signals into readable alerts.
- AI Insights: Provides explanations or trading advice via OpenAI.
- Multi-Channel Delivery: Supports WhatsApp, Telegram, and Email.
- Looped Processing: Each coin is processed independently for accurate alerting.
- Wait / Delay Node: Prevents API rate limit issues and controls alert flow.
Requirements
- OpenAI API
- WhatsApp API
- Telegram API
- SMTP Credentials or Gmail Credentials.