Binance SM 15분 지표 도구
중급
이것은Finance, AI분야의자동화 워크플로우로, 11개의 노드를 포함합니다.주로 Agent, HttpRequestTool, LmChatOpenAi, ExecuteWorkflowTrigger, MemoryBufferWindow 등의 노드를 사용하며인공지능 기술을 결합하여 스마트 자동화를 구현합니다. Binance SM 15分钟指标工具
사전 요구사항
- •대상 API의 인증 정보가 필요할 수 있음
- •OpenAI API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
"id": "INYtgCEbxdGBDivU",
"meta": {
"instanceId": "a5283507e1917a33cc3ae615b2e7d5ad2c1e50955e6f831272ddd5ab816f3fb6"
},
"name": "Binance SM 15min Indicators Tool",
"tags": [],
"nodes": [
{
"id": "b6621b6c-c014-4028-b274-9df8279a830f",
"name": "OpenAI 채팅 모델",
"type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
"position": [
-280,
140
],
"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": "694b7706-e7c4-4441-8e76-24fadacfed96",
"name": "심플 메모리",
"type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
"position": [
0,
140
],
"parameters": {},
"typeVersion": 1.3
},
{
"id": "03bb428a-e79c-4f0c-aa33-8db7d9b96418",
"name": "When Executed by Another Workflow",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"position": [
-460,
-180
],
"parameters": {
"workflowInputs": {
"values": [
{
"name": "message"
},
{
"name": "sessionId"
}
]
}
},
"typeVersion": 1.1
},
{
"id": "9ee0b29e-18bc-4048-a318-8727fbdc9c06",
"name": "Binance SM 15min Indicators 에이전트",
"type": "@n8n/n8n-nodes-langchain.agent",
"position": [
-60,
-180
],
"parameters": {
"text": "={{ $json.message }}",
"options": {
"systemMessage": "You are a short-term technical analysis agent that calculates **15-minute interval trading signals** for any Binance Spot Market trading pair. You are used by higher-level agents to assess intraday volatility, trend momentum, and entry/exit opportunities.\n\n---\n\n### 🔐 Access Control\n\n* Expect to be triggered by another workflow.\n* Maintain `sessionId` context for user-specific response handling.\n\n---\n\n### 📥 Expected Input Format\n\n```json\n{\n \"message\": \"BTCUSDT\",\n \"sessionId\": \"123456789\"\n}\n```\n\n* `message`: Valid Binance symbol (e.g., BTCUSDT)\n* `sessionId`: Telegram user or workflow context\n\n---\n\n### 🔧 Tools Used\n\nYou POST the trading pair to this endpoint:\n\n```\nhttps://treasurium.app.n8n.cloud/webhook/15m-indicators\n```\n\n**Payload format:**\n\n```json\n{\n \"symbol\": \"BTCUSDT\"\n}\n```\n\n---\n\n### 📊 Behavior\n\n* Request **15-minute kline data** with a limit sufficient for indicator calculations (typically `limit: 100`).\n* Calculate key indicators including:\n\n * RSI\n * MACD\n * Bollinger Bands\n * SMA/EMA\n * ADX\n* Return results in Telegram-optimized format (e.g. Markdown with clear sections).\n\n---\n\n### 🧠 Use Cases\n\n* Detect momentum shifts in short-term windows.\n* Generate alerts for potential scalping or breakout signals.\n* Contribute insights to larger multi-timeframe analysis workflows (e.g., Quant AI Agent, Financial Analyst Tool).\n\n"
},
"promptType": "define"
},
"typeVersion": 1.9
},
{
"id": "2678122f-90fc-42ba-ae63-724006266c38",
"name": "HTTP 요청 15m Indicators Tool",
"type": "n8n-nodes-base.httpRequestTool",
"position": [
260,
120
],
"parameters": {
"url": "https://treasurium.app.n8n.cloud/webhook/15m-indicators",
"method": "POST",
"options": {},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "symbol",
"value": "={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('parameters0_Value', ``, 'string') }}"
}
]
}
},
"typeVersion": 4.2
},
{
"id": "3427df64-fdcf-4b8a-a817-dc1385cdec50",
"name": "메모",
"type": "n8n-nodes-base.stickyNote",
"position": [
-540,
-460
],
"parameters": {
"color": 4,
"height": 500,
"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": "54c97888-ae8a-4098-b6ec-c6ced7ac340a",
"name": "메모8",
"type": "n8n-nodes-base.stickyNote",
"position": [
-160,
-620
],
"parameters": {
"color": 5,
"width": 500,
"height": 620,
"content": "## Agent Reasoning (GPT)\nNode: **Binance SM 15min Indicators Agent**\nUses GPT-4o-mini (gpt-4.1-mini) to:\n\n**Interpret raw indicator output**\n\nDetect signal patterns like:\n\n**Overbought RSI**\n\n**MACD crossovers**\n\n**Bollinger Band squeezes**\n\n**EMA/SMA relationships**\n\n**Strong/weak ADX readings**\n\n**Generate structured summaries**\n\n"
},
"typeVersion": 1
},
{
"id": "fd29107f-4b0a-496e-a5d6-9054573fd917",
"name": "메모2",
"type": "n8n-nodes-base.stickyNote",
"position": [
-340,
80
],
"parameters": {
"width": 220,
"height": 520,
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## OpenAI Model\nNode: OpenAI Chat Model\nModel: **gpt-4.1-mini**\nProvides language interpretation of the numeric indicators.\n\nExample:\n\n**• RSI: 71 → Overbought \n• MACD: Cross Up \n• BB: Touching Upper Band \n• ADX: 32 → Strong Uptrend**\n"
},
"typeVersion": 1
},
{
"id": "06b488f6-5af2-4906-ab58-ff720ea4d1e2",
"name": "메모1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-80,
80
],
"parameters": {
"color": 3,
"width": 220,
"height": 520,
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## Memory System\nNode: Simple Memory\nStores **session context (sessionId, symbol, last query).**\nUsed for:\n\n**Persistent multi-turn interactions\n\nCross-agent symbol consistency**"
},
"typeVersion": 1
},
{
"id": "4b2198d4-e337-48ce-b857-edd1a8dbe1a2",
"name": "메모5",
"type": "n8n-nodes-base.stickyNote",
"position": [
200,
80
],
"parameters": {
"color": 6,
"width": 220,
"height": 960,
"content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n## Indicator Tool Request\nNode: HTTP Request 15m Indicators Tool\n\n**Makes a POST request to:**\n\nhttps://treasurium.app.n8n.cloud/webhook/15m-indicators\n\nPayload:\n\njson\n{ \"symbol\": \"BTCUSDT\" }\n\nThis **backend endpoint** is responsible for:\n\n**Fetching the last 100 15m candles\n\nCalculating:\n\nRSI (14)\n\nMACD (12/26/9)\n\nBollinger Bands (20/2)\n\nSMA + EMA (20)\n\nADX (14)**\n\nThe result is returned as cleaned JSON with **indicator values and signal tags.**"
},
"typeVersion": 1
},
{
"id": "56983511-8084-4fc1-be59-cc223a062b1e",
"name": "메모3",
"type": "n8n-nodes-base.stickyNote",
"position": [
620,
-1420
],
"parameters": {
"width": 1360,
"height": 2860,
"content": "# 🧪 Binance SM 15min Indicators Tool – Documentation\n\nA specialized short-term technical analysis module that calculates and interprets trading indicators using **15-minute candlestick data** for any Binance Spot Market symbol.\n\n---\n\n## 🎯 Purpose\n\nThis workflow is used to:\n\n* Extract recent 15m kline data from Binance\n* Calculate core technical indicators: RSI, MACD, BBANDS, ADX, SMA/EMA\n* Interpret signals using GPT (e.g., “Overbought RSI”, “MACD crossover up”)\n* Return results formatted for Telegram or internal agent use\n\nIt is designed to help the Quant AI Agent and Financial Analyst Tool understand intraday volatility and momentum.\n\n---\n\n## ⚙️ Key Workflow Structure\n\n| Node Name | Role |\n| ----------------------------------- | ---------------------------------------------------------------- |\n| `When Executed by Another Workflow` | Trigger — activated by Financial Analyst or Quant AI Agent |\n| `Binance SM 15min Indicators Agent` | Main agent that receives input and manages tool orchestration |\n| `HTTP Request 15m Indicators Tool` | Calls webhook that calculates indicators using raw kline data |\n| `Simple Memory` | Tracks session context (Telegram ID, symbol) |\n| `OpenAI Chat Model` | Interprets raw numeric data into human-readable Telegram message |\n\n---\n\n## 📥 Expected Input Format\n\nThis tool receives structured inputs:\n\n```json\n{\n \"message\": \"BTCUSDT\",\n \"sessionId\": \"123456789\"\n}\n```\n\n* `message`: Must be a valid Binance trading pair (e.g., ETHUSDT)\n* `sessionId`: Used for maintaining conversational context\n\n---\n\n## 🔧 Indicator Calculation Logic\n\nThe actual computation is done by the **15m Indicator Backend Tool** via HTTP POST:\n\n**Endpoint:**\n\n```\nhttps://treasurium.app.n8n.cloud/webhook/15m-indicators\n```\n\n**Payload:**\n\n```json\n{\n \"symbol\": \"BTCUSDT\"\n}\n```\n\n**Backend calculates:**\n\n* RSI (14)\n* MACD (12,26,9)\n* Bollinger Bands (20, 2)\n* Simple Moving Average (SMA 20)\n* Exponential Moving Average (EMA 20)\n* ADX (14)\n\nThe response includes the latest values, directional bias, and status tags like `\"Overbought\"`, `\"Cross Up\"`, etc.\n\n---\n\n## 🧠 GPT Analysis Layer\n\nThe raw values are sent to the **gpt-4.1-mini** model, which:\n\n* Translates them into structured insights\n* Highlights key signals like:\n\n * RSI zones (Overbought/Oversold)\n * BB squeeze or expansion\n * MACD crossover points\n * ADX trend strength\n\n**Sample Output:**\n\n```\n📉 15m Technical Overview for BTCUSDT\n\n• RSI: 72 → Overbought \n• MACD: Cross Up (Bullish) \n• BB: Expanding, Price near Upper Band \n• EMA > SMA → Bullish Momentum \n• ADX: 34 → Strong Trend\n```\n\n---\n\n## 🧩 Use Case Scenarios\n\n| Scenario | Outcome |\n| ------------------------------------- | ----------------------------------------------------------------- |\n| User asks for “short-term DOGE trend” | Tool returns 15m signals showing volatility or setup pattern |\n| Part of daily report on BTC | Confirms intraday strength or exhaustion with momentum indicators |\n| Used by Financial Analyst Tool | Feeds into broader analysis (1h/4h/1d + price structure) |\n\n---\n\n## 📦 Deployment Instructions\n\n1. **Import** this workflow into your n8n instance\n2. **Ensure webhook endpoint** (`/15m-indicators`) is active and reachable\n3. **Test trigger** using `Execute Workflow` from Quant AI or Financial Analyst tool\n4. **Connect OpenAI API key** to enable GPT interpretation\n5. Confirm all input symbols are valid Binance pairs\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.\nUnauthorized reuse, resale, or redistribution of this tool or its design is strictly prohibited. This system and its supporting architecture are protected under U.S. and international copyright law.\n\n"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {},
"settings": {
"executionOrder": "v1"
},
"versionId": "f7a27402-e9cd-4c5c-ad16-c3b8edf5a393",
"connections": {
"Simple Memory": {
"ai_memory": [
[
{
"node": "Binance SM 15min Indicators Agent",
"type": "ai_memory",
"index": 0
}
]
]
},
"OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "Binance SM 15min Indicators Agent",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"HTTP Request 15m Indicators Tool": {
"ai_tool": [
[
{
"node": "Binance SM 15min Indicators Agent",
"type": "ai_tool",
"index": 0
}
]
]
},
"03bb428a-e79c-4f0c-aa33-8db7d9b96418": {
"main": [
[
{
"node": "Binance SM 15min Indicators Agent",
"type": "main",
"index": 0
}
]
]
}
}
}자주 묻는 질문
이 워크플로우를 어떻게 사용하나요?
위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.
이 워크플로우는 어떤 시나리오에 적합한가요?
중급 - 금융, 인공지능
유료인가요?
이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.
관련 워크플로우 추천
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
금융
Binance SM 4시간 지표 도구
Binance SM 4小时指标工具
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에서 보기 →
이 워크플로우 공유