n8nflow.net logo

Binance SM 4hour Indicators Tool

by Don Jayamaha Jrβ€’Updated: Last update 3 months agoβ€’Source: n8n.io
Loading workflow viewer...

Getting Started

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 :

Click to Watch

🎯 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 CaseResult
Swing trend confirmationUses 4h indicators to validate or reject setups
Breakout signal confluenceHelps assess if momentum is real or noise
Inputs to Quant AI or AnalystSupports higher-frame trade recommendation synthesis

πŸ› οΈ Setup Instructions

  1. Import the JSON template into your n8n workspace.
  2. Set your OpenAI API credentials for the GPT node.
  3. Ensure the /webhook/4h-indicators backend tool is live and accessible.
  4. 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