Skip to main content

Send daily crypto market insights with Google Gemini to Telegram

Workflow preview

Workflow preview
100%
Send daily crypto market insights with Google Gemini to Telegram preview
Open on n8n.io

1. Workflow Overview

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,...

Best for

  • Crypto Trading automation workflows
  • AI Summarization automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.scheduletrigger, @n8n/n8n-nodes-langchain.lmchatgooglegemini, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.telegram, n8n-nodes-base.code, n8n-nodes-base.httprequest, n8n-nodes-base.set, n8n-nodes-base.aggregate

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Atha Ahsan Xavier Haris.

Original n8n.io source

1.1 Workflow description

Title
Send daily crypto market insights with Google Gemini to Telegram
Workflow name
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.

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

Setup steps

  • Choose your trading pair in the Set Trading Pair node
  • Connect your Google Gemini credentials
  • Connect your Telegram credentials
  • Set your Telegram chat ID in the Telegram node
  • Adjust the Schedule Trigger if you want a different run time
  • Test the workflow manually
  • Activate the workflow

Notes

This workflow uses Binance public API data and does not require a Binance API key. The AI insight is generated only from the provided technical payload and should not be treated as financial advice.

Need Help?

Have questions or want to connect? Reach me on LinkedIn.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Schedule Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.3

Block 2 - Google Gemini Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
Config choices
Version 1

Block 3 - Structured Output Parser

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.3

Block 4 - Send a text message

Type / Role
n8n-nodes-base.telegram - telegram
Config choices
Version 1.2

Block 5 - Format Telegram Message

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 6 - Fetch 300 Daily OHLCV Candles

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 7 - Normalize OHLCV Candle Fields

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 8 - Aggregate Candles Into Array

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

Block 9 - Fetch Latest Market Price

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 10 - Fetch Crypto Fear & Greed Index

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.4

Block 11 - Calculate Indicators & Build AI Payload

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 12 - Generate AI Trading Insight

Type / Role
@n8n/n8n-nodes-langchain.chainLlm - chainLlm
Config choices
Version 1.9

Block 13 - Set Trading Pair

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 14 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 15 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 16 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 17 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Send daily crypto market insights with Google Gemini to Telegram
Complexity advanced
Nodes 18
Categories Crypto Trading, AI Summarization
Author Atha Ahsan Xavier Haris
Published 04 May 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/15461/15461.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Send daily crypto market insights with Google Gemini to Telegram do?

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,...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading, AI Summarization use case.