8
n8n 中文网amn8n.com

生产环境:AI 驱动的加密货币分析自动化

中级

这是一个Finance, AI领域的自动化工作流,包含 12 个节点。主要使用 Set, HttpRequest, Agent, ChatTrigger, ToolSerpApi 等节点,结合人工智能技术实现智能自动化。 AI驱动加密货币分析,使用OpenRouter、Gemini和SerpAPI

前置要求
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "SUKhKW8pmzD9tt3F",
  "meta": {
    "instanceId": "d16fb7d4b3eb9b9d4ad2ee6a7fbae593d73e9715e51f583c2a0e9acd1781c08e",
    "templateCredsSetupCompleted": true
  },
  "name": "生产环境:AI 驱动的加密货币分析自动化",
  "tags": [
    {
      "id": "Gn3tpBR22XFwUwBD",
      "name": "Development",
      "createdAt": "2024-12-24T14:42:57.431Z",
      "updatedAt": "2024-12-24T14:42:57.431Z"
    },
    {
      "id": "XZIQK6NdzGvgbZFd",
      "name": "Sell",
      "createdAt": "2025-01-15T12:28:48.424Z",
      "updatedAt": "2025-01-15T12:28:48.424Z"
    }
  ],
  "nodes": [
    {
      "id": "33e18b30-68f2-46eb-8013-8ebb31d75a0a",
      "name": "提供加密货币符号",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        0,
        0
      ],
      "webhookId": "35bc81ba-13f5-4e7b-bd07-4e3ebab8fc91",
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "b666f4ab-d2c9-43ed-910b-c1fe08098e62",
      "name": "5分钟图表",
      "type": "n8n-nodes-base.httpRequest",
      "notes": "Get 5 min candlestick chart.",
      "position": [
        100,
        380
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 4.2
    },
    {
      "id": "81202928-c363-49c8-932b-3391b44f9b91",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        400,
        380
      ],
      "parameters": {},
      "typeVersion": 1.7
    },
    {
      "id": "42809cb0-bc31-4398-8ce8-3865cfab1e52",
      "name": "窗口缓冲记忆",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -180,
        480
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "e6e101df-7821-4a0b-a865-f4bc7e4c0a5e",
      "name": "1天图表",
      "type": "n8n-nodes-base.httpRequest",
      "notes": "Get day candlestick chart.",
      "position": [
        420,
        0
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 4.2
    },
    {
      "id": "a78c495f-9a27-4366-800c-f79992af0b1e",
      "name": "OpenRouter 聊天模型",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        -180,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "edb2526c-82a6-4733-b70e-2a4218c9c041",
      "name": "crypto_symbol",
      "type": "n8n-nodes-base.set",
      "notes": "Store value of cryptocurrency.",
      "position": [
        220,
        0
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 3.4
    },
    {
      "id": "69aacc58-ea86-43ec-a9da-88597a29a6eb",
      "name": "长期代理",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        620,
        0
      ],
      "parameters": {},
      "typeVersion": 1.7
    },
    {
      "id": "8584d7a2-2539-4be1-bd06-654964a84364",
      "name": "SerpAPI",
      "type": "@n8n/n8n-nodes-langchain.toolSerpApi",
      "position": [
        560,
        560
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "4f6cbec5-6807-45f0-bf53-80bd5b8763e2",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -200,
        -100
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "bdc253aa-d769-40ce-9862-37b205e03826",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        220
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "0d1b9d8d-dbc3-4a3b-b19f-63bdc65f72ba",
      "name": "便签2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -620,
        -100
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "16df2176-07d5-413f-a918-f59b60727b00",
  "connections": {
    "SerpAPI": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "1d_Chart": {
      "main": [
        [
          {
            "node": "Long Term Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5m_Chart": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "crypto_symbol": {
      "main": [
        [
          {
            "node": "1d_Chart",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Long Term Agent": {
      "main": [
        [
          {
            "node": "5m_Chart",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Window Buffer Memory": {
      "ai_memory": [
        [
          {
            "node": "Long Term Agent",
            "type": "ai_memory",
            "index": 0
          },
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "OpenRouter Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Long Term Agent",
            "type": "ai_languageModel",
            "index": 0
          },
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Provide Crypto Symbol": {
      "main": [
        [
          {
            "node": "crypto_symbol",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 财务, 人工智能

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量12
分类2
节点类型8
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

作者
Udit Rawat

Udit Rawat

@ailistmaster

Hi, I’m Udit, an Acquia-certified developer with a strong background in web development and creating enterprise solutions. Recently, I’ve transitioned into AI and ML, I hold DIAT Professional AI Certification. I specialize in building AI-driven automation to streamline workflows, improve efficiency, and solve complex problems. With expertise in AI/ML tools and years of experience in Acquia and Drupal, I’m passionate about leveraging tech to drive innovation and create smarter solutions.

外部链接
在 n8n.io 查看

分享此工作流