Block 1 - OpenAI Chat Model
- Type / Role
- @n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Binance SM 1hour Indicators Tool A precision trading signal engine that interprets 1 hour candlestick indicators for Binance Spot Market pairs using a GPT 4.1 mini LLM. Ideal for swing traders s...
@n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.memorybufferwindow, n8n-nodes-base.executeworkflowtrigger, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.httprequesttool, 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 sourceA precision trading signal engine that interprets 1-hour candlestick indicators for Binance Spot Market pairs using a GPT-4.1-mini LLM. Ideal for swing traders seeking directional bias and momentum clarity across medium timeframes.
This tool provides a structured 1-hour market read using:
Itβs invoked as a sub-agent in broader AI workflows, such as the Binance Financial Analyst Tool and the Spot Market Quant AI Agent.
| Feature | Description |
|---|---|
| π Subworkflow Trigger | Runs only when called by parent agent (not standalone) |
| π§ GPT-4.1-mini LLM | Translates numeric indicators into natural-language summaries |
| π Real-time Data | Pulls latest 40Γ1h candles via internal webhook from Binance |
| π₯ Input Format | { "message": "ETHUSDT", "sessionId": "telegram_chat_id" } |
| π€ Output Format | JSON summary + Telegram-friendly HTML overview |
π 1h Technical Overview β ETHUSDT
β’ RSI: 59 (Neutral)
β’ MACD: Bullish Crossover
β’ BBANDS: Price at Upper Band
β’ EMA > SMA β Positive Slope
β’ ADX: 28 β Moderate Trend Strength
| Scenario | Result |
|---|---|
| Mid-frame market alignment | Verifies momentum between 15m and 4h timeframes |
| Quant AI Agent input | Supplies trend context for entry/exit decisions |
| Standalone medium-term signal snapshot | Validates swing trade setups or filters noise |
Import workflow into your n8n instance
Confirm internal webhook /1h-indicators is live and authorized
Insert your OpenAI credentials for GPT-4.1-mini node
Use only when triggered via:
π Don Jayamaha β LinkedIn linkedin.com/in/donjayamahajr
Β© 2025 Treasurium Capital Limited Company Architecture, prompts, and signal logic are proprietary. Redistribution or commercial use requires explicit licensing. No unauthorized cloning permitted.
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 | Binance SM 1hour indicators tool |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Crypto Trading, AI Summarization |
| Author | Don Jayamaha Jr |
| Published | 06 Jun 2025 |
Use the JSON export at /data/workflows/4744/4744.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.
Binance SM 1hour Indicators Tool A precision trading signal engine that interprets 1 hour candlestick indicators for Binance Spot Market pairs using a GPT 4.1 mini LLM. Ideal for swing traders s...
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.