カンドルスタンドとニュース分析を使ってAI駆動型の株式取引推奨を生成

上級

これはCrypto Trading, AI Summarization分野の自動化ワークフローで、22個のノードを含みます。主にCode, Merge, Switch, Telegram, Aggregateなどのノードを使用。 カンドルスト Graphicとニュース分析を使ってAI駆動の株式取引推奨を生成する

前提条件
  • Telegram Bot Token
  • ターゲットAPIの認証情報が必要な場合あり
  • Google Gemini API Key
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
  "meta": {
    "instanceId": "69808d2b6fd5d4c920137a1f782d97fe0456502d6463195b2bd0ae56f1b7d627",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "1f330325-0ee9-442f-a155-5d3b09677591",
      "name": "Telegram Trigger",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -608,
        192
      ],
      "webhookId": "74516488-f5be-4c5b-ae40-2b2b631a3bf8",
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "1d93f5ee-8296-45d6-ae63-e007d90ca921",
      "name": "15分間隔",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        64,
        192
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "f766d4a5-3ea8-4671-b520-fb977edad363",
      "name": "1分間隔",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        64,
        0
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "e8dfc4c7-c25c-4ede-9deb-80e2290a515f",
      "name": "1時間間隔",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        64,
        400
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "c63d12b9-f4bd-47aa-954c-e8fc75fa079c",
      "name": "マージ",
      "type": "n8n-nodes-base.merge",
      "position": [
        416,
        176
      ],
      "parameters": {},
      "typeVersion": 3.2
    },
    {
      "id": "87d4bcd9-b9f5-4df6-a507-a97c471bf4c6",
      "name": "集約",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        624,
        192
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "5510f68f-f39e-43bd-a042-0cd276d1dfce",
      "name": "JavaScriptコード",
      "type": "n8n-nodes-base.code",
      "position": [
        832,
        192
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "8a2d501d-bdb4-4731-9f00-65dcb1e0ad86",
      "name": "ニュースアグリゲーター",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        64,
        800
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "ee9206ad-b5e0-4750-8164-5d7912d52ea2",
      "name": "モデルへのメッセージ",
      "type": "@n8n/n8n-nodes-langchain.googleGemini",
      "position": [
        576,
        800
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "22320b17-66bf-4559-8ed4-dd498dfec839",
      "name": "マージ1",
      "type": "n8n-nodes-base.merge",
      "position": [
        1184,
        208
      ],
      "parameters": {},
      "typeVersion": 3.2
    },
    {
      "id": "be5bc890-2c59-437c-a9b7-da7da9bc309f",
      "name": "集約1",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        1392,
        208
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "4496d0d2-d27d-4e1e-bfe9-2a1fb553fc8e",
      "name": "AIエージェント",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1600,
        208
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "4f5d53ea-3c8a-419c-8817-3e0e471ac9da",
      "name": "Google Gemini チャットモデル",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        1600,
        448
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "3147702d-d6c5-4e35-889e-11467eb6312e",
      "name": "テキストメッセージ送信",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1952,
        208
      ],
      "webhookId": "91aacc9c-a732-4ff6-9bf9-3ff9a9008a10",
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "8e8e6025-a483-4c42-9cbf-571f7300e118",
      "name": "アカウント確認",
      "type": "n8n-nodes-base.switch",
      "position": [
        -336,
        192
      ],
      "parameters": {},
      "typeVersion": 3.3
    },
    {
      "id": "10dca921-6622-4042-9c79-b83c69ce8631",
      "name": "付箋",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        368,
        32
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "50535216-6450-4816-8dd8-464bafc1cbda",
      "name": "付箋1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1104,
        32
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "80d0e97b-1fdd-44fc-9d61-400f7cb08bb4",
      "name": "付箋2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        -192
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "508acfc6-5968-4637-af4f-1a8cdf4abf99",
      "name": "付箋3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        608
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "9af50cc7-3da6-404b-b7f9-52db8812885d",
      "name": "付箋4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -400,
        -112
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "c7079d4a-6664-4e71-8d06-3e4387c31361",
      "name": "付箋5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1904,
        32
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "d396134d-9a53-42d5-ba16-11472ba6522f",
      "name": "付箋6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1264,
        -176
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "c63d12b9-f4bd-47aa-954c-e8fc75fa079c": {
      "main": [
        [
          {
            "node": "87d4bcd9-b9f5-4df6-a507-a97c471bf4c6",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "22320b17-66bf-4559-8ed4-dd498dfec839": {
      "main": [
        [
          {
            "node": "be5bc890-2c59-437c-a9b7-da7da9bc309f",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4496d0d2-d27d-4e1e-bfe9-2a1fb553fc8e": {
      "main": [
        [
          {
            "node": "3147702d-d6c5-4e35-889e-11467eb6312e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "87d4bcd9-b9f5-4df6-a507-a97c471bf4c6": {
      "main": [
        [
          {
            "node": "5510f68f-f39e-43bd-a042-0cd276d1dfce",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "be5bc890-2c59-437c-a9b7-da7da9bc309f": {
      "main": [
        [
          {
            "node": "4496d0d2-d27d-4e1e-bfe9-2a1fb553fc8e",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "8e8e6025-a483-4c42-9cbf-571f7300e118": {
      "main": [
        [
          {
            "node": "f766d4a5-3ea8-4671-b520-fb977edad363",
            "type": "main",
            "index": 0
          },
          {
            "node": "1d93f5ee-8296-45d6-ae63-e007d90ca921",
            "type": "main",
            "index": 0
          },
          {
            "node": "e8dfc4c7-c25c-4ede-9deb-80e2290a515f",
            "type": "main",
            "index": 0
          },
          {
            "node": "8a2d501d-bdb4-4731-9f00-65dcb1e0ad86",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "f766d4a5-3ea8-4671-b520-fb977edad363": {
      "main": [
        [
          {
            "node": "c63d12b9-f4bd-47aa-954c-e8fc75fa079c",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "e8dfc4c7-c25c-4ede-9deb-80e2290a515f": {
      "main": [
        [
          {
            "node": "c63d12b9-f4bd-47aa-954c-e8fc75fa079c",
            "type": "main",
            "index": 2
          }
        ]
      ]
    },
    "1d93f5ee-8296-45d6-ae63-e007d90ca921": {
      "main": [
        [
          {
            "node": "c63d12b9-f4bd-47aa-954c-e8fc75fa079c",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "ee9206ad-b5e0-4750-8164-5d7912d52ea2": {
      "main": [
        [
          {
            "node": "22320b17-66bf-4559-8ed4-dd498dfec839",
            "type": "main",
            "index": 1
          }
        ]
      ]
    },
    "8a2d501d-bdb4-4731-9f00-65dcb1e0ad86": {
      "main": [
        [
          {
            "node": "ee9206ad-b5e0-4750-8164-5d7912d52ea2",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "1f330325-0ee9-442f-a155-5d3b09677591": {
      "main": [
        [
          {
            "node": "8e8e6025-a483-4c42-9cbf-571f7300e118",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5510f68f-f39e-43bd-a042-0cd276d1dfce": {
      "main": [
        [
          {
            "node": "22320b17-66bf-4559-8ed4-dd498dfec839",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "4f5d53ea-3c8a-419c-8817-3e0e471ac9da": {
      "ai_languageModel": [
        [
          {
            "node": "4496d0d2-d27d-4e1e-bfe9-2a1fb553fc8e",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}
よくある質問

このワークフローの使い方は?

上記のJSON設定コードをコピーし、n8nインスタンスで新しいワークフローを作成して「JSONからインポート」を選択、設定を貼り付けて認証情報を必要に応じて変更してください。

このワークフローはどんな場面に適していますか?

上級 - 仮想通貨取引, AI要約

有料ですか?

このワークフローは完全無料です。ただし、ワークフローで使用するサードパーティサービス(OpenAI APIなど)は別途料金が発生する場合があります。

ワークフロー情報
難易度
上級
ノード数22
カテゴリー2
ノードタイプ11
難易度説明

上級者向け、16ノード以上の複雑なワークフロー

作成者
Paul Abraham

Paul Abraham

@hellopaul

Software Engineer & Automation Consultant with over 3+ years in experience helping teams streamline workflows with n8n, APIs, and AI-driven solutions.

外部リンク
n8n.ioで表示

このワークフローを共有

カテゴリー

カテゴリー: 34