Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
Kodu ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Kodu beğendiniz mi? MetaTrader 5 terminalinde deneyin
Komut dosyaları

Broker Session Schedule Inspector MT5 - MetaTrader 5 için komut dosyası

Usamah
Usamah
I develop MetaTrader 5 Expert Advisors and trading utilities with a focus on reliable execution, risk controls, and broker compatibility.
Görüntülemeler:
235
Derecelendirme:
(1)
Yayınlandı:
Güncellendi:
MQL5 Freelance Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
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.