Rejoignez notre page de fans
- Vues:
- 82
- Publié:
- Mise à jour:
-
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.
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
- Compile the script in MetaEditor.
- Attach it to the symbol that needs diagnosis.
- Read the report in the Experts log or on the chart.
- 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
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
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
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
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.