πŸ“ˆ Tesla 15min indicators tool (short-term AI technical analysis)

⚑ 1,338 views Β· πŸ“ˆ Crypto Trading & Stock Market

Description

⏱️ Analyze Tesla (TSLA) short-term market structure and momentum using 6 technical indicators on the 15-minute timeframe. This AI agent tool is part of the Tesla Quant Trading AI Agent system. It is designed to detect intraday shifts in volatility, trend strength, and potential reversal signals.

⚠️ Not standalone. This agent is triggered via Execute Workflow by the Tesla Financial Market Data Analyst Tool.

πŸ”Œ Requires:


πŸ“Š What It Does

This workflow pulls the latest 20 data points for 6 key technical indicators from a webhook-powered source, then uses GPT-4.1 to interpret market momentum and structure:

Connected Indicators:

The output is a structured JSON with:


πŸ“‹ Sample Output

{
  "summary": "TSLA shows fading momentum. RSI dropped below 60, MACD is flattening, and BBANDS are tightening. Expect short-term consolidation.",
  "timeframe": "15m",
  "indicators": {
    "RSI": 58.3,
    "MACD": {
      "macd": -0.020,
      "signal": -0.018,
      "histogram": -0.002
    },
    "BBANDS": {
      "upper": 183.10,
      "lower": 176.70,
      "middle": 179.90,
      "close": 177.60
    },
    "SMA": 178.20,
    "EMA": 177.70,
    "ADX": 19.6
  }
}

🧠 Agent Components

ModuleRole
Webhook Data NodeCalls /15minData endpoint for Alpha Vantage indicators
LangChain AgentParses indicator payloads and generates reasoning
OpenAI GPT-4.1Powers the AI logic to interpret technical structure
Memory ModuleMaintains session consistency for multi-agent calls

πŸ› οΈ Setup Instructions

  1. Import Workflow into n8n Name it: Tesla_15min_Indicators_Tool

  2. Configure Webhook Source

    • Install and publish: Tesla_Quant_Technical_Indicators_Webhooks_Tool
    • Ensure /15minData is publicly reachable (or tunnel-enabled)
  3. Add Credentials

    • Alpha Vantage API Key (HTTP Query Auth)
    • OpenAI GPT-4.1 (OpenAI Chat Model)
  4. Link as Sub-Agent This workflow is not triggered manually. It is executed using Execute Workflow by: πŸ‘‰ Tesla_Financial_Market_Data_Analyst_Tool Pass in:

    • message (optional)
    • sessionId (for short-term memory linkage)

πŸ“Œ Sticky Notes Summary

🟒 Trigger Integration – Receives sessionId and message from parent 🟑 Webhook Fetcher – Pulls Alpha Vantage data from /15minData 🧠 GPT-4.1 Reasoning – Produces structured JSON insight πŸ”΅ Session Memory – Maintains evaluation flow across tools πŸ“˜ Tool Description – Explains indicator use and AI output format


πŸ”’ Licensing & Author

Β© 2025 Treasurium Capital Limited Company All logic, formatting, and agent design are protected under copyright. No resale or public re-use without permission.

Created by: Don Jayamaha Creator Profile: https://n8n.io/creators/don-the-gem-dealer/


πŸš€ Build faster intraday Tesla trading models using clean 15-minute indicator insightsβ€”processed by AI. 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