Binance ICT Structure Recognizer

## 1. Scenario Definition

3,891 stars

Best use case

Binance ICT Structure Recognizer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

## 1. Scenario Definition

Teams using Binance ICT Structure Recognizer should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/binance-ict-recognizer/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/acwxpunh/binance-event-contract/binance-ict-recognizer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/binance-ict-recognizer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Binance ICT Structure Recognizer Compares

Feature / AgentBinance ICT Structure RecognizerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

## 1. Scenario Definition

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Binance ICT Structure Recognizer

## 1. Scenario Definition
- **Trigger Timing**: Auto-trigger when SSS tier signal is calculated; also supports manual trigger via `/binance-ict-recognize`; runs after each 10min/30min/1h K-line closed; 24/7
- **Core Intent**: Provide ICT structure verification for SSS tier highest win rate signal; identify Order Blocks, FVG (Fair Value Gap), liquidity sweep zones of Binance BTC/ETH corresponding cycles; improve SSS tier signal win rate
- **Context**: Only for SSS tier signal of Binance Event Contract 1h cycle; only uses Binance official K-line data; adapts to price fluctuation characteristics of short-term event contracts

## 2. Goal Setting
Accurately identify ICT core structure of corresponding cycle; provide 100% accurate structure verification for SSS tier signal; filter false signals without ICT structure support; ensure SSS tier signal win rate stable above 95%.

## 3. Execution Rules

### 3.1 Data Dependency
- **MUST** only use Binance official BTC/ETH K-line data from `binance-event-contract-data-fetcher` Skill
- **PROHIBITED**: Use any third-party indicator or data source

### 3.2 Core Recognition Dimensions

**Order Block Recognition:**
- Identify bullish/bearish valid Order Blocks of corresponding cycle
- Confirm signal trigger after price backtest Order Block
- Tag: Bullish OB (last candle red before bullish candle) | Bearish OB (last candle green before bearish candle)

**FVG Recognition:**
- Identify Fair Value Gaps (3-candle pattern)
- Bullish FVG: gap between high of candle 1 and low of candle 3
- Bearish FVG: gap between low of candle 1 and high of candle 3
- Calculate FVG fill probability

**Liquidity Sweep Zone:**
- Identify stop hunt zones above/below key structure
- Detect liquidity sweeps at highs/lows of previous cycle
- Calculate sweep-to-reversal zones

**Inducement Identification:**
- Identify fake breakouts at key levels
- Detect liquidity grabs at chart patterns

### 3.3 ICT Signal Scoring
- Score each ICT element: OB (0-40pts), FVG (0-30pts), Liquidity Sweep (0-20pts), Inducement (0-10pts)
- Total Score ≥ 80 = SSS Strong Confirm | 60-79 = SS Confirm | < 60 = No Trade

### 3.4 Running Rule
- Trigger automatically when SSS signal detected from signal calculator
- Run after each 10min/30min/1h K-line close
- Output structured ICT report to risk manager

## 4. Example Output

### ✅ Positive Example
```
【 ICT Structure Recognition | BTCUSDT 1H | 2026-03-18 12:10 】
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Order Blocks:
  → Bullish OB: Zone 67850-67920 (Price returned, VALID)
  → Bearish OB: Zone 68500-68580 (Not touched, PENDING)

FVG Detection:
  → Bullish FVG: 67980-68100 (Unfilled, HIGH PROBABILITY)
  → Bearish FVG: 68320-68400 (Partially filled, CAUTION)

Liquidity Sweep:
  → Low liquidity sweep at 68150 (逆向吃到流动性)
  → High sweep at 68600 (Inducement detected)

ICT Score: 88/100 → SSS STRONG CONFIRM ✓
Recommendation: Long Entry at OB retest 67850 | Target 68500 | SL 67500
```

### ❌ Negative Example
- Recognize ICT patterns using non-Binance data
- Issue trade signal without full ICT scan
- Ignore timeframe confluence (multi-timeframe analysis)

## 5. Boundary Definition
- **FORBIDDEN**: Issue trading signals directly — only output ICT structure analysis
- **FORBIDDEN**: Use timeframe below 10min for SSS tier signals
- **Exception**: If K-line data missing → output "Data Unavailable" and wait for next close

## Installation
```bash
npx clawhub@latest install binance-event-contract-ict-recognizer --dir /workspace/skills
```

## Trigger Command
`/binance-ict-recognize`

Related Skills

Deal Desk — Structured Deal Review & Approval

3891
from openclaw/skills

Run every non-standard deal through a repeatable review process. Catch margin leaks, enforce discount guardrails, and close faster with pre-approved terms.

binance-pro

3891
from openclaw/skills

Complete Binance integration - world's largest crypto exchange. Trade spot, futures with up to 125x leverage, staking, and portfolio management. Use to check balances, open/close positions, set stop loss and take profit, check PnL, and any Binance operation.

Cryptocurrency Trading & Finance

nansen-binance-publisher

3891
from openclaw/skills

Automatically fetch multi-dimensional on-chain data using Nansen CLI, compile a comprehensive and beautifully formatted daily report, and publish it to Binance Square. Auto-run on messages like 'generate nansen daily report', 'post nansen daily to square', or when the user triggers the slash commands `/nansen` or `/post_square`.

Content & Documentation

Binance Alpha Explorer

3891
from openclaw/skills

Binance Alpha new coin launch detector. Uses WebSocket to monitor !miniTicker@arr stream and detects new trading pairs immediately when they appear. Maintains known symbols set in memory and triggers alert for new symbols with valid opening price.

gene-structure-mapper

3891
from openclaw/skills

Visualize gene structure with exon-intron diagrams, domain annotations, and mutation position markers. Produces SVG, PNG, or PDF figures suitable for publication from a gene symbol input.

chemical-structure-converter

3891
from openclaw/skills

Convert between IUPAC names, SMILES strings, and molecular formulas for chemical compounds. Supports structure validation, identifier interconversion, and cheminformatics data preparation for drug discovery and chemical research workflows.

Binance Event Contract Reporter

3891
from openclaw/skills

## 1. Scenario Definition

Binance Event Contract Executor

3891
from openclaw/skills

## 1. Scenario Definition

Binance Event Contract Signal Calculator

3891
from openclaw/skills

## 1. Scenario Definition

Binance Event Contract Risk Manager

3891
from openclaw/skills

## 1. Scenario Definition

Binance Event Contract Full Data Fetcher

3891
from openclaw/skills

## 1. Scenario Definition

---

3891
from openclaw/skills

name: article-factory-wechat

Content & Documentation