Automated Crypto RSI Alerts with EODHD and Telegram Integration - n8n Workflow | Neura Market
Automated Crypto RSI Alerts with EODHD and Telegram Integration
This workflow monitors a list of cryptocurrency symbols, calculates the RSI, and sends alerts via Telegram when RSI crosses key thresholds. It integrates EODHD for data retrieval and TradingView for chart visualization.
The workflow is designed to run on a schedule, iterating through a predefined watchlist of cryptocurrency symbols. It fetches intraday OHLCV data from EODHD, computes the Wilder's RSI(14), and identifies when the RSI crosses the 30/70 thresholds. Upon detecting a signal, it sends a formatted alert message to a specified Telegram chat, including a link to view the chart on TradingView. The setup requires configuring environment variables and credentials for EODHD and Telegram.
Platform
n8n
Category
Crypto & Blockchain
Price
Free
Creator
Ethan Taylor
if
set
code
splitOut
telegram
stickyNote
httpRequest
manualTrigger
splitInBatches
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.