✅ Job Advert: MQL5 Developer – News Event Dashboard Indicator & API Class

MQL5 Indicatori Esperti

Lavoro terminato

Tempo di esecuzione 15 giorni
Feedback del dipendente
Great client — humble, patient, understanding, and collaborative. A pleasure to work with and highly recommended!

Specifiche

Project Summary
I’m seeking a professional MQL5 developer to create a modern, stylish news event indicator and a supporting class API for integration into Expert Advisors. The indicator will pull high-impact news events (e.g., from Forex Factory) and display them visually on the chart, with colour-coded severity and time proximity. It must work across all relevant currencies or assets, based on a JSON config file, aggregating across multiple symbols news as per config file.

 

🧩 What You’ll Build

🧾 1. News Indicator (MQL5)

A chart indicator that:

  • Appears in Chart Window 1 (subwindow at bottom)
  • Displays a horizontal traffic-light line:
    • 🟢 Green = No news in ±30 minutes
    • 🟠 Orange = Upcoming or just past red news event (±30 minutes)
    • 🔴 Red = High-impact news right now
  • Uses JSON config to define the list of currencies/symbols of interest
  • Annotates the timeline visually with:
    • Event name, time, currency
    • Impact level (must show "Red" ones at a minimum)
  • Optional: clicking annotation opens the related news URL (if supported by MT5)

 

🧑‍💻 2. Supporting News Class API (MQL5)

This class (e.g. Class_NewsManager.mqh) must allow EA code to easily query:

// Called in EA code

bool IsHighImpactNewsNow();

bool IsWithinNewsBufferWindow();

datetime TimeOfNextHighImpactNews();

CArrayObj *GetUpcomingNews(string symbol);  // Returns event objects

 

It should parse the same JSON file as the indicator and share a unified logic.

⚙️ Config File (news_config.json)

Example:

json

{

  "symbols": ["USD", "EUR", "GBP", "AUD", "CAD", "JPY"],

  "impact": ["high"],

  "buffer_minutes": 30,

  "news_source": "forexfactory"

}

 

  Used for filtering symbols/currencies

  Used for deciding blackout window timing

  May include URLs if the news source supports them

🔗 News Source Integration

You may use:

Requirements:

  • Use WebRequest to retrieve and parse JSON or HTML
  • Auto-refresh data periodically (e.g., every 30–60 minutes)
  • Include fallback/default offline cache if news is temporarily unavailable

 

 

Visual Requirements

  • Modern look, clean fonts
  • Subwindow chart element like a timeline bar with news markers
  • Hover/click to display more info
  • Optional: click-through to browser URL if possible

 

🔐 Requirements

  • Must be MQL5-native with full source code provided
  • Must be EA-compatible (allowing cross-calls to the class from an EA)
  • Must be efficient (minimal CPU/memory)
  • Clean, well-documented code

 

📦 Deliverables

  • NewsDashboardIndicator.mq5
  • Class_NewsManager.mqh
  • news_config.json (with sample file)
  • Example .mq5 EA or script showing API class usage
  • All source code in plain MQL5

 

📆 Timeline & Budget

  • Timeline: ~1–5 days ideal
  • Budget: Flexible depending on complexity (news parsing & click support)

 

📝 To Apply

Please provide:

  • Your approach to parsing Forex Factory or equivalent
  • Example MQL5 indicators using WebRequest or subwindow visualisations
  • Confirmation you’ll deliver both the indicator and class, with full MQL5 source code

Con risposta

1
Sviluppatore 1
Valutazioni
Progetti
1
0%
Arbitraggio
0
In ritardo
1
100%
Gratuito
2
Sviluppatore 2
Valutazioni
(274)
Progetti
403
28%
Arbitraggio
40
40% / 50%
In ritardo
1
0%
Gratuito
3
Sviluppatore 3
Valutazioni
(5)
Progetti
6
33%
Arbitraggio
0
In ritardo
1
17%
Gratuito
4
Sviluppatore 4
Valutazioni
(7)
Progetti
8
13%
Arbitraggio
6
33% / 33%
In ritardo
0
Gratuito
5
Sviluppatore 5
Valutazioni
(322)
Progetti
499
67%
Arbitraggio
5
40% / 0%
In ritardo
4
1%
Gratuito
Pubblicati: 8 codici
6
Sviluppatore 6
Valutazioni
(169)
Progetti
180
46%
Arbitraggio
3
33% / 33%
In ritardo
1
1%
In elaborazione
7
Sviluppatore 7
Valutazioni
(72)
Progetti
147
67%
Arbitraggio
21
10% / 71%
In ritardo
44
30%
Gratuito
8
Sviluppatore 8
Valutazioni
Progetti
2
0%
Arbitraggio
4
25% / 50%
In ritardo
1
50%
Gratuito
9
Sviluppatore 9
Valutazioni
(11)
Progetti
15
20%
Arbitraggio
6
0% / 100%
In ritardo
3
20%
Gratuito
Ordini simili
TumiiFX 30 - 20000 USD
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback
I am looking for an experienced MQL4 developer to build a professional High-Frequency Trading (HFT) / Low-Latency Expert Advisor for MetaTrader 4 (MT4) . The EA will be deployed on an IC Markets Live account and should be optimized for the fastest possible execution using a low-latency VPS located in LD4 or NY4 . The primary instruments will be US30 and XAUUSD (Gold) . The goal is to create an EA capable of
A robot 50+ USD
HIGH-FREQUENCY M5/M15 CONCURRENT ENTRY SNIPER import time class HighFrequencySniper: def __init__(self): self.target_profit = 25.00 # Targeted Delta Move self.max_execution_time = 3600 # 1 Hour Sandbox (Seconds) self.lot_allocation = "CALIBRATED_TO_RISK" def execute_hft_scan(self, current_price, m5_rsi, m15_order_block): print(f"[SCANNING] Current Kernel Metric: ${current_price:.2f
I need a trading bot, please i need this project urgently and when messaing me kindly send me samples of past works and dont forget i need the project to be done as soon as possible
A lightweight MT5 chart overlay displaying total floating P&L, average entry price, combined lot size, and current symbol exposure as a percentage of account balance, all updating in real time with color-coded profit/loss indicators, delivered with clean object-oriented source code and no DLL dependencies
QUIERO CONSEGUIR EL CODIGO FUENTE DE ESTE INDICADOR QUE ME GUSTA MUCHO TAMBIEN TIENE EL NOMBRE DE ET BANDS O ENTRY EXIT TIMING . no se los componentes pero estas son las imagenes. que mejor lo describen
I am looking to convert my existing TradingView Pine Script (v5) strategy into an MQL5 Expert Advisor (EA) for MetaTrader 5. Strategy Details: Asset: Gold (XAUUSD) Timeframe: 15-minute Strategy Logic: The strategy is based on a breakout concept. Anchor Candle: The base calculation starts from the Specified Candle Entry Window: The EA should only look for entries As Per Indicator Risk Management: The strategy
I want to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance
Akram boushaba 30 - 500 USD
مرحبا كيف حالكم انا اكرم مهتم بالتداول احاول ان اصمم برنامج روبوت قادر على التداول من تلقاء نفسه من يمكنه ان يساعدني او يعلمني كيف استطيع فهل ذلك وسأكون ممتناً له وشكرا لكم
MetaTrader In-App Trade Alerts An existing MetaTrader terminal is already running on my side, but its account is kept hidden for privacy reasons. I need a specialist to wire up native in-app notifications so that every time a position is opened or later closed I see an immediate pop-up inside the platform—no emails or SMS, just the built-in alert window (and the usual MT push to mobile if that comes automatically

Informazioni sul progetto

Budget
30 - 100 USD
Scadenze
da 1 a 5 giorno(i)