{
  "name": "Tesla 1day indicators tool (Macro-Level Technical AI)",
  "nodes": [
    {
      "id": "9eb2431e-0649-4cda-b3a7-8f9480538581",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        160,
        -200
      ]
    },
    {
      "id": "00654438-d958-4503-b735-57c3c5d43ffe",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        680,
        100
      ]
    },
    {
      "id": "a2c45d6b-fc24-4701-a82c-aad504ed551a",
      "name": "Tesla 1day Indicators Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        580,
        -200
      ]
    },
    {
      "id": "a952286a-2848-49eb-93cc-6336bf4c2ea3",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        340,
        120
      ]
    },
    {
      "id": "04d50d38-9bbf-4676-a76a-f23fa65a317d",
      "name": "1day Data",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        1040,
        100
      ]
    },
    {
      "id": "86bba663-c22a-4b41-ab2b-c12baac09eac",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        520,
        -440
      ],
      "parameters": {
        "width": 420,
        "height": 420,
        "content": "## Tesla 1-Day Technical Indicators AI\n\n• Processes the **webhook data** and **performs daily timeframe evaluation for TSLA**.\n\n• Outputs a **JSON summary** of **market condition, trend state, and all"
      }
    },
    {
      "id": "cdc88028-e238-40ed-9cf6-1fb644322a8c",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        -400
      ],
      "parameters": {
        "width": 280,
        "height": 380,
        "content": "## Trigger from Parent Workflow \nThis node activates the workflow when called to execute Workflow action from the **Tesla Financial Market Analyst Tool**. Ensure proper inputs **message, sessionId** a"
      }
    },
    {
      "id": "c40b515d-7888-4bb4-80df-f0b824bdf776",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        260,
        60
      ],
      "parameters": {
        "width": null,
        "height": 380,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n## GPT Model for Reasoning \nUtilizes **OpenAI GPT-4.1** to interpret **technical indicators** and generate long-term trend analysis and structured **JSON output**."
      }
    },
    {
      "id": "07a5c3c4-a9ee-4a19-a7e7-e1fa38ddeca1",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        600,
        60
      ],
      "parameters": {
        "width": null,
        "height": 380,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n## Short-Term Memory Module\nMaintains context across requests within the same session. Supports consistent logic between indicator evaluations for the **Tesla Financial Market Analyst Too"
      }
    },
    {
      "id": "4bc1a27f-b082-4983-94cf-2863add312fc",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        960,
        60
      ],
      "parameters": {
        "width": null,
        "height": 480,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n## 1-Day Indicator Data from Alpha Vantage \nMakes an HTTP call to a secured **webhook**, which fetches Tesla 1-day interval indicators **(RSI, BBANDS, SMA, EMA, ADX, MACD)** via **Alpha "
      }
    },
    {
      "id": "431807cd-8af2-471a-9181-179c94c1c9d6",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1400,
        -1760
      ],
      "parameters": {
        "width": 1240,
        "height": 2300,
        "content": "\n## 📘 Tesla 1-Day Indicators Tool\n\n### 🔧 Purpose\n\nThis tool analyzes **daily timeframe technical indicators** for TSLA using Alpha Vantage. It evaluates long-term market conditions, trend momentum, an"
      }
    }
  ],
  "connections": {
    "1day Data": {
      "ai_tool": [
        [
          {
            "node": "Tesla 1day Indicators Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "Tesla 1day Indicators Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Tesla 1day Indicators Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Tesla 1day Indicators Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}