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

Broker Session Schedule Inspector 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.
조회수:
254
평가:
(1)
게시됨:
업데이트됨:
MQL5 프리랜스 이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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.