Block 1 - When Executed by Another Workflow
- Type / Role
- n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
- Config choices
- Version 1.1
This workflow is provided as-is. Please review and test before using in production.
️ 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 i...
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
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⏱️ 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 KeyThis 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.
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.
| Workflow | Tesla 15min indicators tool (short-term AI technical analysis) |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Crypto Trading, AI Summarization |
| Author | Don Jayamaha Jr |
| Published | 16 May 2025 |
Use the JSON export at /data/workflows/4096/4096.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
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.
️ 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 i...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
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.