거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
지표

Market Structure SMC: Swings, BOS/CHoCH, Order Blocks, FVG, QML - MetaTrader 5용 지표

Yeoh Joo Yam
Yeoh Joo Yam
Lonely Wolf — MT5 / MQL5 Expert Advisor developer, specializing in gold (XAU) strategies, pyramid and grid systems.
조회수:
14270
평가:
(2)
게시됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

A clean Smart Money Concepts (SMC/ICT) market-structure indicator for MetaTrader 5. It reads the sequence of swing highs and lows and marks the full structure on the chart.

What it draws:

  • Swing highs/lows — N-bar fractal points (arrows).
  • BOS (Break of Structure) — a close beyond the last swing in the trend direction = continuation.
  • CHoCH (Change of Character) — a close beyond the last swing against the trend = possible reversal.
  • Order Blocks — the last opposite candle before a structure break.
  • Fair Value Gaps (FVG) — 3-candle imbalance zones.
  • QML (Quasimodo) — on a CHoCH, a dotted line at the left-shoulder swing (sell = previous high, buy = previous low) as a retrace reference.

Inputs:

  • InpSwingN — fractal bars each side (swing sensitivity; higher = fewer, larger swings).
  • InpBreakOnClose — confirm breaks on candle close (true) or wick (false).
  • InpMaxBars — recent bars to analyze.
  • InpShowLines / InpShowLabels — broken-level line and BOS/CHoCH text.
  • InpShowFVG / InpFVGColor — Fair Value Gaps and color.
  • InpShowOB / InpOBBullColor / InpOBBearColor — Order Blocks and colors.
  • InpShowQML / InpQMLColor — QML levels and color.

Works on any symbol and timeframe. All markings are close-confirmed and redrawn on each new bar.

LW Market Structure on XAUUSD H1
Trade Journal Exporter - closed positions to CSV Trade Journal Exporter - closed positions to CSV

Exports your closed positions for a configurable period to a CSV file for journal analysis in Excel or Google Sheets: entry and exit time and price (volume-weighted over partial fills), volume, result in points, commission, swap, net profit and trade duration.

Position Size Calculator - risk-based lot sizing script Position Size Calculator - risk-based lot sizing script

Calculates the correct lot size for a planned trade from your risk (percent of equity or a fixed money amount) and stop-loss distance (points or a price level). Respects the symbol's contract specification - tick size and value, volume min/max/step - and estimates the required margin.

KCI Standard: A Pure Kinematic Computing Engine for Market Singularity Detection KCI Standard: A Pure Kinematic Computing Engine for Market Singularity Detection

The Kinetic Compression Index (KCI) is a custom oscillator designed to detect market exhaustion and localized compression events. By calculating its kinematic metrics internally rather than relying on external standard indicator handles, the KCI reduces overhead and simplifies buffer management for Expert Advisor (EA) integration. This article details the mathematical foundation, system architecture, buffer mapping, and practical integration guides for developers looking to implement this tool in MetaTrader 5.

EA KCI Embeded Sniper EA KCI Embeded Sniper

The KCI Embedded Sniper is an algorithmic trading solution designed for high-precision reversal entries. Unlike conventional Expert Advisors that rely on external indicator dependencies (which often suffer from thread desynchronization and latency), this EA features a fully embedded Kinetic Compression Index (KCI) engine. By transplanting the entire mathematical framework of the KCI—calculating Velocity Quotients, Kinetic Displacement, Energy Dispersion, and Phase Velocity—directly into the EA’s core logic, we have eliminated "asynchronous lag." The result is a lightning-fast sniper engine that validates market exhaustion (Singularity) and momentum extremes (Williams %R) with micro-second precision, operating solely on completed bars to ensure zero-repaint performance.