Fan sayfamıza katılın
- Görüntülemeler:
- 235
- Derecelendirme:
- Yayınlandı:
- Güncellendi:
-
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 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
- Attach the script to any MT5 chart.
- Select the desired symbol scope.
- Read the concise chart summary and Experts log.
- 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
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
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
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
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.