Send daily crypto market insights with Google Gemini to Telegram
Daily Crypto AI Market Insight to Telegram This workflow generates a daily AI-powered crypto market insight and sends it to Telegram using Binance public market data, the Crypto Fear & Greed Index, and Google Gemini. ...
Template notes
Daily Crypto AI Market Insight to Telegram
This workflow generates a daily AI-powered crypto market insight and sends it to Telegram using Binance public market data, the Crypto Fear & Greed Index, and Google Gemini.
It fetches BTC/USDT daily OHLCV data, calculates technical indicators, builds a structured analysis payload, asks Gemini for a buy/hold/sell confidence breakdown, and delivers the result as a clean Telegram report.
It is useful for traders, builders, and crypto enthusiasts who want an automated daily technical summary without manually checking charts.
Common use cases:
- Send a daily BTC market insight to your Telegram - Monitor crypto technical indicators automatically - Build a personal AI crypto analyst bot - Create a lightweight daily trading signal workflow - Learn how to combine market data, technical indicators, LLMs, and Telegram in n8n
How it works
- Starts from a Schedule Trigger, which you can customize - Sets the trading pair, for example BTCUSDT - Fetches 300 daily OHLCV candles from Binance public API - Normalizes Binance candle data into readable fields - Fetches the latest market price and merges it into the latest candle - Fetches the Crypto Fear & Greed Index from Alternative.me - Calculates EMA(20), EMA(50), EMA(100), RSI(14), MACD histogram, ADX(14), +DI, and -DI - Builds a structured technical payload - Sends the payload to Google Gemini - Parses Gemini’s response into structured JSON - Formats the result into a Telegram message - Sends the AI-generated insight to Telegram