명시

 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 코드
비슷한 주문
HI there, Can anyone help to setup Oanda v20 account with VPS via REST API in Python? And later stage writing script for basic trading strategies such as trend following, Bolinger band or mean reversion etc. Thanks and kind regard, Aamir
I'm looking for a skilled Python developer to help expand and improve an existing Python game. The project is already functional, and I need someone who can add new features, improve gameplay mechanics, optimize performance, and maintain clean, well-structured code. Experience with game development in Python is preferred
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0
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
EA 45 - 205 USD
If EMA20 > EMA50 AND RSI > 55 AND No Open Position THEN Buy SL = 50 pips TP = 100 pips If Profit > 30 pips Move SL to Break Even If Profit > 50 pips Enable Trailing Stop
Hello Traders and Investors, I am a professional algorithmic trading developer specialized in building high-quality Expert Advisors (EAs), Indicators, Scripts, and Trade Management Tools for MetaTrader 4 and MetaTrader 5. With extensive experience in financial markets and trading automation, I can transform your trading ideas into reliable and efficient solutions with clean, optimized, and well-structured code. My
Привіт. Шукаю когось, хто б застосував мій код як бота . Я торгую індексом Aus_200 SFE (не XJO). Бот базується на MACD входу/виходу, RSI, стохастиці та vwap. Як тільки роботу приймуть, мені потрібно внести кілька коректив; однак, нічого суттєвого. Дякую
MT4/MT5 HFT EA us30 30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 or broker clock. 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell/buy at 50% of the FVG 7. SL: 10 pips above
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the

프로젝트 정보

예산
100+ USD