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 Session Schedule Inspector 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:
235
Note:
(1)
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 Session Schedule Inspector MT5 broker-native schedule overview


Broker Session Schedule Inspector MT5 reads the actual weekly trading-session schedule supplied by your connected broker. It does not rely on fixed London, New York, or other global-session presets.

Run It to Inspect

  • The current chart symbol.
  • A comma-separated custom symbol list.
  • All visible Market Watch symbols.

For each symbol, the script:

  • Enumerates every session returned by SymbolInfoSessionTrade .
  • Reports whether the current server time falls within a scheduled session.
  • Finds the next opening or closing transition.
  • Includes the broker symbol’s trade mode and synchronization status.

An optional timestamped CSV snapshot can be written to the terminal’s Common Files folder. Sessions that cross midnight are labeled with (+1d) .

If the broker does not provide schedule data, the script reports SCHEDULE_UNAVAILABLE instead of inventing fallback hours.

Inputs

  • InpSymbolScope : Select the current chart, Market Watch, or a custom symbol list.
  • InpCustomSymbols : Specify comma-separated symbols for custom-list mode.
  • InpExportCSV : Enable or disable the Common Files CSV snapshot.
  • InpFilePrefix : Set a sanitized filename prefix.
  • InpMaximumSessionsPerDay : Set the defensive maximum used while enumerating broker sessions.

Usage

  1. Attach the script to any MT5 chart.
  2. Select the desired symbol scope.
  3. Read the concise chart summary and Experts log.
  4. If CSV export is enabled, retrieve the file from the terminal’s Common Files location.

Important Information

This is a diagnostics and documentation script. It does not place, modify, delete, or close trades. It also does not generate entry signals or promise trading results.

Schedule availability and accuracy depend on the connected broker’s symbol specification.

Round Trip Cost Reconciler MT5 Round Trip Cost Reconciler MT5

Read-only MT5 history utility that groups partial fills by position identifier and separates gross result from commission, swap, fee, and net result.

Stop Geometry Visualizer MT5 Stop Geometry Visualizer MT5

Read-only MT5 indicator that visualizes broker Stops Level and Freeze Level references on the chart.

Quantora Spread Monitor MT5 -  Professional Live Spread Monitoring Tool Quantora Spread Monitor MT5 - Professional Live Spread Monitoring Tool

Professional open-source Spread Monitor for MetaTrader 5. Displays live spread, minimum, maximum, average spread, history graph and configurable high-spread alerts with a modern Quantora dashboard.

Quantora Trading Cost Calculator MT5 - Professional Spread Commission and Swap Cost Calculator Quantora Trading Cost Calculator MT5 - Professional Spread Commission and Swap Cost Calculator

Professional open-source Trading Cost Calculator for MetaTrader 5. Calculates spread cost, commission, swap and estimated total trading cost using live broker symbol data and adjustable position settings.