πŸ“ˆ Binance SM 15min indicators tool

⚑ 5,429 views Β· πŸ“ˆ Crypto Trading & Stock Market

Description

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


🧠 AI Agent Purpose

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

Used by higher agents to determine:


βš™οΈ 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:


πŸš€ 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 CaseResult
Short-term trade decision for ETHUSDTReceives 15m signal indicators summary
Input from Financial Analyst ToolReturns 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

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

πŸ“– Importing guide Β· πŸ”‘ Credential setup