指定

 Phase 1 – Visual Indicator Only

Objective: Build a visual indicator for MT5 that draws all required elements on chart. No trading logic or orders yet — just a full visual layout of my Smart Money setup.


🔹 What the Indicator Must Display:

  1. Bias Detection:
    • On 1H: HH+HL = Bullish, LL+LH = Bearish
    • Use Fibonacci to draw Premium/Discount zones
    • Auto-detect swing Low to High (or High to Low) and draw fib:
      • Highlight 0.5 equilibrium line
      • Color above 0.5 = Premium, below = Discount
  2. Liquidity Hunt Zones (1H):
    • Detect equal highs/lows
    • Draw horizontal lines for liquidity pools
    • Mark liquidity grabs with arrow + label
  3. Market Structure Shift (MSS / CHoCH on M5/M1):
    • Draw line to show internal BOS/CHoCH
    • Label CHoCH area
  4. Order Block (OB):
    • Box OB candle before CHoCH (can be 1 or 2 candles)
    • Must occur before CHoCH
  5. Fair Value Gap (FVG):
    • Mark imbalance with a shaded rectangle between candles
    • Only valid FVG after CHoCH
  6. OTE Zone:
    • From recent swing high to low (or vice versa)
    • Plot retracement zone: 0.618 to 0.786
    • Color-fill this zone
  7. Entry Zone:
    • Arrow + label pointing to overlapping zone of:
      • OB + FVG + inside OTE
  8. Optional (but preferred):
    • Add Killzone time filter (London, NY)
    • Add alert when valid entry area is formed

 Phase 2 – Convert Indicator to EA (After I Approve)

Once I confirm the indicator works visually and correctly:

  • You will add execution logic
  • Same strategy rules as listed above
  • Must follow:
    • Entry only if all conditions align
    • Stop behind OB/FVG
    • TP1 = opposite FVG
    • TP2 = next liquidity
    • TP3 = HTF OB

🔒 Terms: 

  • l will test the EA on demo, and accept + pay once confirmed working.
  • I will not accept the project until the EA is complete
  • I will test it on demo, and if it works correctly as described, I will accept and pay
  • Do not skip Phase 1. I won’t accept the EA without seeing the working indicator.
  • Do not ask for more explanation — everything is in this job post and screenshots.
  • You must have SMC/ICT knowledge. I won’t teach it.

📎 I Will Provide:

  • 3 annotated screenshots (already attached) that define exact visual layout
  • All necessary visuals are marked: OB, CHoCH, FVG, OTE, fibs, etc.

反馈

1
开发者 1
等级
(366)
项目
445
55%
仲裁
22
55% / 14%
逾期
30
7%
已载入
2
开发者 2
等级
(45)
项目
91
13%
仲裁
34
26% / 59%
逾期
37
41%
空闲
3
开发者 3
等级
(4)
项目
6
33%
仲裁
7
14% / 57%
逾期
1
17%
空闲
4
开发者 4
等级
项目
0
0%
仲裁
0
逾期
0
空闲
5
开发者 5
等级
(10)
项目
15
13%
仲裁
6
0% / 67%
逾期
2
13%
空闲
6
开发者 6
等级
(271)
项目
553
50%
仲裁
57
40% / 37%
逾期
227
41%
工作中
7
开发者 7
等级
(298)
项目
478
40%
仲裁
105
40% / 24%
逾期
82
17%
已载入
发布者: 2 代码
相似订单
DESCRIPTION: I have a trading bot (Pips Sure EA v2.1) that operates on MT4, but I do not own the original .mq4 source code file. I need an experienced MQL4 developer to build a clean, optimized clone from scratch so that I can own the source code for long-term updates. WHAT I WILL PROVIDE: 1. The compiled .ex4 bot file. 2. The companion custom indicator file used by the bot (HiLo.ex4). 3. Detailed screenshots of all
I NEED ONE MILLON TESTED STATERGIES YOUR DUTY IS TO RUN ONE MILLION DIFFERENT SCENARIOS AND FIND ME AN ALPHA AND TESTED ON OVER ALL TYPES OF ASSESTS SO THATS IT THERE IS ANYONE WHO CAN ABLE TO DO THIS JOBB
Jona copilot v12 30 - 40 USD
Hi, I'm interested in ordering an MT4 trading bot. Before we begin, could you please send me the technical specifications and requirements you'll need? Specifically, I'd like to know: - The trading strategy the bot will use. - The currency pairs or instruments it will trade. - The timeframes it supports. - Risk management features (lot sizing, stop loss, take profit, trailing stop, maximum drawdown). - Whether it
Hello, I want this project to be a complete redesign, not just an update. My goal is to build an institutional-grade TradingView indicator that is extremely accurate, stable, fast, and completely non-repainting. You are free to modify, delete, replace, or completely rewrite any part of the code if it improves the final result. I don't care about preserving the current code or appearance—I only care about building the
//+------------------------------------------------------------------+ //| DX_Structure_H1.mq5 | //| Copyright 2026, Seu Nome | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2026" #property link " https://www.mql5.com " #property version "1.00" #property strict // Parâmetros de Entrada input string InpSymbol = "DX.F"; // Nome do Ativo
Hola, traders e inversores: Desarrollamos soluciones de trading algorítmico para MetaTrader 4 y MetaTrader 5. Creamos bots, indicadores y herramientas a medida que convierten estrategias manuales en sistemas automáticos, configurables y orientados a una gestión de riesgo sólida. Hemos trabajado en automatizaciones que integran entradas y salidas por reglas, cálculo de lotaje, control de drawdown, filtros de horario y
automatic robo sell at bollinger band upwards breach and rsi should above 80 and buy when bollinger breach downwards and rsi is below 30, rsi shoould works only on Gold trade and none ofhe trades
Hello, I need a custom Expert Advisor for MetaTrader 5. I am trading from mobile only. **Account & Style:** - Capital: $5,000 - $10,000 - Risk: Moderate/Balanced - Trading Style: Scalping **Pairs & Timeframe:** - Symbols: EURUSD and XAUUSD - Timeframe: M5 **Strategy:** - BUY: RSI(14) < 30 AND Price > 20 EMA - SELL: RSI(14) > 70 AND Price < 20 EMA - Only 1 trade per symbol at a time - No Martingale / No Grid **Risk
I have an MT4 custom indicator (.ex4) that I use regularly, and I would like an identical MT5 version. Important: I do not have the source code (.mq4). I only have the compiled MT4 indicator. I am looking for an experienced MQL developer who can recreate the indicator's functionality and appearance for MT5 by analyzing its behavior. The MT5 version should match the MT4 version as closely as possible, including
Mac200 50+ USD
I need a Trend following Bot. Here we took entries by looking at two indicator which are 200 period ema and 12 26 9 MacD. Rules for entry exit are: Buy trade: When market is above 200 ema and MacD Line cross over the signal line and this cross over happened below the zero line of MacD indicator. We simply put Buy trade. Sell trade: When market is below 200 ema and MacD line crosses below the signal line and this

项目信息

预算
100+ USD