Binance SM 4시간 지표 도구
중급
이것은Finance, AI분야의자동화 워크플로우로, 11개의 노드를 포함합니다.주로 Agent, HttpRequestTool, LmChatOpenAi, ExecuteWorkflowTrigger, MemoryBufferWindow 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. Binance SM 4小时指标工具
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
- •OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "ex0hMYddq8rZdLHh",
"meta": {
"instanceId": "a5283507e1917a33cc3ae615b2e7d5ad2c1e50955e6f831272ddd5ab816f3fb6"
},
"name": "Binance SM 4hour Indicators Tool",
"tags": [],
"nodes": [
{
"id": "b0fd1949-684e-44dc-895b-82d8203d6cd2",
"name": "OpenAI 채팅 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
-600,
1140
],
"parameters": {
"model": {
"__rl": true,
"mode": "list",
"value": "gpt-4.1-mini",
"cachedResultName": "gpt-4.1-mini"
},
"options": {}
},
"credentials": {
"openAiApi": {
"id": "yUizd8t0sD5wMYVG",
"name": "OpenAi account"
}
},
"typeVersion": 1.2
},
{
"id": "55b4c308-c31b-4709-a197-e06b2f85af28",
"name": "심플 메모리",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
-360,
1140
],
"parameters": {},
"typeVersion": 1.3
},
{
"id": "c8342413-5338-4018-b647-b5cf03e954a3",
"name": "When Executed by Another Workflow",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"position": [
-780,
880
],
"parameters": {
"workflowInputs": {
"values": [
{
"name": "message"
},
{
"name": "sessionId"
}
]
}
},
"typeVersion": 1.1
},
{
"id": "39651ecb-c1b5-45ad-8625-324d4a781c13",
"name": "Binance SM 4hour Indicators 도구 Agent",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-380,
880
],
"parameters": {
"text": "={{ $json.message }}",
"options": {
"systemMessage": "You are the **Binance 4-Hour Technical Indicator Agent**, tasked with calculating and returning **4-hour interval trading signals** for any Binance Spot Market symbol. Your outputs help assess swing trend continuation, volatility compression, and reversal pressure within the medium-term structure.\n\n---\n\n### 🔗 Connected Tools (via internal workflow)\n\nYou call the following indicators using `https://treasurium.app.n8n.cloud/webhook/4h-indicators`:\n\n* **RSI** (14-period)\n* **MACD** (12/26/9 config)\n* **Bollinger Bands** (20-period, 2×STD)\n* **SMA** (20-period)\n* **EMA** (20-period)\n* **ADX** (14-period with DI+ and DI−)\n\n---\n\n### 📥 Expected Input Format\n\n```json\n{\n \"message\": \"BNBUSDT\",\n \"sessionId\": \"telegram_chat_id\"\n}\n```\n\n* `message`: Binance Spot Market symbol (e.g., BNBUSDT, AVAXUSDT)\n* `sessionId`: Passed context used for continuity and formatting\n\n---\n\n### 📊 Behavior\n\n* Accepts symbol and sends POST request to:\n\n ```\n https://treasurium.app.n8n.cloud/webhook/4h-indicators\n ```\n\n with payload:\n\n ```json\n {\n \"symbol\": \"BNBUSDT\"\n }\n ```\n\n* Pulls **at least 40 4h candles** from Binance\n\n* Calculates each indicator in parallel and returns unified output\n\n---\n\n### 🧠 Use Case Scenarios\n\n* Evaluate **trend momentum and strength** in the 1–2 day horizon\n* Validate **higher timeframe support/resistance** zones\n* Confirm **breakouts or trend continuation** against noise\n* Feed **Financial Analyst** and **Quant AI Agent** for confident, multi-frame synthesis\n\n---\n\n### ⚠️ Operational Notes\n\n* Validate input symbol (must be valid and uppercase)\n* Ensure enough candles are available to compute full indicator set\n* Timestamps should align across outputs for accurate merges\n* Return fallback message if Binance API throttling or empty klines\n\n"
},
"promptType": "define"
},
"typeVersion": 1.9
},
{
"id": "e881b384-5dfd-4b5b-b0c5-0f5e6ea1eb94",
"name": "HTTP 요청 4h Indicators Tool",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
-120,
1120
],
"parameters": {
"url": "https://treasurium.app.n8n.cloud/webhook/4h-indicators",
"method": "POST",
"options": {},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "symbol",
"value": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('parameters0_Value', ``, 'string') }}"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "7e11f80e-a646-4757-855c-afe7217a0e16",
"name": "메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
-840,
620
],
"parameters": {
"color": 4,
"height": 440,
"content": "## Workflow Trigger\nNode: When Executed by Another Workflow\nThis workflow does not start on its own — it is always triggered by:\n\n**Binance SM Financial Analyst Tool**\n\n**Binance Quant AI Agent**"
},
"typeVersion": 1
},
{
"id": "fcf62b46-38c1-4ea7-bff5-41a9698935f7",
"name": "메모8",
"type": "n8n-nodes-base.stickyNote",
"position": [
-500,
720
],
"parameters": {
"color": 5,
"width": 500,
"height": 340,
"content": "## System Reasoning Agent\nNode: **Binance SM 4hour Indicators Tool Agent**\n\nSystem prompt defines this as a **swing trend analyzer**.\nIt interprets indicator outputs and transforms them into labeled sentiment for the 4h window."
},
"typeVersion": 1
},
{
"id": "0bc45ef5-54fd-419c-b392-a70b2c2cd513",
"name": "메모2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-660,
1100
],
"parameters": {
"width": 220,
"height": 600,
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## OpenAI Chat Model\nNode: OpenAI Chat Model **(gpt-4.1-mini)**\n\nInterprets indicator values and returns Telegram-friendly summaries:\n\n\n•** RSI: 65 → Slightly overbought \n• MACD: Bullish cross \n• BB: Expanding volatility \n• EMA > SMA → Uptrend \n• ADX: 31 → Trend **strengthening"
},
"typeVersion": 1
},
{
"id": "ac0bfd01-4371-463a-80bf-ceb511985c18",
"name": "메모1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-420,
1100
],
"parameters": {
"color": 3,
"width": 220,
"height": 520,
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## Context Memory\nNode: Simple Memory\nStores session variables like symbol and prior state.\n\nUseful for:\n\n**Inter-agent coordination\n\nSymbol recall\n\nMulti-turn interaction state tracking**"
},
"typeVersion": 1
},
{
"id": "eb18f07d-536d-4312-9a10-ae1ba5dce118",
"name": "메모5",
"type": "n8n-nodes-base.stickyNote",
"position": [
-180,
1100
],
"parameters": {
"color": 6,
"width": 220,
"height": 1000,
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## Webhook Request (Core Tool)\nNode: HTTP Request 4h Indicators Tool\n\n**POSTs to:**\n\nhttps://treasurium.app.n8n.cloud/webhook/4h-indicators\n\nPayload:\n\njson\n{ \"symbol\": \"BNBUSDT\" }\n\nThis backend:\n\n**Pulls 40 candles of 4h OHLCV from Binance**\n\nCalculates:\n\n**RSI (14)\n\nMACD (12,26,9)\n\nBollinger Bands (20/2)\n\nSMA (20)\n\nEMA (20)\n\nADX (14, +DI, −DI)**\n\nReturns a clean JSON object with all indicators and signal summaries.\n\n"
},
"typeVersion": 1
},
{
"id": "8a089b09-0478-45e8-ba59-e27c7448ef05",
"name": "메모3",
"type": "n8n-nodes-base.stickyNote",
"position": [
240,
-400
],
"parameters": {
"width": 1280,
"height": 2760,
"content": "# ⏳ Binance SM 4hour Indicators Tool – Documentation\n\nA medium-term trend analyzer for the Binance Spot Market. This tool calculates and interprets key trading indicators using 4-hour candle data to help validate breakout setups, momentum continuation, and trend strength.\n\n---\n\n## 🎯 Purpose\n\n* Pulls the latest 40×4h OHLCV candles for a symbol from Binance\n* Calculates core technical indicators for swing-trade insights:\n\n * RSI, MACD, Bollinger Bands, SMA, EMA, ADX\n* Returns structured Telegram-ready signals interpreted via GPT\n* Supports the **Quant AI Agent** and **Financial Analyst Tool** for higher-timeframe confirmations\n\n---\n\n## ⚙️ Workflow Components\n\n| Node | Role |\n| ----------------------------------- | --------------------------------------------------------------- |\n| `When Executed by Another Workflow` | Triggered by parent workflows |\n| `Binance SM 4hour Indicators Agent` | Core reasoning agent (routes inputs, interprets outputs) |\n| `HTTP Request 4h Indicators Tool` | Sends POST to `/webhook/4h-indicators` for raw indicator values |\n| `OpenAI Chat Model (gpt-4.1-mini)` | Transforms raw values into labeled, human-readable analysis |\n| `Simple Memory` | Tracks user symbol and session for contextual coordination |\n\n---\n\n## 📥 Input Format\n\n```json\n{\n \"message\": \"AVAXUSDT\",\n \"sessionId\": \"telegram_chat_id\"\n}\n```\n\n* `message`: Any valid Binance trading pair (uppercase required)\n* `sessionId`: Used to persist Telegram or session-based memory\n\n---\n\n## 🔧 Indicator Calculation Details\n\n**Webhook Called:**\n\n```\nhttps://treasurium.app.n8n.cloud/webhook/4h-indicators\n```\n\n**POST Payload:**\n\n```json\n{\n \"symbol\": \"AVAXUSDT\"\n}\n```\n\n**Calculated Indicators:**\n\n| Name | Description |\n| -------------- | -------------------------------------------------- |\n| RSI (14) | Overbought / oversold indicator |\n| MACD (12,26,9) | Momentum trend strength / crossover signals |\n| BBANDS (20,2) | Volatility compression and breakout identification |\n| SMA (20) | Medium-term baseline |\n| EMA (20) | Reactivity to momentum |\n| ADX (14) | Trend strength + DI+/DI− comparison |\n\n---\n\n## 🧠 GPT Analysis Output\n\nThe GPT node interprets each indicator and formats results for user consumption:\n\n**Example Output:**\n\n```\n🕓 4h Technical Signals – AVAXUSDT\n\n• RSI: 64 → Slightly Bullish \n• MACD: Bullish Cross above baseline \n• BB: Upper band touch – volatility expanding \n• EMA > SMA → Confirmed Upside Momentum \n• ADX: 31 → Strengthening Trend\n```\n\n---\n\n## 📚 Use Case Scenarios\n\n| Use Case | Result |\n| ----------------------------------------------- | ---------------------------------------------------------------- |\n| Evaluating macro-swing trend | Confirms breakout setups or continuation risk |\n| Filtering false breakouts on 1h | ADX, MACD trend detection help anchor confidence |\n| Multi-frame confluence inside Financial Analyst | Used in tandem with 1h + 1d indicators for trade signal stacking |\n\n---\n\n## 🛠️ Installation Steps\n\n1. **Import** this JSON into your n8n workspace.\n2. **Connect GPT API** to the OpenAI Chat Model node.\n3. **Ensure webhook** `/webhook/4h-indicators` is active and receives valid symbols.\n4. **Parent workflows** that may trigger this:\n\n * Binance SM Financial Analyst Tool\n * Binance Spot Market Quant AI Agent\n\n---\n\n## 🧾 Output Format (Telegram)\n\n* Emoji-labeled\n* Bullet-point structure\n* Timeframe noted explicitly\n* No raw JSON exposed\n\n---\n\n## 🔐 Licensing & Support\n\n🔗 **Don Jayamaha – LinkedIn**\n[http://linkedin.com/in/donjayamahajr](http://linkedin.com/in/donjayamahajr)\n\n© 2025 Treasurium Capital Limited Company. All rights reserved.\nThe logic, structure, and orchestration of this tool are proprietary and protected under U.S. copyright and international IP law. Redistribution or resale without license is prohibited."
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "ddffb52d-ba6d-45b4-8f7a-8f7009bfaa15",
"connections": {
"Simple Memory": {
"ai_memory": [
[
{
"node": "Binance SM 4hour Indicators Tool Agent",
"type": "ai_memory",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "Binance SM 4hour Indicators Tool Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"HTTP Request 4h Indicators Tool": {
"ai_tool": [
[
{
"node": "Binance SM 4hour Indicators Tool Agent",
"type": "ai_tool",
"index": 0
}
]
]
},
"c8342413-5338-4018-b647-b5cf03e954a3": {
"main": [
[
{
"node": "Binance SM 4hour Indicators Tool Agent",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 금융, 인공지능
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
Binance SM 15분 지표 도구
Binance SM 15分钟指标工具
Agent
Http Request Tool
Lm Chat Open Ai
+
Agent
Http Request Tool
Lm Chat Open Ai
11 노드Don Jayamaha Jr
금융
Binance SM 1일 지표 도구
Binance SM 1日指标工具
Agent
Http Request Tool
Lm Chat Open Ai
+
Agent
Http Request Tool
Lm Chat Open Ai
11 노드Don Jayamaha Jr
금융
비트코인 현물 시장 1시간 지표 도구
Binance SM 1小时指标工具
Agent
Http Request Tool
Lm Chat Open Ai
+
Agent
Http Request Tool
Lm Chat Open Ai
11 노드Don Jayamaha Jr
금융
CoinMarketCap_DEX_스캔_에이전트_도구
CoinMarketCap AI 에이전트를 사용한 DEX 유동성, 거래 및 현물 쌍 분석
Agent
Lm Chat Open Ai
Execute Workflow Trigger
+
Agent
Lm Chat Open Ai
Execute Workflow Trigger
15 노드Don Jayamaha Jr
금융
비트코인 가격-24시간 통계-주문簿-K선 도구
币安价格-24小时统计-주문簿-K线工具
Agent
Lm Chat Open Ai
Execute Workflow Trigger
+
Agent
Lm Chat Open Ai
Execute Workflow Trigger
17 노드Don Jayamaha Jr
금융
비트코인 현물 시장 정량 AI 인텔리전스 볼륨
币安现货市场量化AI스마트体 | GPT-4o + Telegram (主界面)
Set
Code
Telegram
+
Set
Code
Telegram
21 노드Don Jayamaha Jr
금융
워크플로우 정보
난이도
중급
노드 수11
카테고리2
노드 유형6
저자
Don Jayamaha Jr
@don-the-gem-dealerWith 12 years of experience as a Blockchain Strategist and Web3 Architect, I specialize in bridging the gap between traditional industries and decentralized technologies. My expertise spans tokenized assets, crypto payment integrations, and blockchain-driven market solutions.
외부 링크
n8n.io에서 보기 →
이 워크플로우 공유