{
  "name": "Binance SM 1day indicators tool",
  "nodes": [
    {
      "id": "17fdc5ce-753b-4197-8f36-7f2b4df2fb39",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        3100,
        2040
      ]
    },
    {
      "id": "bfdcd736-dabb-40b3-82a4-55e8cef8cb18",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        3360,
        2060
      ]
    },
    {
      "id": "b7df590f-0c56-466d-a09c-b271f9f27c49",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        2940,
        1700
      ]
    },
    {
      "id": "0928613f-9c83-41d8-a761-03cd357ba78a",
      "name": "Binance SM 1day Indicators Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        3340,
        1700
      ]
    },
    {
      "id": "07b02663-cf9f-4532-a745-64f8400ca3b2",
      "name": "HTTP Request 1d Indicators Tool",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        3600,
        2020
      ]
    },
    {
      "id": "79a6b169-30b1-41c3-854e-5ec05ba21e69",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2880,
        1380
      ],
      "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": "d7466bfd-8c66-4342-a184-76b4e6652623",
      "name": "Sticky Note8",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3220,
        1500
      ],
      "parameters": {
        "width": 500,
        "height": 380,
        "content": "## Main Reasoning Agent\nNode: **Binance SM 1day Indicators Agent**\n\nYou calculate daily **RSI, MACD, Bollinger Bands, SMA, EMA, and ADX** for any Binance symbol. Your goal is to **detect macro sentime"
      }
    },
    {
      "id": "be007521-ac2c-484b-8053-7328cc3ee75c",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3020,
        2000
      ],
      "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**\nThis node interprets:\n\nWhether the trend is **forming, consolidating, or reversing**\n\nTags like **\"Bearish Reversa"
      }
    },
    {
      "id": "a7968e7d-4f05-4f2d-8a42-ec62f810b96b",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3280,
        2000
      ],
      "parameters": {
        "width": 220,
        "height": 520,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## Session Memory\nNode: **Simple Memory\nStores sessionId, symbol, and last-used indicators** for tracking across multi-timeframe reports."
      }
    },
    {
      "id": "4097c8e4-d2c0-41a9-806e-26ccdd02d03e",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3540,
        2000
      ],
      "parameters": {
        "width": 220,
        "height": 860,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## 1D Indicator Tool Call\nNode: HTTP Request 1d Indicators Tool\n\n**Sends a POST request to:**\n\n\nhttps://treasurium.app.n8n.cloud/webhook/1d-indicators\n\nPayload:\n\njson\n{\n  \"symbol\": \"SOL"
      }
    },
    {
      "id": "2070c387-3359-43f5-a358-6aefd983aea2",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        3960,
        340
      ],
      "parameters": {
        "width": 1400,
        "height": 2820,
        "content": "# 🗓️ Binance SM 1day Indicators Tool – Documentation\n\nThis workflow acts as the macro-trend analysis unit of the Binance Spot Market Quant AI Agent. It calculates long-term indicators using 1-day cand"
      }
    }
  ],
  "connections": {
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "Binance SM 1day Indicators Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Binance SM 1day Indicators Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request 1d Indicators Tool": {
      "ai_tool": [
        [
          {
            "node": "Binance SM 1day Indicators Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Binance SM 1day Indicators Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}