πŸ“ˆ Automated multi-agent trading analysis with GPT-5, Telegram, Coinbase & Notion

⚑ 2,651 views Β· πŸ“ˆ Crypto Trading & Stock Market

Description

πŸš€ 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

πŸ’‘ 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

πŸ› οΈ 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

πŸ”’ 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!

πŸ”— Nodes Used

HTTP Request, Telegram, Telegram Trigger, Notion, OpenAI

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup