Skip to main content

Binance SM 1day indicators tool

Workflow preview

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

This advanced agent analyzes long term price action in the Binance Spot Market using 1 day candles. It calculates key macro indicators like RSI, MACD, BBANDS, EMA, SMA, and ADX to identify high con...

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 1day indicators tool
Workflow name
Binance SM 1day indicators tool

This advanced agent analyzes long-term price action in the Binance Spot Market using 1-day candles. It calculates key macro indicators like RSI, MACD, BBANDS, EMA, SMA, and ADX to identify high-confidence trend setups and market momentum. Used by the Quant AI system for directional bias and macro-level signal validation.


๐ŸŽฅ Watch Tutorial:

๐ŸŽฏ Purpose

  • Detect major trend reversals, consolidation zones, and macro bias
  • Support long-term swing trading decisions
  • Provide reliable 1-day signals for downstream agents

๐Ÿง  Core Features

Feature Description
๐Ÿ” Trigger Called by parent workflows via Execute Workflow
๐Ÿ“ฅ Input Format { "message": "MATICUSDT", "sessionId": "telegram_id" }
๐Ÿ“ก Webhook Call Sends request to internal 1d indicators webhook
๐Ÿงฎ Technical Indicators RSI, MACD, BBANDS, EMA, SMA, ADX (based on 40 daily candles)
๐Ÿง  GPT (gpt-4.1-mini) Agent Interprets numerical data into human-readable trend signals
๐Ÿ’ฌ Output Summary suitable for Telegram or further agent consumption

๐Ÿ”— External Tools Called

  • https://treasurium.app.n8n.cloud/webhook/1d-indicators

Sends:

{
  "symbol": "SOLUSDT"
}

๐Ÿ“Š Indicator Calculations

Indicator Purpose
RSI (14) Overbought / Oversold Signals
MACD (12,26,9) Trend Reversals / Momentum
BBANDS (20, 2) Volatility Expansion
EMA (20) Short-Term Trend Confirmation
SMA (20) Macro-Level Support/Resistance
ADX (14) Trend Strength + Directional DI

๐Ÿ“ฆ Setup

  1. Import the JSON into n8n.

  2. Add your OpenAI API credentials.

  3. Ensure webhook /1d-indicators is connected and working.

  4. Use this agent as a sub-workflow in:

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

๐Ÿ“ค Output Example

๐Ÿ“… 1D Overview โ€“ MATICUSDT

โ€ข RSI: 71 โ†’ Overbought  
โ€ข MACD: Bearish Cross forming  
โ€ข BBANDS: Widening Volatility  
โ€ข EMA < SMA โ†’ Downtrend Momentum  
โ€ข ADX: 33 โ†’ High Trend Strength

๐Ÿ“Œ Notes

  • Not user-facing โ€” outputs are structured JSON or Telegram-style summaries.
  • Pairs well with shorter timeframe tools (15mโ€“4h) for confidence stacking.

๐Ÿงพ Licensing & Attribution

ยฉ 2025 Treasurium Capital Limited Company Architecture, prompts, and trade report structure are IP-protected. No unauthorized rebranding permitted.

๐Ÿ”— Need help? Reach out on LinkedIn โ€“ Don Jayamaha

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

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

Block 5 - HTTP Request 1d 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 1day 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/4746/4746.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 1day indicators tool do?

This advanced agent analyzes long term price action in the Binance Spot Market using 1 day candles. It calculates key macro indicators like RSI, MACD, BBANDS, EMA, SMA, and ADX to identify high con...

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.