{
  "name": "Analyze tradingview.com charts with Chrome extension, n8n and OpenAI",
  "nodes": [
    {
      "id": "0f38fe62-36d9-43da-a992-a3981377e89e",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -220,
        -20
      ]
    },
    {
      "id": "83959562-edf5-4d37-bd11-47186c6a31c7",
      "name": "OpenAI",
      "type": "@n8n/n8n-nodes-langchain.openAi",
      "position": [
        -40,
        -20
      ]
    },
    {
      "id": "c6f1f833-7ba3-49c5-86df-f586e6bb5975",
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        140,
        -20
      ]
    },
    {
      "id": "e3a38a76-283b-4567-a8da-315ef1e2bc4f",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -260,
        -140
      ],
      "parameters": {
        "width": 620,
        "height": 300,
        "content": "## N8N en OpenAI image analyser"
      }
    },
    {
      "id": "8e7e26db-8767-4727-ab0c-900b50a73411",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -80,
        180
      ],
      "parameters": {
        "width": null,
        "height": 340,
        "content": "## AI prompt\nYou are an expert financial analyst tasked with providing an advanced technical analyses of a stock or crypto currency chart provided. Your analysis will be based on various technical ind"
      }
    }
  ],
  "connections": {
    "OpenAI": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Webhook": {
      "main": [
        [
          {
            "node": "OpenAI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}