Binance SM 1hour Indicators Tool

Go to Workflow
743 views
Built by Don Jayamaha Jr Don Jayamaha Jr
Created on June 05, 2026

Description

πŸ§ͺ 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 seeking directional bias and momentum clarity across medium timeframes.

πŸŽ₯ Watch Tutorial:

🎯 Purpose

This tool provides a structured 1-hour market read using:

RSI** (Relative Strength Index)
MACD** (Moving Average Convergence Divergence)
BBANDS** (Bollinger Bands)
SMA & EMA** (Simple and Exponential Moving Averages)
ADX** (Average Directional Index)

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.

βš™οΈ Key Features

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

πŸ’‘ Example Output

πŸ“Š 1h Technical Overview – ETHUSDT

β€’ RSI: 59 (Neutral)
β€’ MACD: Bullish Crossover
β€’ BBANDS: Price at Upper Band
β€’ EMA > SMA β†’ Positive Slope
β€’ ADX: 28 β†’ Moderate Trend Strength

🧩 Use Cases

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

πŸ“¦ Installation Instructions

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:

Binance Financial Analyst Tool
Binance Spot Market Quant AI Agent

🧾 Licensing & Support

πŸ”— 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.

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