Binance SM 4hour Indicators Tool
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-indicators backend 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
Related Templates
Task Deadline Reminders with Google Sheets, ChatGPT, and Gmail
Intro This template is for project managers, team leads, or anyone who wants to automatically remind teammates of tasks ...
Use OpenRouter in n8n versions <1.78
What it is: In version 1.78, n8n introduced a dedicated node to use the OpenRouter service, which lets you to use a lot...
π€ Build Resilient AI Workflows with Automatic GPT and Gemini Failover Chain
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. How it works This...
π Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments