Nexus Market Structure - BOS / CHoCH Framework (SMC / ICT)

Rather than relying on subjective trend interpretation, the framework focuses on confirmed structural transitions based on fractal swing behavior and market structure logic.
The objective is not to predict every market movement.
The objective is to help traders understand when market conditions may be transitioning from continuation to reversal, or from reversal back into continuation.
Core Concepts Included:
• BOS (Break of Structure)
• CHoCH (Change of Character)
• Internal Structure Analysis
• External Structure Analysis
• Fractal Swing Detection
• ATR-Based Structure Validation
• Strong vs Weak Structure Classification
• Support & Resistance Projection
• Market Structure Dashboard
The framework is designed to improve:
• market structure awareness
• directional bias identification
• trend transition recognition
• workflow consistency
• structured decision-making
Unlike traditional signal indicators, Nexus Market Structure is designed as a discretionary analysis framework.
It does not:
• generate guaranteed buy or sell signals
• automate trading decisions
• replace trader judgment
• encourage blind execution
Best used for:
•
• Major FX pairs
• Crypto perpetual markets
• US indices
• Intraday trading environments
• ICT / SMC discretionary workflows
Recommended Usage:
Use Nexus Market Structure together with:
• liquidity analysis
• order blocks
• fair value gaps
• session context
• proper risk management
This indicator is intended for structured discretionary traders seeking objective market structure analysis.
Developed by Nexus Labs.
Market structure is not prediction.
It is the foundation of market understanding.
紐克斯市場結構框架(Nexus Market Structure)是一套以結構突破(BOS - Break of Structure)與結構轉換(CHoCH - Change of Character)為核心的市場結構分析框架,旨在協助交易者透過客觀的結構變化理解市場方向,而非依賴主觀判斷趨勢
本框架著重於已確認的市場結構轉變,透過分形高低點與結構邏輯,協助交易者辨識趨勢延續、趨勢轉換以及市場方向的變化
本框架的目標並非預測每一次市場波動
而是協助交易者理解市場結構何時可能由延續轉為反轉,或由反轉重新回到延續
核心內容包括:
• BOS(結構突破)
• CHoCH(結構轉換)
• 內部結構分析
• 外部結構分析
• 分形結構識別
• 平均真實波幅(ATR)結構驗證
• 強弱結構分類
• 支撐與阻力投射
• 市場結構面板
本框架旨在提升:
• 市場結構理解能力
• 方向判讀能力
• 趨勢轉換識別能力
• 交易流程一致性
• 結構化決策能力
不同於傳統買賣訊號指標,Nexus Market Structure 是一套自主決策型市場分析框架
它不會:
• 保證獲利
• 自動執行交易
• 取代交易者判斷
• 鼓勵盲目跟單
適用市場:
•
• 主要外匯貨幣對
• 加密貨幣永續合約
• 美國指數市場
• 日內交易環境
• ICT / 聰明錢(SMC)自主交易流程
建議搭配:
• 流動性分析
• 訂單區(Order Block)
• 價格失衡區(Fair Value Gap)
• 交易時段環境
• 風險管理框架
本指標適合重視市場結構與自主判讀能力的交易者
紐克斯實驗室出品
市場結構不是預測
而是理解市場的基礎
Nexus Structure v2.0.0 — OB / FVG 规格更新
重大变更
- 版本统一为 Nexus Structure v2.0.0,移除 legacy 模式。
- OB 与 FVG 完全解耦:删除旧版「FVG 出现时取 bar[2] 整根高低生成 OB」规则;两者独立侦测、独立绘制、独立生命周期管理,互不作为生成条件、不强制重叠、不互斥。
新增:CHoCH / BOS 结构引擎(Nexus Market Structure Fractal v1)
- 新增分形摆动引擎与结构状态机:主要摆动 pivotBars = fractalLen/2 = 2,内部摆动 internalPivotBars = 1。
- 采用 CHoCH-first 状态规则:首个合格 formal break = CHoCH;CHoCH 后同向 = BOS;CHoCH/BOS 后反向 = CHoCH。
- formal break 由 confirmedBreaksOnly(barstate.isconfirmed)把关,并要求摆动年龄 ≥ minRelevantBars (=6)。
- 内部 break 只标记 iCHoCH / iBOS,不更新 formal structureSide。
- Strong BOS / CHoCH 分级:minBosAtr / minChochAtr / minBodyToRange / strongBreakAtr / strongBodyToRange 仅用于强弱分级,不决定 formal break 是否成立。
OB 生成规则(改为 CHoCH 驱动)
- 仅在 formal CHoCH 时生成:从 CHoCH 前一根起、往前最多 10 根内寻找最近一根反向 K 线(多方→bearish、空方→bullish),排除 CHoCH 当根,取该 K 线完整高低 [low,
high],mid=(low+high)/2。
- 找不到来源 K 线 → 不生成 OB、不 fallback。
HTF OB
- 改用同一套 CHoCH-first 引擎(request.security + lookahead_off,只取已收盘 K 线);来源为 HTF CHoCH 后 10 根内最近反向 HTF K 线的完整高低;无来源则不生成。
视觉
- 空方颜色由暗红(maroon)改为正红(red),更醒目。
- CHoCH / BOS 改用 Nexus MS 表达方式:从被突破的摆动点拉线至突破棒 + 居中标签(含 Strong / i 前缀、配色 #089981/#f23645、formal/strong/internal 线宽与透明度分层、标记数量上限
maxBreakMarkers)。
- 标签位置:多方放下方、空方放上方。
保持不变:FVG 定义与生命周期(state 0/1/2/3、clearFvgWhenFilled、开盘跳空过滤、minFvgSize)、BPR、BOB、OB tap/缓解与 tap 计数语义、OB 退场告警状态机、透明度默认值。
---
English
Nexus Structure v2.0.0 — OB / FVG Spec Update
Breaking changes
- Unified version to Nexus Structure v2.0.0; legacy mode removed.
- OB fully decoupled from FVG: the old "FVG appears → take bar[2] full high/low as OB" rule is gone. OB and FVG are now detected, drawn, and lifecycle-managed independently —
neither gates the other, no overlap required, not mutually exclusive.
New: CHoCH / BOS structure engine (Nexus Market Structure Fractal v1)
- Added a fractal swing engine + structure state machine: formal swings pivotBars = fractalLen/2 = 2, internal swings internalPivotBars = 1.
- CHoCH-first state rule: first qualifying formal break = CHoCH; same-direction after CHoCH = BOS; opposite-direction after CHoCH/BOS = CHoCH.
- Formal breaks gated by confirmedBreaksOnly (barstate.isconfirmed) and require swing age ≥ minRelevantBars (=6).
- Internal breaks only mark iCHoCH / iBOS and never update the formal structureSide.
- Strong BOS / CHoCH classification: minBosAtr / minChochAtr / minBodyToRange / strongBreakAtr / strongBodyToRange affect strength labeling only — they never decide formal break.
OB generation (now CHoCH-driven)
- Generated only on a formal CHoCH: search from the bar before the CHoCH, up to 10 bars back, for the nearest opposite candle (bullish CHoCH → nearest bearish; bearish CHoCH →
nearest bullish), excluding the CHoCH bar; OB = that candle's FULL range [low, high], mid=(low+high)/2.
- No source candle found → no OB, no fallback.
HTF OB
- Now runs the same CHoCH-first engine (request.security + lookahead_off, just-closed bars only); source is the nearest opposite HTF candle within 10 bars after an HTF CHoCH (full
range); no source → no HTF OB.
Visuals
- Bearish color changed from maroon to a stronger red for visibility.
- CHoCH / BOS now use the Nexus MS expression: a line drawn from the broken swing point to the break bar + a centered label (with Strong / i prefixes, colors #089981 / #f23645,
formal/strong/internal line widths & transparency tiers, marker cap maxBreakMarkers).
- Label placement: bullish below the level, bearish above.
Unchanged: FVG definition & lifecycle (states 0/1/2/3, clearFvgWhenFilled, opening-gap filter, minFvgSize), BPR, BOB, OB tap/mitigation & tap-count semantics, OB-retest alert
state machine, and default transparency values.
نص برمجي للمستخدمين المدعوين فقط
يمكن فقط للمستخدمين المعتمدين من قبل المؤلف الوصول إلى هذا النص البرمجي. ستحتاج إلى طلب الإذن والحصول عليه لاستخدامه. يتم منح ذلك عادةً بعد الدفع. لمزيد من التفاصيل، اتبع تعليمات المؤلف أدناه أو تواصل مع mynexusacademy مباشرةً.
لا توصي TradingView بالدفع مقابل برنامج نصي أو استخدامه إلا إذا كنت تثق تمامًا في مؤلفه وتفهم كيفية عمله. يمكنك أيضًا العثور على بدائل مجانية ومفتوحة المصدر في نصوص مجتمعنا.
تعليمات المؤلف
我们专注于以机构级思维进行市场研究与交易执行,
通过每日市场观察、实时交易直播与系统化教学,
帮助交易者建立长期、可复用的交易能力。
更多内容将持续在图表中更新,欢迎理性交流与讨论。
Telegram 黄金外汇频道:t.me/mynexusacademy
Telegram 加密永续频道:t.me/mynexusacademycrypto
إخلاء المسؤولية
نص برمجي للمستخدمين المدعوين فقط
يمكن فقط للمستخدمين المعتمدين من قبل المؤلف الوصول إلى هذا النص البرمجي. ستحتاج إلى طلب الإذن والحصول عليه لاستخدامه. يتم منح ذلك عادةً بعد الدفع. لمزيد من التفاصيل، اتبع تعليمات المؤلف أدناه أو تواصل مع mynexusacademy مباشرةً.
لا توصي TradingView بالدفع مقابل برنامج نصي أو استخدامه إلا إذا كنت تثق تمامًا في مؤلفه وتفهم كيفية عمله. يمكنك أيضًا العثور على بدائل مجانية ومفتوحة المصدر في نصوص مجتمعنا.
تعليمات المؤلف
我们专注于以机构级思维进行市场研究与交易执行,
通过每日市场观察、实时交易直播与系统化教学,
帮助交易者建立长期、可复用的交易能力。
更多内容将持续在图表中更新,欢迎理性交流与讨论。
Telegram 黄金外汇频道:t.me/mynexusacademy
Telegram 加密永续频道:t.me/mynexusacademycrypto