Block 1 - Telegram Trigger
- Type / Role
- n8n-nodes-base.telegramTrigger - telegramTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This smart AI powered trading journal lets you easily log and update your trades using Telegram messages. Just send your trade details by text to your personal telegram bot, and the system will ext...
n8n-nodes-base.telegramtrigger, @n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.code, n8n-nodes-base.googlesheets, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatgroq, n8n-nodes-base.stickynote, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Malik Hashir.
Original n8n.io sourceSimply send messages to your personal trade journal assistant (bot) on Telegram, and it will handle the rest. After some time, you can review your journal to reflect, learn, and improve your trading skills.
Send a message like: "Hey, log my trade on Tesla with entry price 300, stop loss 280, and direction buy."
The AI will extract: Asset or trading pair (e.g., Tesla) Entry price Stop loss (if provided) Take profit (if provided) Direction (buy/long or sell/short) Any additional notes (e.g., "EMA 20 crossed above EMA 50")
Trade ID: After logging, you’ll receive a unique trade ID (e.g., "233hdsf") to keep for future updates to the trade entry (e.g add profit/loss upon trade close).
To update your trade with profit/loss or notes, send a message like: "Hey, update my trade with profit of 300+ and add note: trade was closed after 7 days. Trade ID: 233hdsf."
The system will locate your trade by ID and update the details accordingly.
Traders who want a simple, hands-free way to track and manage their trades without manual data entry. Perfect for individual traders, prop firms, or anyone who prefers using Telegram to interact with their trading journal.
All trades and updates are saved automatically in Google Sheets selected.
This section guides you through setting up the workflow that logs and updates your trades via Telegram messages, using AI to extract trade details and storing them in Google Sheets.
Telegram Bot Setup Create a Telegram bot using @BotFather: Send /newbot command. Choose a bot name and username. Copy the API token provided. In n8n, create Telegram credentials: Go to Credentials → Create new → Telegram API. Paste your bot API token. Use https://api.telegram.org as the base URL. Save the credentials.
Google Sheets Setup Create a Google Sheet to store your trade journal with columns (ID (unique trade id auto generated for every trade), Asset/Pair, Entry Price, Stop Loss, Take Profit, Notes, Direction, Profit & Loss). Note the Spreadsheet ID from the URL (e.g., 1DeKt3teOs3R8Js9Go4rdhJCLKisLByMkO6LSPd5Be4c). Make sure your sheet has columns like: ID, Asset/Pair, Entry Price, Stop Loss, Take Profit, Direction, Notes, Profit & Loss. In n8n, create Google Sheets OAuth2 credentials: Follow n8n Google Sheets docs to set up OAuth2 (https://docs.n8n.io/integrations/builtin/credentials/google/). Save the credentials.
AI Model Setup Use Google Gemini (PaLM) or Groq AI models for NLP: Sign up at Google AI Studio (https://aistudio.google.com/) or Groq Console (https://console.groq.com/). Create API credentials and get your API keys. In n8n, create credentials for any of the one AI model: Google Gemini API credentials. Groq API credentials.
The workflow uses these AI nodes to parse Telegram messages and extract structured trade data.
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.
| Workflow | Trading journal: log trades into Google Sheets via Telegram & Gemini AI |
|---|---|
| Complexity | advanced |
| Nodes | 22 |
| Categories | Crypto Trading, AI Summarization |
| Author | Malik Hashir |
| Published | 08 Jul 2025 |
Use the JSON export at /data/workflows/5793/5793.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
This smart AI powered trading journal lets you easily log and update your trades using Telegram messages. Just send your trade details by text to your personal telegram bot, and the system will ext...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.