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.
This workflow powers the Binance Spot Market Quant AI Agent , acting as the Financial Market Analyst . It fuses real time market structure data (price, volume, kline) with multiple timeframe techni...
n8n-nodes-base.executeworkflowtrigger, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.toolworkflow, 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 sourceThis workflow powers the Binance Spot Market Quant AI Agent, acting as the Financial Market Analyst. It fuses real-time market structure data (price, volume, kline) with multiple timeframe technical indicators (15m, 1h, 4h, 1d) and returns a structured trading outlook—perfect for intraday and swing traders who want actionable analysis in Telegram.
🔗 Requires the following sub-workflows to function: • Binance SM 15min Indicators Tool • Binance SM 1hour Indicators Tool • Binance SM 4hour Indicators Tool • Binance SM 1day Indicators Tool • Binance SM Price/24hStats/Kline Tool
{
"message": "SOLUSDT",
"sessionId": "654321123"
}
📊 SOLUSDT Market Snapshot
💰 Price: $156.75
📉 24h Stats: High $160.10 | Low $149.00 | Volume: 1.1M SOL
🧪 4h Indicators:
• RSI: 58.2 (Neutral-Bullish)
• MACD: Crossover Up
• BB: Squeezing Near Upper Band
• ADX: 25.7 (Rising Trend)
📈 Resistance: $163
📉 Support: $148
| Scenario | Outcome |
|---|---|
| User asks for “BTC outlook” | Returns 1h + 4h + 1d indicators + live price + key levels |
| Telegram bot prompt: “DOGE now” | Returns short-term 15m + 1h analysis snapshot |
| Strategy trigger inside n8n | Enables other workflows to consume structured signal data |
© 2025 Treasurium Capital Limited Company Architecture, prompts, and trade report structure are IP-protected. No unauthorized rebranding or redistribution permitted.
🔗 For support: LinkedIn – Don Jayamaha
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 | Get Binance spot market financial analysis via Telegram with GPT-4o |
|---|---|
| Complexity | advanced |
| Nodes | 19 |
| Categories | Crypto Trading, AI Summarization |
| Author | Don Jayamaha Jr |
| Published | 06 Jun 2025 |
Use the JSON export at /data/workflows/4741/4741.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 powers the Binance Spot Market Quant AI Agent , acting as the Financial Market Analyst . It fuses real time market structure data (price, volume, kline) with multiple timeframe techni...
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.