πŸ“ˆ Tesla 1hour indicators tool (mid-term technical analysis AI)

⚑ 823 views Β· πŸ“ˆ Crypto Trading & Stock Market

Description

πŸ•’ 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:


πŸ“‹ 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

ComponentRole
1hour DataPulls Alpha Vantage indicator data via webhook
Tesla 1hour Indicators AgentInterprets signals using structured GPT-4.1 prompt
OpenAI Chat ModelGPT-4.1 LLM performs analysis
Simple MemoryMaintains 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.

πŸ”— Nodes Used

Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Simple Memory

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup