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.
A short term technical analysis agent for 15 minute candles on Binance Spot Market pairs. Calculates and interprets key trading indicators (RSI, MACD, BBANDS, ADX, SMA/EMA) and returns structured 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 short-term technical analysis agent for 15-minute candles on Binance Spot Market pairs. Calculates and interprets key trading indicators (RSI, MACD, BBANDS, ADX, SMA/EMA) and returns structured summaries, optimized for Telegram or downstream AI trading agents.
This tool is designed to be triggered by another workflow (such as the Binance SM Financial Analyst Tool or Binance Quant AI Agent) and is not intended for standalone use.
β±οΈ Uses 15-minute kline data (last 100 candles)
π Calculates: RSI, MACD, Bollinger Bands, SMA/EMA, ADX
π§ Interprets numeric data using GPT-4.1-mini
π€ Outputs concise, formatted analysis like:
β’ RSI: 72 β Overbought
β’ MACD: Cross Up
β’ BB: Expanding
β’ ADX: 34 β Strong Trend
> You are a short-term analysis tool for spotting volatility, early breakouts, and scalping setups.
Used by higher agents to determine:
Triggered externally by another workflow
Accepts input:
{
"message": "BTCUSDT",
"sessionId": "123456789"
}
Sends POST request to backend endpoint:
https://treasurium.app.n8n.cloud/webhook/15m-indicators
Fetches last 100 candles and calculates indicators
Passes data to GPT for interpretation
Returns summary with indicator tags for human readability
This tool is triggered by:
/15m-indicators webhook is active and calculates indicators correctly| Use Case | Result |
|---|---|
| Short-term trade decision for ETHUSDT | Receives 15m signal indicators summary |
| Input from Financial Analyst Tool | Returns real-time volatility snapshot |
| Telegram bot asks for βDOGE updateβ | Returns momentum indicators in 15m view |
Β© 2025 Treasurium Capital Limited Company Architecture, prompts, and trade report structure are IP-protected. No unauthorized rebranding or resale permitted.
π For support: Don Jayamaha β LinkedIn
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 15min 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/4743/4743.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.
A short term technical analysis agent for 15 minute candles on Binance Spot Market pairs. Calculates and interprets key trading indicators (RSI, MACD, BBANDS, ADX, SMA/EMA) and returns structured 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.