Skip to main content

Tesla 1hour indicators tool (mid-term technical analysis AI)

Workflow preview

Workflow preview
100%
Tesla 1hour indicators tool (mid-term technical analysis AI) preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Evaluate Tesla (TSLA) price action and market structure on the 1 hour timeframe using 6 real time indicators. This sub agent is designed to feed mid term technical insights into the [Tesla Finan...

Best for

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

Tools used

n8n-nodes-base.executeworkflowtrigger, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.httprequesttool, @n8n/n8n-nodes-langchain.lmchatopenai, 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 Don Jayamaha Jr.

Original n8n.io source

1.1 Workflow description

Title
Tesla 1hour indicators tool (mid-term technical analysis AI)
Workflow name
Tesla 1hour indicators tool (mid-term technical analysis AI)

πŸ•’ Evaluate Tesla (TSLA) price action and market structure on the 1-hour timeframe using 6 real-time indicators. This sub-agent is designed to feed mid-term technical insights into the Tesla Financial Market Data Analyst Tool. It uses GPT-4.1 to interpret Alpha Vantage indicator data delivered via secure webhooks.

⚠️ This workflow is not standalone and is executed via Execute Workflow. πŸ”Œ Requires:


πŸ”§ Connected Indicators

This tool fetches and analyzes the latest 20 datapoints for:

  • RSI (Relative Strength Index)
  • MACD (Moving Average Convergence Divergence)
  • BBANDS (Bollinger Bands)
  • SMA (Simple Moving Average)
  • EMA (Exponential Moving Average)
  • ADX (Average Directional Index)

πŸ“‹ Sample Output

{
  "summary": "TSLA is gaining strength on the 1-hour chart. RSI is rising, MACD has crossed bullish, and BBANDS are widening.",
  "timeframe": "1h",
  "indicators": {
    "RSI": 62.1,
    "BBANDS": {
      "upper": 176.90,
      "lower": 169.70,
      "middle": 173.30,
      "close": 176.30
    },
    "SMA": 174.20,
    "EMA": 175.60,
    "ADX": 27.5,
    "MACD": {
      "macd": 0.84,
      "signal": 0.65,
      "histogram": 0.19
    }
  }
}

🧠 Agent Components

Component Role
1hour Data Pulls Alpha Vantage indicator data via webhook
Tesla 1hour Indicators Agent Interprets signals using structured GPT-4.1 prompt
OpenAI Chat Model GPT-4.1 LLM performs analysis
Simple Memory Maintains session context

πŸ› οΈ Setup Instructions

  1. Import Workflow into n8n Name it: Tesla_1hour_Indicators_Tool

  2. Install the Webhook Fetcher Tool πŸ‘‰ Required: Tesla_Quant_Technical_Indicators_Webhooks_Tool

    • This agent expects webhook /1hourData to return pre-cleaned data
  3. Add Credentials

    • Alpha Vantage Premium API Key (via HTTP Query Auth)
    • OpenAI GPT-4.1 credentials
  4. Configure for Sub-Agent Use

    • Triggered only via Execute Workflow from: πŸ‘‰ Tesla Financial Market Data Analyst Tool

    • Inputs:

      • message (optional)
      • sessionId (required for memory linkage)

πŸ“Œ Sticky Notes Overview

🟒 Trigger Setup – Activated only by the parent agent πŸ“Š 1h Webhook Fetcher – Calls Alpha Vantage via secured endpoint 🧠 AI Agent Summary – Interprets trend/momentum from indicator data πŸ”— GPT Model Notes – GPT-4.1 parses and explains technical alignment πŸ“˜ Documentation Sticky – Embedded in canvas with full walkthrough


πŸ” Licensing & Support

Β© 2025 Treasurium Capital Limited Company This tool is part of a proprietary multi-agent AI architecture. No commercial reuse or redistribution permitted.

πŸ”— Author: Don Jayamaha πŸ”— Templates: https://n8n.io/creators/don-the-gem-dealer/


πŸš€ Detect TSLA trend shifts and validate setups with 1-hour technical clarityβ€”powered by Alpha Vantage + GPT-4.1. This tool is required by the Tesla Financial Market Data Analyst Tool.

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 - When Executed by Another Workflow

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

Block 2 - Simple Memory

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 3 - Tesla 1hour Indicators Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.8

Block 4 - 1hour Data

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 5 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 6 - Sticky Note

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

Block 7 - Sticky Note5

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

Block 8 - Sticky Note2

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

Block 9 - Sticky Note3

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

Block 10 - Sticky Note1

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

Block 11 - Sticky Note4

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

3. Summary Table

Workflow Tesla 1hour indicators tool (mid-term technical analysis AI)
Complexity intermediate
Nodes 11
Categories Crypto Trading, AI Summarization
Author Don Jayamaha Jr
Published 16 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4097/4097.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 Tesla 1hour indicators tool (mid-term technical analysis AI) do?

Evaluate Tesla (TSLA) price action and market structure on the 1 hour timeframe using 6 real time indicators. This sub agent is designed to feed mid term technical insights into the [Tesla Finan...

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, AI Summarization use case.