Binance SM 1day Indicators Tool

Go to Workflow
680 views
Built by Don Jayamaha Jr Don Jayamaha Jr
Created on June 07, 2026

Description

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-confidence trend setups and market momentum. Used by the Quant AI system for directional bias and macro-level signal validation.

๐ŸŽฅ Watch Tutorial:

๐ŸŽฏ Purpose

Detect major trend reversals, consolidation zones, and macro bias
Support long-term swing trading decisions
Provide reliable 1-day signals for downstream agents

๐Ÿง  Core Features

| 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 |

๐Ÿ”— External Tools Called

https://treasurium.app.n8n.cloud/webhook/1d-indicators

Sends:

{
"symbol": "SOLUSDT"
}

๐Ÿ“Š Indicator Calculations

| 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 |

๐Ÿ“ฆ Setup

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:

Binance SM Financial Analyst Tool
Binance Spot Market Quant AI Agent

๐Ÿ“ค Output Example

๐Ÿ“… 1D Overview โ€“ MATICUSDT

โ€ข RSI: 71 โ†’ Overbought
โ€ข MACD: Bearish Cross forming
โ€ข BBANDS: Widening Volatility
โ€ข EMA < SMA โ†’ Downtrend Momentum
โ€ข ADX: 33 โ†’ High Trend Strength

๐Ÿ“Œ Notes

Not user-facing โ€” outputs are structured JSON or Telegram-style summaries.
Pairs well with shorter timeframe tools (15mโ€“4h) for confidence stacking.

๐Ÿงพ Licensing & Attribution

ยฉ 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

Nodes Used (3)

AI Agent
@n8n/n8n-nodes-langchain.agent
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Simple Memory
@n8n/n8n-nodes-langchain.memoryBufferWindow