Skip to main content

Binance SM 1hour indicators tool

Workflow preview

Workflow preview
100%
Binance SM 1hour 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

Binance SM 1hour Indicators Tool A precision trading signal engine that interprets 1 hour candlestick indicators for Binance Spot Market pairs using a GPT 4.1 mini LLM. Ideal for swing traders 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 1hour indicators tool
Workflow name
Binance SM 1hour indicators tool

πŸ§ͺ Binance SM 1hour Indicators Tool

A precision trading signal engine that interprets 1-hour candlestick indicators for Binance Spot Market pairs using a GPT-4.1-mini LLM. Ideal for swing traders seeking directional bias and momentum clarity across medium timeframes.


πŸŽ₯ Watch Tutorial:

🎯 Purpose

This tool provides a structured 1-hour market read using:

  • RSI (Relative Strength Index)
  • MACD (Moving Average Convergence Divergence)
  • BBANDS (Bollinger Bands)
  • SMA & EMA (Simple and Exponential Moving Averages)
  • ADX (Average Directional Index)

It’s invoked as a sub-agent in broader AI workflows, such as the Binance Financial Analyst Tool and the Spot Market Quant AI Agent.


βš™οΈ Key Features

Feature Description
πŸ”„ Subworkflow Trigger Runs only when called by parent agent (not standalone)
🧠 GPT-4.1-mini LLM Translates numeric indicators into natural-language summaries
πŸ“Š Real-time Data Pulls latest 40Γ—1h candles via internal webhook from Binance
πŸ“₯ Input Format { "message": "ETHUSDT", "sessionId": "telegram_chat_id" }
πŸ“€ Output Format JSON summary + Telegram-friendly HTML overview

πŸ’‘ Example Output

πŸ“Š 1h Technical Overview – ETHUSDT

β€’ RSI: 59 (Neutral)  
β€’ MACD: Bullish Crossover  
β€’ BBANDS: Price at Upper Band  
β€’ EMA > SMA β†’ Positive Slope  
β€’ ADX: 28 β†’ Moderate Trend Strength

🧩 Use Cases

Scenario Result
Mid-frame market alignment Verifies momentum between 15m and 4h timeframes
Quant AI Agent input Supplies trend context for entry/exit decisions
Standalone medium-term signal snapshot Validates swing trade setups or filters noise

πŸ“¦ Installation Instructions

  1. Import workflow into your n8n instance

  2. Confirm internal webhook /1h-indicators is live and authorized

  3. Insert your OpenAI credentials for GPT-4.1-mini node

  4. Use only when triggered via:

    • Binance Financial Analyst Tool
    • Binance Spot Market Quant AI Agent

🧾 Licensing & Support

πŸ”— Don Jayamaha – LinkedIn linkedin.com/in/donjayamahajr

Β© 2025 Treasurium Capital Limited Company Architecture, prompts, and signal logic are proprietary. Redistribution or commercial use requires explicit licensing. No unauthorized cloning permitted.

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 1hour Indicators Agent

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

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

Binance SM 1hour Indicators Tool A precision trading signal engine that interprets 1 hour candlestick indicators for Binance Spot Market pairs using a GPT 4.1 mini LLM. Ideal for swing traders 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.