{
  "name": "Binance SM 1hour indicators tool",
  "nodes": [
    {
      "id": "a6f12769-4e3c-43b7-a288-dc9ca6bbd191",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        760,
        840
      ]
    },
    {
      "id": "eec01f23-2628-4476-807f-a0a562496509",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        1000,
        840
      ]
    },
    {
      "id": "804c71f0-7c43-4caa-8194-dd0b9e8fe2d5",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        600,
        520
      ]
    },
    {
      "id": "551b288d-10ac-48e8-b4e1-ab36d0764b74",
      "name": "Binance SM 1hour Indicators Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        920,
        520
      ]
    },
    {
      "id": "fb7b461e-fde3-4e9e-a1e8-e2c5e863e0fb",
      "name": "HTTP Request 1h Indicators Tool",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        1240,
        820
      ]
    },
    {
      "id": "76059b12-d48f-46ec-87c0-bacfc6e9cb45",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        520,
        200
      ],
      "parameters": {
        "width": null,
        "height": 500,
        "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": "b090748a-f361-425e-962f-1bb36c17f6fa",
      "name": "Sticky Note8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        800,
        160
      ],
      "parameters": {
        "width": 500,
        "height": 540,
        "content": "## Main Reasoning Agent\nNode: **Binance SM 1hour Indicators Agent**\n\nYou are the **Binance 1-Hour Technical Indicator Agent**.\nYour job is to extract **momentum, direction, and structure using 1h indi"
      }
    },
    {
      "id": "af0c41e0-3e8c-4fa1-9012-a33913a71195",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        700,
        780
      ],
      "parameters": {
        "width": 220,
        "height": 520,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n##  OpenAI Chat Model\nNode: OpenAI Chat Model\nModel: **gpt-4.1-mini**\n\nTranslates raw indicator data into:\n\n**Natural signal summaries\n\nMomentum interpretations**\n\nSummary suitable for "
      }
    },
    {
      "id": "8099df6b-8407-41c0-8948-b48bc44d5126",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        940,
        780
      ],
      "parameters": {
        "width": 220,
        "height": 520,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## Memory System\nNode: Simple Memory\nStores **session context (sessionId, symbol, last query).**\nUsed for:\n\n**Persistent multi-turn interactions\n\nCross-agent symbol consistency**"
      }
    },
    {
      "id": "c767ae7b-0043-4c0b-9d59-44dce6fca107",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1180,
        780
      ],
      "parameters": {
        "width": 220,
        "height": 820,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## 1-Hour Indicator Webhook\nNode: HTTP Request 1h Indicators Tool\n\n**POSTs to:**\n\nhttps://treasurium.app.n8n.cloud/webhook/1h-indicators\n\nPayload:\n\njson\n{ \"symbol\": \"ETHUSDT\" }\n\nThe bac"
      }
    },
    {
      "id": "b7c581f0-c1c9-4007-8c32-62f603b719a5",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1660,
        -600
      ],
      "parameters": {
        "width": 1320,
        "height": 2820,
        "content": "# 🧪 Binance SM 1hour Indicators Tool – Documentation\n\nThis workflow calculates and interprets technical trading indicators using **1-hour candlestick data** from Binance for any Spot Market pair. It p"
      }
    }
  ],
  "connections": {
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "Binance SM 1hour Indicators Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Binance SM 1hour Indicators Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request 1h Indicators Tool": {
      "ai_tool": [
        [
          {
            "node": "Binance SM 1hour Indicators Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Binance SM 1hour Indicators Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}