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

Broker Execution Diagnostics MT5 - MetaTrader 5용 스크립트

Usamah
Usamah
I develop MetaTrader 5 Expert Advisors and trading utilities with a focus on reliable execution, risk controls, and broker compatibility.
조회수:
62
게시됨:
업데이트됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Broker Execution Diagnostics MT5 is a read-only script for checking symbol settings that common ly cause invalid volume, invalid stops, and inconsistent risk calculations.

Broker Execution Diagnostics report

What it reports

  • Digits, point, trade tick size, and tick value
  • Current spread in points
  • Minimum, maximum, and step volume
  • Conservatively normalized result for a requested volume
  • Stops level and freeze level in points and price distance
  • Trade mode and execution mode values
  • Optional entry-to-Stop-Loss distance validation
  • Optional OrderCalcProfit estimate in account currency

Inputs

  • InpRequestedVolume - volume to normalize against current broker rules.
  • InpEntryPrice - optional hypothetical entry price.
  • InpStopLossPrice - optional Stop Loss price used with the entry price.
  • InpShowOnChart - also displays the report as a chart comment.

How to use

  1. Compile the script in MetaEditor.
  2. Attach it to the symbol that needs diagnosis.
  3. Read the report in the Experts log or on the chart.
  4. Optionally supply entry and Stop Loss prices to inspect distance and estimated P/L.

The script does not submit, modify, or delete orders. It is intended for MQL5 developers, EA testers, and traders who need a compact symbol-constraint report when diagnosing broker compatibility.

Order Block Mitigation Tracker Order Block Mitigation Tracker

An MT5 indicator that detects ATR-filtered institutional order blocks and tracks, in real time, whether each zone has been mitigated by returning price.

Rolling Return Autocorrelation Regime Oscillator Rolling Return Autocorrelation Regime Oscillator

Tracks lag-N return autocorrelation over a rolling window as a live regime oscillator, distinguishing trending (positive autocorrelation) from mean-reverting (negative autocorrelation) market conditions. Plots a smoothed reading against dynamically-calculated statistical significance bands (±Z/√N), so you can tell a genuine regime shift from window-size noise — comparable across any symbol or timeframe since it works on returns, not raw price.

Session Sweep Reversal Detector Session Sweep Reversal Detector

arks the prior session's high/low and flags liquidity sweeps that reverse back inside the range within a set number of bars." — category Other, or Trend if you'd rather group it that way.

Multi-Timeframe FVG Depth Meter Multi-Timeframe FVG Depth Meter

Scans multiple timeframes for unfilled Fair Value Gaps, plots them as zones directly on your chart, and tracks local bull/bear imbalance depth with a histogram and live dashboard.