Skip to main content

Binance SM 4hour indicators tool

Workflow preview

Workflow preview
100%
Binance SM 4hour 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 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 :...

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 4hour indicators tool
Workflow name
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

  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

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 4hour Indicators Tool Agent

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

Block 5 - HTTP Request 4h 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 4hour 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/4745/4745.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 4hour indicators tool do?

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