⏱️ 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:
Alpha Vantage Premium API Key
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:
The output is a structured JSON with:
15m
){
"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
}
}
Module | Role |
---|---|
Webhook Data Node | Calls /15minData endpoint for Alpha Vantage indicators |
LangChain Agent | Parses indicator payloads and generates reasoning |
OpenAI GPT-4.1 | Powers the AI logic to interpret technical structure |
Memory Module | Maintains session consistency for multi-agent calls |
Import Workflow into n8n
Name it: Tesla_15min_Indicators_Tool
Configure Webhook Source
Tesla_Quant_Technical_Indicators_Webhooks_Tool
/15minData
is publicly reachable (or tunnel-enabled)Add Credentials
HTTP Query Auth
)OpenAI Chat Model
)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)🟢 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
© 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.