Skip to main content

Binance SM 15min indicators tool

Workflow preview

Binance SM 15min indicators tool preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

Overview

A short-term technical analysis agent for 15-minute candles on Binance Spot Market pairs. Calculates and interprets key trading indicators (RSI, MACD, BBANDS, ADX, SMA/EMA) and returns structured summaries, optimized for Telegram or downstream AI trading agents.

This tool is designed to be triggered by another workflow (such as the Binance SM Financial Analyst Tool or Binance Quant AI Agent) and is not intended for standalone use.


πŸ”§ Key Features

  • ⏱️ Uses 15-minute kline data (last 100 candles)

  • πŸ“ˆ Calculates: RSI, MACD, Bollinger Bands, SMA/EMA, ADX

  • 🧠 Interprets numeric data using GPT-4.1-mini

  • πŸ“€ Outputs concise, formatted analysis like:

    β€’ RSI: 72 β†’ Overbought  
    β€’ MACD: Cross Up  
    β€’ BB: Expanding  
    β€’ ADX: 34 β†’ Strong Trend
    

🧠 AI Agent Purpose

> You are a short-term analysis tool for spotting volatility, early breakouts, and scalping setups.

Used by higher agents to determine:

  • Entry/exit precision
  • Momentum shifts
  • Scalping opportunities

βš™οΈ How it Works

  1. Triggered externally by another workflow

  2. Accepts input:

    {
      "message": "BTCUSDT",
      "sessionId": "123456789"
    }
    
  3. Sends POST request to backend endpoint:

    https://treasurium.app.n8n.cloud/webhook/15m-indicators
    
  4. Fetches last 100 candles and calculates indicators

  5. Passes data to GPT for interpretation

  6. Returns summary with indicator tags for human readability


πŸ”— Dependencies

This tool is triggered by:

  • βœ… Binance SM Financial Analyst Tool
  • βœ… Binance Spot Market Quant AI Agent

πŸš€ Setup Instructions

  1. Import into your n8n instance
  2. Make sure /15m-indicators webhook is active and calculates indicators correctly
  3. Connect your OpenAI GPT-4.1-mini credentials
  4. Trigger from upstream agent with Binance symbol and session ID
  5. Ensure all external calls (to Binance + webhook) are working

πŸ§ͺ Example Use Cases

Use Case Result
Short-term trade decision for ETHUSDT Receives 15m signal indicators summary
Input from Financial Analyst Tool Returns real-time volatility snapshot
Telegram bot asks for β€œDOGE update” Returns momentum indicators in 15m view

πŸŽ₯ Watch Tutorial: Click to Watch


🧾 Licensing & Attribution

Β© 2025 Treasurium Capital Limited Company Architecture, prompts, and trade report structure are IP-protected. No unauthorized rebranding or resale permitted.

πŸ”— For support: Don Jayamaha – LinkedIn