Binance SM 1day indicators tool
Workflow preview
DISCOUNT 20%
Important notice
This workflow is provided as-is. Please review and test before using in production.
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-confidence trend setups and market momentum. Used by the Quant AI system for directional bias and macro-level signal validation.
๐ฏ 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
Import the JSON into n8n.
Add your OpenAI API credentials.
Ensure webhook
/1d-indicatorsis connected and working.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
