Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Scripts

Broker Execution Diagnostics MT5 - script pour MetaTrader 5

Usamah
Usamah
I develop MetaTrader 5 Expert Advisors and trading utilities with a focus on reliable execution, risk controls, and broker compatibility.
Vues:
82
Publié:
Mise à jour:
MQL5 Freelance Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

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.