Title: Advanced XAUUSD MT5 Indicator – MQL5 Source Code Required
I need a professional MT5 indicator written from scratch in MQL5 (.mq5) for XAUUSD.
The indicator must be signals/analysis only — AutoTrading must remain OFF. I need the complete editable .mq5 source code, not only an .ex5 file.
The system should analyze multiple timeframes: H4 → H1 → M30 → M15 → M5 → M1.
Required logic:
- Higher-timeframe bullish/bearish bias
- Buy-side and sell-side liquidity
- Liquidity sweeps / false breakouts
- Market Structure Shift (MSS)
- BOS / CHOCH
- Strong displacement
- FVG / IFVG
- Order Blocks
- Breaker Blocks
- Supply/Demand and displacement-origin/base zones
- Premium/Discount
- M5 setup with M1 confirmation/refinement
Entry logic: I prefer BUY LIMIT / SELL LIMIT signals at strong POIs. Do not generate a signal simply because price touches an FVG or Order Block. The system must wait for the required structure/confirmation.
The entry should be refined toward the actual lower-timeframe reaction/origin when confirmed. Do not artificially use an extremely tight Stop Loss. SL must be based on genuine structural invalidation.
Take Profit: TP should target meaningful external liquidity / significant M30-H1 swing liquidity. Do not choose a tiny nearby swing just to produce a good RR number.
RR should be calculated after Entry, structural SL and liquidity TP have been identified. The system should reject poor-quality setups rather than manipulate SL/TP to obtain a desired RR.
Chart display: show BUY/SELL arrows, Entry, SL and TP levels, setup status, timeframe/POI used, and whether the setup is WATCHING or CONFIRMED.
MT5 Push Notifications: when a setup becomes confirmed, immediately send a notification such as:
YLLI ENTRY 🥷 — SELL LIMIT
Entry: xxxx.xx
SL: xxxx.xx
TP: xxxx.xx
RR: x.xx
The same confirmed setup must not spam repeated notifications on every tick. Once a setup is locked, Entry/SL/TP should remain unchanged until it is filled, invalidated, expired, or structurally cancelled.
The indicator must work across Asia, London and New York sessions. Sessions and economic-news events may be displayed as information but should not automatically disable the analysis.
Important: I can provide screenshots/examples showing the type of chart behaviour and signals I want reproduced. I am asking you to implement equivalent observable behaviour with original MQL5 code; I am not requesting decompilation or copying proprietary source code.
Deliverables required:
1. Full .mq5 source code
2. Compiled .ex5
3. No DLL dependency unless agreed beforehand
4. No AutoTrading / no OrderSend
5. MT5 push notifications
6. Source code must compile with 0 errors
7. Settings/inputs must be editable
8. Short explanation of the signal/invalidation logic
Before I accept the project, please show the indicator running in MT5 Strategy Tester or on historical XAUUSD data and demonstrate several signals without repainting or hindsight-only placement.
Please tell me your price, estimated delivery time, and whether you have previous experience building market-structure/liquidity-based MT5 indicators.
Похожие заказы
Hi. I am looking for an experienced MQL5 developer for an advanced XAUUSD MT5 indicator. Before choosing a developer, I would like to see a small proof-of-concept or an example of a similar indicator you have already developed. My final indicator must be written from scratch in MQL5 and I must receive the complete .mq5 source code + compiled .ex5 . Main requirements: XAUUSD MT5 / MQL5 Indicator only — NO AutoTrading
Hello, Before I select a developer, please confirm that you can implement the complete MT5 EA exactly according to my specification. The most important requirements are: 1. Strict NO-REPAINT / NO-HINDSIGHT logic. 2. Sweep, MSS/BOS, Displacement, FVG, Order Block and POI must be defined algorithmically before coding. 3. M1 and M5 confirmation logic. 4. Zero-Float Entry logic. 5. MT5 terminal alerts and immediate MT5
I need a professional XAUUSD signal indicator for MetaTrader 5, written entirely in MQL5 (.mq5). IMPORTANT: This is NOT an auto-trading EA. It must never open, close or modify trades. It only analyzes XAUUSD and generates signals + MT5 push notifications. 1. Multi-timeframe analysis: H4 → H1 → M30 → M15 → M10 → M5 → M1. 2. Detect market structure: - Swing High / Swing Low - BOS - MSS - CHOCH - Bullish/Bearish HTF
Order for an EA. Trade signals from 1 Buffer Needed is an EA which runs from one of my indicators. Indicator has 2 Buffers, we use only 1 of them. To use are the datas from Datawindow of the indicator buffers. BUFFER 1 in Datawindow = CCI-iRSI If value (of Buffer1) Candle = > 0 = LONG signal If value (of Buffer1) AT END of Candle = < 0 = Short signal If value (of BUffer1) AT END of Candle = 0 = the current signal
I would like to create a tradingview robot that will sync with tradovate. My strategy is as follows: Chart Setup - MES on left and MNQ on right. The MES chart has quarter levels on it. The MNQ has the volume indicator. Trading Session is from 9:30AM EST - 11:00AM EST If most recent price action has crossed *up* a quarter level on MES, I look for *sells* on MNQ. My trigger for a sell is a bearish engulfing candlestick
Hi, I would like to commission an Expert Advisor (EA) for MetaTrader 5 (MT5) based on the Smart Money Concepts (LuxAlgo) indicator, which is available in the MQL5 Market. Below are the detailed specifications for the EA: 1. General Parameters & Symbol Trading Asset: Gold (XAUUSD) Timeframe: 5-Minute (M5) Indicator Integration: Integration with "Smart Money Concepts (LuxAlgo - Smart Money Concepts)" via
We are looking for an experienced MQL5 developer who also has real trading experience to build our existing trading strategy into a fully automated MT5 Expert Advisor (EA). We already have our entry and exit trading rules documented . We are not looking for someone to invent a strategy for us. We need someone who understands trading well enough to understand our rules, discuss them with us in normal trading terms
i have indicator for Trading View, also copy for NT, i need someone to improve and check the NT version (indicator is simple is volume density koncept)…. when i put same settings on TV version and NT version i have diffrerent results, but this can be because diffrent market data or fact that TV sending tick info in blocks , not tick by tick like NT8 on both. I(ndicator base on counting volume) so besied that is it
I need a trading robot that can automatically analyse the market, identify trading opportunities, manage trades, and use clear risk controls. The robot should be reliable, easy to monitor, and suitable for testing before real trading
//+------------------------------------------------------------------+ //| M5 Trend Pullback EA | //| Exness / MT5 | //| Forex + XAUUSD | //| Risk: 0.5% per trade | //+------------------------------------------------------------------+ #property strict #property version "1.00" #property description "M5 EMA50/EMA200 + RSI + ATR Trend Pullback EA" #include <Trade/Trade.mqh> CTrade trade;