๐ Binance SM 4hour indicators tool
โก 3,900 views ยท ๐ Crypto Trading & Stock Market
Description
A medium-term trend analyzer for the Binance Spot Market that leverages core technical indicators across 4-hour candle data to provide human-readable swing-trade signals via AI.
๐ฅ Watch Tutorial:

๐ฏ What It Does
- Accepts a Binance trading pair (e.g.,
AVAXUSDT) - Sends the symbol to an internal webhook for technical indicator calculation
- Computes 4h RSI, MACD, Bollinger Bands, SMA, EMA, ADX
- Returns structured, GPT-analyzed signals ready for Telegram delivery
๐ง AI Agent Details
- Model: GPT-4.1-mini (OpenAI Chat)
- Agent Role: Translates raw indicator values into sentiment-labeled signals
- Memory: Tracks session + symbol context for cleaner multi-turn logic
๐ Required Backend Workflow
To calculate indicators, this tool depends on:
POST https://treasurium.app.n8n.cloud/webhook/4h-indicators
{
"symbol": "AVAXUSDT"
}
Returns a JSON object with the latest 40ร4h candle-based calculations.
๐ฅ Input Format
{
"message": "AVAXUSDT",
"sessionId": "telegram_chat_id"
}
๐ Sample Output
๐ 4h Technical Signals โ AVAXUSDT
โข RSI: 64 โ Slightly Bullish
โข MACD: Bullish Cross above baseline
โข BB: Upper band touch โ volatility expanding
โข EMA > SMA โ Confirmed Upside Momentum
โข ADX: 31 โ Strengthening Trend
๐ Use Case Scenarios
| Use Case | Result |
|---|---|
| Swing trend confirmation | Uses 4h indicators to validate or reject setups |
| Breakout signal confluence | Helps assess if momentum is real or noise |
| Inputs to Quant AI or Analyst | Supports higher-frame trade recommendation synthesis |
๐ ๏ธ Setup Instructions
- Import the JSON template into your n8n workspace.
- Set your OpenAI API credentials for the GPT node.
- Ensure the
/webhook/4h-indicatorsbackend tool is live and accessible. - Connect this to your Binance Financial Analyst Tool or master Quant AI orchestrator.
๐ค Parent Workflows That Use This Tool
- Binance SM Financial Analyst Tool
- Binance Spot Market Quant AI Agent
๐ Sticky Notes & Annotations
This workflow includes internal sticky notes describing:
- Node roles (GPT, webhook, memory)
- System behavior (reasoning agent logic)
- Telegram formatting guidance
๐ Licensing & Attribution
ยฉ 2025 Treasurium Capital Limited Company All architecture, prompt logic, and signal formatting are proprietary. Redistribution or rebranding is prohibited.
๐ Connect with the creator: Don Jayamaha โ LinkedIn
๐ Nodes Used
Execute Workflow Trigger, AI Agent, OpenAI Chat Model, Simple Memory
๐ฅ Import
Download workflow.json and import into n8n:
Workflow menu โ Import from File