{
  "name": "Tesla 1hour indicators tool (mid-term technical analysis AI)",
  "nodes": [
    {
      "id": "90fa1515-d645-49cc-bbe9-88efc7c05bc2",
      "name": "When Executed by Another Workflow",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "position": [
        -220,
        320
      ]
    },
    {
      "id": "2123925c-429b-4bb0-b9fd-d12df9346864",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        340,
        620
      ]
    },
    {
      "id": "932cb634-cf3c-4af1-87b1-493163f276a4",
      "name": "Tesla 1hour Indicators Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        220,
        320
      ]
    },
    {
      "id": "9cadd77f-4bd8-4fb3-8a28-abb752d46d1a",
      "name": "1hour Data",
      "type": "n8n-nodes-base.httpRequestTool",
      "position": [
        720,
        600
      ]
    },
    {
      "id": "d5506353-220b-4d69-944b-e9e8717fff12",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        40,
        640
      ]
    },
    {
      "id": "d466ec91-0f23-450e-9d3e-a37ebd3066fe",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -300,
        120
      ],
      "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": "d115f574-e14c-4ec9-b406-c8aae73c7811",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -40,
        580
      ],
      "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 and long-term trend analysis and structured **JSON output**."
      }
    },
    {
      "id": "9886237d-db10-4aef-9d90-9c107aded17a",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        260,
        580
      ],
      "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": "b45a3a53-75b6-4d81-92e4-670ab1ad9509",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        640,
        560
      ],
      "parameters": {
        "width": null,
        "height": 480,
        "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n## 1-Hour Indicator Data from Alpha Vantage \nMakes an HTTP call to a secured **webhook**, which fetches Tesla 1-hour interval indicators **(RSI, BBANDS, SMA, EMA, ADX, MACD)** via **Alph"
      }
    },
    {
      "id": "be264bc5-7476-4b75-9179-424817016f71",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        140,
        60
      ],
      "parameters": {
        "width": 440,
        "height": 440,
        "content": "## Tesla 1-hour Technical Indicators AI\n\n• Processes the **webhook data** and **performs hourly timeframe evaluation for TSLA**.\n\n• Outputs a **JSON summary** of **market condition, trend state, and a"
      }
    },
    {
      "id": "4451336c-206e-4580-a386-bff3e8adeb35",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1040,
        -1140
      ],
      "parameters": {
        "width": 1520,
        "height": 2180,
        "content": "\n## 📘 Tesla 1hour Indicators Tool\n\n### 🔧 Purpose:\n\nThis tool analyzes Tesla (TSLA) market conditions on the **1-hour timeframe** using a comprehensive set of technical indicators. It identifies **mome"
      }
    }
  ],
  "connections": {
    "1hour Data": {
      "ai_tool": [
        [
          {
            "node": "Tesla 1hour Indicators Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "Tesla 1hour Indicators Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Tesla 1hour Indicators Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "When Executed by Another Workflow": {
      "main": [
        [
          {
            "node": "Tesla 1hour Indicators Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}