Skip to main content

Analyze tradingview.com charts with Chrome extension, n8n and OpenAI

Workflow preview

Workflow preview
100%
Analyze tradingview.com charts with Chrome extension, n8n and OpenAI preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This flow is supported by a Chrome plugin created with Cursor AI. The idea was to create a Chrome plugin and a backend service in N8N to do chart analytics with OpenAI. It's a good sample on how to...

Best for

  • Crypto Trading automation workflows
  • Multimodal AI automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

n8n-nodes-base.webhook, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.respondtowebhook, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Hans Blaauw.

Original n8n.io source

1.1 Workflow description

Title
Analyze tradingview.com charts with Chrome extension, n8n and OpenAI
Workflow name
Analyze tradingview.com charts with Chrome extension, n8n and OpenAI

This flow is supported by a Chrome plugin created with Cursor AI.

The idea was to create a Chrome plugin and a backend service in N8N to do chart analytics with OpenAI. It's a good sample on how to submit a screenshot from the browser to N8N.

Who is it for? N8N developers who want to learn about using a Chrome plugin, an N8N webhook and OpenAI.

What opportunity does it present? This sample opens up a whole range of N8N connected Chrome extensions that can analyze screenshots by using OpenAI.

What this workflow does? The workflow contains:

  • a webhook trigger
  • an OpenAI node with GPT-4O-MINI and Analyze Image selected
  • a response node to send back the Text that was created after analysing the screenshot.

All this is needed to talk to the Chrome extension which is created with Cursor AI.

The idea is to visit the tradingview.com crypto charts, click the Chrome plugin and get back analytics about the shown chart in understandable language. This is driven by the N8N flow.

With the new image analytics capabilities of OpenAI this opens up a world of opportunities.

Requirements/setup

  • OpenAI API key
  • Cursor AI installed
  • The Chrome extension. Download
  • The N8N JSON code. Download

How to customize it to your needs? Both the Chrome extension and N8N flow can be adapted to use on other websites. You can consider:

  • analyzing a financial screen and ask questions about the data shown
  • analyzing other charts
  • extending the N8N workflow with other AI nodes

With AI and image analytics the sky is the limit and in some cases it saves you from creating complex API integrations.

Download Chrome extension

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Webhook

Type / Role
n8n-nodes-base.webhook - webhook
Config choices
Version 2

Block 2 - OpenAI

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.7

Block 3 - Respond to Webhook

Type / Role
n8n-nodes-base.respondToWebhook - respondToWebhook
Config choices
Version 1.1

Block 4 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Analyze tradingview.com charts with Chrome extension, n8n and OpenAI
Complexity intermediate
Nodes 5
Categories Crypto Trading, Multimodal AI
Author Hans Blaauw
Published 16 Dec 2024

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/2642/2642.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Analyze tradingview.com charts with Chrome extension, n8n and OpenAI do?

This flow is supported by a Chrome plugin created with Cursor AI. The idea was to create a Chrome plugin and a backend service in N8N to do chart analytics with OpenAI. It's a good sample on how to...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading, Multimodal AI use case.