{
  "name": "Tesla 15min indicators tool (short-term AI technical analysis)",
  "nodes": [
    {
      "id": "0ce5c7ad-3c00-4df1-8acd-afb36edad51b",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        100,
        520
      ]
    },
    {
      "id": "8b3a63a1-7396-44e4-aa76-7219c9a23475",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        660,
        840
      ]
    },
    {
      "id": "7e7e41c0-6252-4b5c-b19e-b987ed062a58",
      "name": "Tesla 15min Indicators Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        540,
        520
      ]
    },
    {
      "id": "f27bb85f-f3c4-402a-bfe2-4d83c580df1f",
      "name": "15min Data",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        1040,
        840
      ]
    },
    {
      "id": "ded3177e-e7be-452f-87ff-6673ed49e009",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        300,
        860
      ]
    },
    {
      "id": "1bd29e02-014a-47e1-b76f-46534c1b471c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        320
      ],
      "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": "a03a615f-39e6-4997-8ea2-93995051a648",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        220,
        800
      ],
      "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 short-term trend analysis and structured **JSON output**."
      }
    },
    {
      "id": "4dc5fcc9-e991-48dd-b0e7-23e1d4bc4afb",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        560,
        800
      ],
      "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": "19f04c94-2c21-44fd-8fe5-54472b2849a5",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        960,
        800
      ],
      "parameters": {
        "width": null,
        "height": 500,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n## 15-Minute Indicator Data from Alpha Vantage \nMakes an HTTP call to a secured **webhook**, which fetches Tesla 15-minute interval indicators **(RSI, BBANDS, SMA, EMA, ADX, MACD)** via "
      }
    },
    {
      "id": "6f9e64bf-e1ae-4d12-81da-cc1c0f2e8596",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        440,
        280
      ],
      "parameters": {
        "width": 480,
        "height": 440,
        "content": "## Tesla 15-minute Technical Indicators AI\n\n• Processes the **webhook data** and **performs 15min timeframe evaluation for TSLA**.\n\n• Outputs a **JSON summary** of **market condition, trend state, and"
      }
    },
    {
      "id": "e05e507d-8d73-4bbd-b147-9d1c4d8e0a81",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1360,
        -900
      ],
      "parameters": {
        "width": 1560,
        "height": 2200,
        "content": "## 📘 Tesla 15min Indicators Tool\n\n### 🔧 Purpose:\n\nThis workflow analyzes **short-term market conditions** for Tesla (TSLA) using a comprehensive set of technical indicators on the **15-minute timefram"
      }
    }
  ],
  "connections": {
    "15min Data": {
      "ai_tool": [
        [
          {
            "node": "Tesla 15min Indicators Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "Tesla 15min Indicators Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Tesla 15min Indicators Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Tesla 15min Indicators Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}