Skip to main content

Binance SM 15min indicators tool

Workflow preview

Workflow preview
100%
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.

1. Workflow 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 s...

Best for

  • Crypto Trading automation workflows
  • AI Summarization automation workflows
  • intermediate n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.memorybufferwindow, n8n-nodes-base.executeworkflowtrigger, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.httprequesttool, n8n-nodes-base.stickynote

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Don Jayamaha Jr.

Original n8n.io source

1.1 Workflow description

Title
Binance SM 15min indicators tool
Workflow name
Binance SM 15min indicators tool

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:


🧾 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

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - OpenAI Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 2 - Simple Memory

Type / Role
@n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
Config choices
Version 1.3

Block 3 - When Executed by Another Workflow

Type / Role
n8n-nodes-base.executeWorkflowTrigger - executeWorkflowTrigger
Config choices
Version 1.1

Block 4 - Binance SM 15min Indicators Agent

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

Block 5 - HTTP Request 15m Indicators Tool

Type / Role
n8n-nodes-base.httpRequestTool - httpRequestTool
Config choices
Version 4.2

Block 6 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Binance SM 15min indicators tool
Complexity intermediate
Nodes 11
Categories Crypto Trading, AI Summarization
Author Don Jayamaha Jr
Published 06 Jun 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4743/4743.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Binance SM 15min indicators tool do?

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 s...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Crypto Trading, AI Summarization use case.