{
  "name": "Binance SM 4hour indicators tool",
  "nodes": [
    {
      "id": "b0fd1949-684e-44dc-895b-82d8203d6cd2",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -600,
        1140
      ]
    },
    {
      "id": "55b4c308-c31b-4709-a197-e06b2f85af28",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -360,
        1140
      ]
    },
    {
      "id": "c8342413-5338-4018-b647-b5cf03e954a3",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -780,
        880
      ]
    },
    {
      "id": "39651ecb-c1b5-45ad-8625-324d4a781c13",
      "name": "Binance SM 4hour Indicators Tool Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -380,
        880
      ]
    },
    {
      "id": "e881b384-5dfd-4b5b-b0c5-0f5e6ea1eb94",
      "name": "HTTP Request 4h Indicators Tool",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        -120,
        1120
      ]
    },
    {
      "id": "7e11f80e-a646-4757-855c-afe7217a0e16",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -840,
        620
      ],
      "parameters": {
        "width": null,
        "height": 440,
        "content": "## Workflow Trigger\nNode: When Executed by Another Workflow\nThis workflow does not start on its own — it is always triggered by:\n\n**Binance SM Financial Analyst Tool**\n\n**Binance Quant AI Agent**"
      }
    },
    {
      "id": "fcf62b46-38c1-4ea7-bff5-41a9698935f7",
      "name": "Sticky Note8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -500,
        720
      ],
      "parameters": {
        "width": 500,
        "height": 340,
        "content": "## System Reasoning Agent\nNode: **Binance SM 4hour Indicators Tool Agent**\n\nSystem prompt defines this as a **swing trend analyzer**.\nIt interprets indicator outputs and transforms them into labeled s"
      }
    },
    {
      "id": "0bc45ef5-54fd-419c-b392-a70b2c2cd513",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -660,
        1100
      ],
      "parameters": {
        "width": 220,
        "height": 600,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n##  OpenAI Chat Model\nNode: OpenAI Chat Model **(gpt-4.1-mini)**\n\nInterprets indicator values and returns Telegram-friendly summaries:\n\n\n•** RSI: 65 → Slightly overbought  \n• MACD: Bull"
      }
    },
    {
      "id": "ac0bfd01-4371-463a-80bf-ceb511985c18",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -420,
        1100
      ],
      "parameters": {
        "width": 220,
        "height": 520,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## Context Memory\nNode: Simple Memory\nStores session variables like symbol and prior state.\n\nUseful for:\n\n**Inter-agent coordination\n\nSymbol recall\n\nMulti-turn interaction state trackin"
      }
    },
    {
      "id": "eb18f07d-536d-4312-9a10-ae1ba5dce118",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -180,
        1100
      ],
      "parameters": {
        "width": 220,
        "height": 1000,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## Webhook Request (Core Tool)\nNode: HTTP Request 4h Indicators Tool\n\n**POSTs to:**\n\nhttps://treasurium.app.n8n.cloud/webhook/4h-indicators\n\nPayload:\n\njson\n{ \"symbol\": \"BNBUSDT\" }\n\nThis"
      }
    },
    {
      "id": "8a089b09-0478-45e8-ba59-e27c7448ef05",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        -400
      ],
      "parameters": {
        "width": 1280,
        "height": 2760,
        "content": "# ⏳ Binance SM 4hour Indicators Tool – Documentation\n\nA medium-term trend analyzer for the Binance Spot Market. This tool calculates and interprets key trading indicators using 4-hour candle data to h"
      }
    }
  ],
  "connections": {
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "Binance SM 4hour Indicators Tool Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Binance SM 4hour Indicators Tool Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request 4h Indicators Tool": {
      "ai_tool": [
        [
          {
            "node": "Binance SM 4hour Indicators Tool Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Binance SM 4hour Indicators Tool Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}