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.
This advanced agent analyzes long term price action in the Binance Spot Market using 1 day candles. It calculates key macro indicators like RSI, MACD, BBANDS, EMA, SMA, and ADX to identify high con...
@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 sourceThis advanced agent analyzes long-term price action in the Binance Spot Market using 1-day candles. It calculates key macro indicators like RSI, MACD, BBANDS, EMA, SMA, and ADX to identify high-confidence trend setups and market momentum. Used by the Quant AI system for directional bias and macro-level signal validation.
| Feature | Description |
|---|---|
| ๐ Trigger | Called by parent workflows via Execute Workflow |
| ๐ฅ Input Format | { "message": "MATICUSDT", "sessionId": "telegram_id" } |
| ๐ก Webhook Call | Sends request to internal 1d indicators webhook |
| ๐งฎ Technical Indicators | RSI, MACD, BBANDS, EMA, SMA, ADX (based on 40 daily candles) |
| ๐ง GPT (gpt-4.1-mini) Agent | Interprets numerical data into human-readable trend signals |
| ๐ฌ Output | Summary suitable for Telegram or further agent consumption |
https://treasurium.app.n8n.cloud/webhook/1d-indicatorsSends:
{
"symbol": "SOLUSDT"
}
| Indicator | Purpose |
|---|---|
| RSI (14) | Overbought / Oversold Signals |
| MACD (12,26,9) | Trend Reversals / Momentum |
| BBANDS (20, 2) | Volatility Expansion |
| EMA (20) | Short-Term Trend Confirmation |
| SMA (20) | Macro-Level Support/Resistance |
| ADX (14) | Trend Strength + Directional DI |
Import the JSON into n8n.
Add your OpenAI API credentials.
Ensure webhook /1d-indicators is connected and working.
Use this agent as a sub-workflow in:
๐
1D Overview โ MATICUSDT
โข RSI: 71 โ Overbought
โข MACD: Bearish Cross forming
โข BBANDS: Widening Volatility
โข EMA < SMA โ Downtrend Momentum
โข ADX: 33 โ High Trend Strength
ยฉ 2025 Treasurium Capital Limited Company Architecture, prompts, and trade report structure are IP-protected. No unauthorized rebranding permitted.
๐ Need help? Reach out on 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 | Binance SM 1day 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/4746/4746.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 advanced agent analyzes long term price action in the Binance Spot Market using 1 day candles. It calculates key macro indicators like RSI, MACD, BBANDS, EMA, SMA, and ADX to identify high con...
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.