MQL5 Developer Needed – Build Market Open/Close Time Indicator with API Integration

MQL5 Indicators

Job finished

Execution time 4 days
Feedback from customer
Paid in full but never got a working indicator. Only received time-locked binaries & Source code withheld until after payment. Still doesn’t work. No logs, no error handling, fails. Avoid.
Feedback from employee
impatient. so very impatient

Specification

🧩 Project Requirements

🔎 Primary Features

  • Show market open and close times for the symbol the indicator is attached to.
  • Use an external API to retrieve trading session data.
  • Handle time zone conversions correctly (UTC ↔ local ↔ broker/server time).
  • Visually display session times using a subwindow style indicator, similar to a horizontal bar or overlay panel showing “OPEN” and “CLOSED” windows clearly.
  • Must also show known public holidays or close days e.g. 4th July etc for given symbol;
  • Json file Config ability to track multiple symbols at same time.

 

🛠 Technical Features

  • Written in pure MQL5, no DLLs.
  • Creates a visual panel or histogram bar in a subwindow (Indicator Style 1).
  • Automatically updates daily using scheduled calls (or per tick if light).
  • Includes a class module (e.g., Class_MarketHours.mqh) that exposes:

 

datetime GetMarketOpen(string symbol);

datetime GetMarketClose(string symbol);

bool IsMarketOpen(string symbol, datetime time_check = TimeCurrent());

TimetoMarketClose()

TimeSinceMarketOpen()

Within30MinutesOfMarketCloseOrOpen()

Within30MinutesOfMarketCloseForTheWeek()

PublicHolidays()

📦 Deliverables

  • MarketHours.mq5 indicator
  • Class_MarketHours.mqh for programmatic use in other EAs or indicators
  • MarketHoursConfig.mqh or JSON config (optional)
  • Holidays
  • All source code
  • Sample usage EA/indicator showing how to use the class

 

 

💡 Visual & Functional Goals

  • Visually show today’s open and close period as a band or block in a subwindow
  • Label with market status, e.g.:
    • “Open 09:30 - 16:00 (NYSE)”
    • “Closed – Reopens in 3h 12m”
  • Optional: display next open/close countdown
  • Should auto-detect the symbol’s exchange/market or allow override

 

🌐 API Notes

You may suggest the best API for market hour data. You must:

  • Implement proper API call logic (e.g., WebRequest)
  • Handle API key securely (stored in input or config file)
  • Parse and cache data for efficiency

🔐 Requirements

  • Strong MQL5 + OOP skills
  • Experience with HTTP API/WebRequest in MQL5
  • Must know how to handle timezone conversion between server, local, and UTC
  • Prior work on session/time-based indicators is a bonus

💰 Budget & Timeline

  • Budget: Flexible, based on experience and API complexity
  • Timeline: 7–10 days preferred

📝 How to Apply

Send:

  • Brief proposal of how you'd approach API integration and timezone handling
  • Relevant past work (esp. involving WebRequest or custom time/session indicators)
  • Confirmation that full MQL5 source code will be provided

 

 

It may look similar to the following with added annotations on open and close and public holidays.

Indicator would be a traffic light system

Open = green line

Closed = red line

Within 30 minutes of a close before or after =

Orange Line


Responded

1
Developer 1
Rating
Projects
2
0%
Arbitration
4
25% / 50%
Overdue
1
50%
Free
2
Developer 2
Rating
(72)
Projects
147
67%
Arbitration
21
10% / 71%
Overdue
44
30%
Free
3
Developer 3
Rating
(11)
Projects
15
20%
Arbitration
6
0% / 100%
Overdue
3
20%
Free
4
Developer 4
Rating
(14)
Projects
14
14%
Arbitration
8
0% / 88%
Overdue
2
14%
Loaded
5
Developer 5
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Similar orders
Indicador Maximas e Minimas + Super Trend O Indicador MAX/MIN é um indicador de análise técnica para o MetaTrader 5 , desenvolvido para ajudar você a identificar regiões importantes de preço e possíveis oportunidades de compra e venda. O que ele faz MAX/MIN: identifica máximas e mínimas relevantes do mercado e mostra os preços no gráfico. HH / HL / LH / LL: ajuda a visualizar a estrutura do mercado, mostrando quando
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I'm looking for an experienced developer to create an automated gold trading bot. The bot should be compatible with MetaTrader 4/5 and TradingView. Key Requirements: - Automated trading bot - Compatible with MetaTrader 4/5 and TradingView - Implement scalping and swing trading strategies Ideal Skills and Experience: - Proficiency in trading algorithms - Experience with gold trading - Familiarity with MetaTrader and
I need a robust optimization of my MT5 EA, mainly for XAUUSD (Gold). Please optimize the existing adjustable parameters such as entry/exit settings, SL/TP, trailing/break-even settings, and any other strategy parameters that are appropriate. I want the optimization focused on stable profitability, low/moderate drawdown, and robustness rather than simply the highest possible profit. Please use out-of-sample testing
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hello, I need a custom NON-REPAINT MT5 indicator that gives sell/buy arrow signals 1–2 candlesticks before a spike on Crash and boom indices respectively occurs. Requirements: Works perfectly on MT5 Shows arrows before the spike (1–2 candles earlier). Non-repaint – once the arrow appears, it must stay. Should be accurate, not quantity — only quality signals. Must work on both demo and live accounts. I want the
Hello, I saw an indicator on TradingView and would like to know if you will be able to convert it for use on Thinkorswim platform? Thanks. if anyone can help me with it kindly do well to bid it urgent thanks looking forward too see you
calcVolume( void ) { //--- MqlRates rates[]; if ( CopyRates ( _Symbol , PERIOD_CURRENT , startTime, endTime, rates) > 0 ) { double rangeHigh = rates[ 0 ].high, rangeLow = rates[ 0 ].low; int count = MathAbs ( iBarShift ( _Symbol , PERIOD_CURRENT , startTime) - iBarShift ( _Symbol , PERIOD_CURRENT , endTime)) + 1 ; //---VERTICAL PRICE RANGE for ( int b = 0
Create an MT5 Expert Advisor (EA) for trading Gold (XAUUSD). The EA should provide BUY and SELL signals based on trend direction, market momentum, and price action. It should automatically place trades only when the entry conditions are met. Risk management: Use a small adjustable lot size. Include Stop Loss (SL) and Take Profit (TP). Include a maximum daily loss limit. Include a maximum number of open trades. Do not

Project information

Budget
30 - 100 USD
Deadline
from 1 to 5 day(s)