Block 1 - MACD 15min
- Type / Role
- n8n-nodes-base.httpRequest - httpRequest
- Config choices
- Version 4.2
This workflow is provided as-is. Please review and test before using in production.
This workflow serves as the central Alpha Vantage API fetcher for Tesla trading indicators, delivering cleaned 20 point JSON outputs for three timeframes: , , and . It is required by the followi...
n8n-nodes-base.httprequest, n8n-nodes-base.webhook, n8n-nodes-base.respondtowebhook, n8n-nodes-base.merge, n8n-nodes-base.code, 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π‘ This workflow serves as the central Alpha Vantage API fetcher for Tesla trading indicators, delivering cleaned 20-point JSON outputs for three timeframes: 15min, 1hour, and 1day.
It is required by the following agents:
β Requires an Alpha Vantage Premium API Key π Used as a sub-agent via webhook endpoints triggered by other workflows
For each timeframe (15min, 1h, 1d), this tool:
Triggers 6 technical indicators via Alpha Vantage:
Trims the raw response to the latest 20 data points
Reformats into a clean JSON structure:
{
"indicator": "MACD",
"timeframe": "1hour",
"data": {
"timestamp": "...",
"macd": 0.32,
"signal": 0.29
}
}
Returns results via Webhook Respond for the calling agent
π Alpha Vantage Premium API Key
Set up under Credentials > HTTP Query Auth
Alpha Vantage PremiumapikeyGet yours here: https://www.alphavantage.co/premium/
Import Workflow into n8n
Name it: Tesla_Quant_Technical_Indicators_Webhooks_Tool
Add HTTP Query Auth Credential
Name: Alpha Vantage Premium
Param key: apikey
Value: your Alpha Vantage key
Publish and Use the Webhooks This workflow exposes 3 endpoints:
/15minData β used by 15m Indicator Tool/1hourData β used by 1h Indicator Tool/1dayData β used by 1d Indicator ToolConnect via Execute Workflow or HTTP Request Ensure caller sends webhook trigger correctly to the path
Each timeframe section includes:
| Component | Details |
|---|---|
| π‘ Webhook Trigger | Entry node (/15minData, /1hourData, etc.) |
| π API Calls | 6 nodes fetching indicators via Alpha Vantage |
| π§Ή Formatters | JS Code nodes to clean and trim responses |
| π§© Merge Node | Consolidates cleaned JSONs |
| π Webhook Respond | Returns structured data to calling workflow |
β Webhook Entry: Instructions per timeframe β API Call Summary: Alpha Vantage endpoint for each indicator β Format Nodes: Explain JSON parsing and cleaning β Merge Logic: Final output format β Webhook Response: What gets returned to caller
All stickies follow n8n standard color-coding:
Β© 2025 Treasurium Capital Limited Company This agent is part of the Tesla Quant AI Trading System and protected under U.S. copyright.
For support: π Don Jayamaha β LinkedIn π n8n Creator Profile
π Use this API tool to feed Tesla technical indicators into any AI or trading agent across 15m, 1h, and 1d timeframes. Required for all Tesla Quant Agent indicator tools.
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.
Showing the first 24 of 61 workflow blocks. Download the JSON for the full node graph.
| Workflow | Tesla quant technical indicators webhooks tool |
|---|---|
| Complexity | advanced |
| Nodes | 61 |
| Categories | Crypto Trading |
| Author | Don Jayamaha Jr |
| Published | 16 May 2025 |
Use the JSON export at /data/workflows/4095/4095.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.
This workflow serves as the central Alpha Vantage API fetcher for Tesla trading indicators, delivering cleaned 20 point JSON outputs for three timeframes: , , and . It is required by the followi...
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 use case.