Skip to main content

Automated multi-agent trading analysis with GPT-5, Telegram, Coinbase & Notion

Workflow preview

Workflow preview
100%
Automated multi-agent trading analysis with GPT-5, Telegram, Coinbase & Notion preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This modern n8n workflow implements a multi agent trading engine that orchestrates valuation, sentiment, fundamentals, technicals, and macro analyses to generate a single portfolio action with buil...

Best for

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

Tools used

n8n-nodes-base.telegramtrigger, n8n-nodes-base.openai, n8n-nodes-base.httprequest, n8n-nodes-base.notion, n8n-nodes-base.telegram

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Tegar karunia ilham.

Original n8n.io source

1.1 Workflow description

Title
Automated multi-agent trading analysis with GPT-5, Telegram, Coinbase & Notion
Workflow name
Automated multi-agent trading analysis with GPT-5, Telegram, Coinbase & Notion

πŸš€ Overview

This modern n8n workflow implements a multi-agent trading engine that orchestrates valuation, sentiment, fundamentals, technicals, and macro analyses to generate a single portfolio action with built-in risk controls. It integrates Telegram for live commands, fetches market data, fans out to expert LLM agents, applies position limits via a Risk Manager, executes orders, logs to Notion, and sends a summary back to Telegram.

πŸ”§ What It Does

  • Telegram Trigger listens for ticker commands and context inputs πŸ“²
  • Market Data Node fetches live prices and exchange rates from an API (no hardcoded keys) πŸ”—
  • LLM Agents run parallel analyses: valuation, sentiment, macro, fundamentals, technicals 🌐
  • Risk Manager enforces max position sizes, stop-loss limits, and confidence thresholds βš–οΈ
  • Portfolio Manager aggregates signals into a final BUY/SELL/HOLD decision with allocation % πŸ“Š
  • Execute Order sends trade requests via HTTP Request πŸ”’
  • Log to Notion writes a full audit trail for compliance πŸ““
  • Telegram Output posts a concise report with signals, risk notes, and final decision πŸ“€

πŸ’‘ Why It’s Useful

This template illustrates a modular β€œinvestment committee” architecture that is easy to extend, swap agents, and maintain. It follows n8n’s best practices for template submissions: sticky-note documentation, placeholder credentials, markdown descriptions, and clear H2 headings.

πŸ”‘ Prerequisites

  • Telegram Bot credentials configured in n8n
  • Exchange or data API credentials stored as n8n Credentials (no inline keys)
  • OpenAI (or other LLM) API credential
  • Notion integration credentials

πŸ› οΈ How to Use

  1. Import the JSON into n8n and open the canvas.
  2. Read each Sticky Note for node-by-node setup tips and rate-limit guidance πŸ—’οΈ
  3. Configure credentials via the n8n Credentials Manager πŸ”
  4. Test each branch (data fetch, agents, risk logic) in isolation before enabling order execution βœ…

πŸ“ Architecture Layers

  • Trigger: Telegram Trigger β†’
  • Data: HTTP Request β†’
  • Analysis: Parallel LLM Agents β†’
  • Risk: Risk Manager β†’
  • Decision: Portfolio Manager β†’
  • Action: Execute Order, Log to Notion, Send Telegram summary

πŸ”’ Security & Maintenance

All API keys are stored securely as credentials. Sticky Notes document required scopes, retry strategies, and error-handling paths to ensure observability and safe testing.

Enjoy building and customizing your own AI-powered hedge-fund workflow!

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 - Telegram Trigger

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

Block 2 - Valuation Agent

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

Block 3 - Sentiment Agent

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

Block 4 - Risk Manager

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

Block 5 - Portfolio Manager

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

Block 6 - Coinbase Market Data

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

Block 7 - Execute Order

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

Block 8 - Log to Notion

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

Block 9 - Send Analysis Result

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

Block 10 - Stanley Druckenmiller Agent

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

Block 11 - Rakesh Jhunjhunwala Agent

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

Block 12 - Phil Fisher Agent

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

Block 13 - Peter Lynch Agent

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

Block 14 - Mohnish Pabrai Agent

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

Block 15 - Michael Burry Agent

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

Block 16 - Charlie Munger Agent

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

Block 17 - Bill Ackman Agent

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

Block 18 - Aswath Damodaran Agent

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

Block 19 - Ben Graham Agent

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

Block 20 - Warren Buffett Agent

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

Block 21 - Cathie WoodΒ  Agent

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

Block 22 - Fundamentals Agent

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

Block 23 - Technicals Agent

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

3. Summary Table

Workflow Automated multi-agent trading analysis with GPT-5, Telegram, Coinbase & Notion
Complexity advanced
Nodes 23
Categories Crypto Trading, AI Chatbot
Author Tegar karunia ilham
Published 14 Sept 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/8569/8569.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 Automated multi-agent trading analysis with GPT-5, Telegram, Coinbase & Notion do?

This modern n8n workflow implements a multi agent trading engine that orchestrates valuation, sentiment, fundamentals, technicals, and macro analyses to generate a single portfolio action with buil...

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 Chatbot use case.