명시
Hello. I need an expert MQL4 developer to create a professional Gold (XAUUSD) Grid/Martingale EA for MetaTrader 4 (MT4).
This project requires high reliability, a clean visual dashboard, strict web-based license security, and native language input configurations.
====================================================================
1. CORE TRADING LOGIC (XAUUSD, M1 Timeframe)
====================================================================
- The EA executes bi-directional (Buy/Sell) grid trading depending on input toggles.
- Initial Entry: Opens the first trade with 'StartLot' size.
- Grid Layering: If the market moves against the open position, the EA opens consecutive entries at fixed intervals defined by 'GridDistancePoints'.
- Lot Multiplier: The lot size multiplication factor is controlled by 'LotMultiplier'. (If set to 1.0, it operates as a standard fixed-lot grid).
- Max Protection: Open orders in a single direction are strictly limited by 'MaxOrdersPerDir'.
- Basket Take Profit: Once multiple orders are active, the EA calculates the combined break-even price and applies a unified Basket TP target in points ('TakeProfitPoints') from the average price matrix.
- Basket Stop Loss: If the cumulative floating drawdown reaches 'BasketSLAmount' in account currency ($), the EA must immediately hard-close all active positions to protect equity.
* SPECIAL NOTE FOR BACKTESTING/LOGIC ANALYSIS:
Please ignore the manual over-trading anomaly observed between 10:14:42 and 10:20:00 on May 29, 2026, in any user-provided statement histories. It was a manual UI test error. The core algorithm must strictly follow the automated rules mentioned above.
====================================================================
2. SECURITY & LICENSE MANAGEMENT (Web Authentication)
====================================================================
I am running a subscription-based business. The EA must include a Web License Security layer using Google Sheets via WebRequest().
- On Initialization (OnInit), the EA must query a Google Sheet CSV export URL.
- The Google Sheet contains Authorized MT4 Account Numbers (Column A) and Expiry Dates (Column B).
- If the current terminal 'AccountNumber()' is NOT found in the sheet, or if the current time 'TimeCurrent()' has passed the Expiry Date, the EA must:
a) Display a large red text on the chart screen: "LICENSE ERROR: Unauthorized Account or Subscription Expired!"
b) Trigger an Alert popup dialog box.
c) Forcefully unload itself from the chart using 'ExpertRemove()'.
- If the WebRequest fails entirely (e.g., no internet connection), the EA must lock itself and remove itself for safety.
====================================================================
3. USER INTERFACE (UI) & GRAPHICAL DASHBOARD
====================================================================
- The EA must draw a sleek, modern visual panel overlay on the chart screen.
- It must dynamically display: Account Balance, Equity, Margin Level, Open Buy/Sell Lots, Net Floating Profit/Loss, and Subscription Status.
- Dashboard position and text styling must be adjustable via input variables.
====================================================================
4. MANDATORY INPUT PARAMETERS (With Native Comments)
====================================================================
To allow customizable setups directly via the MT4 properties window, you must implement the inputs EXACTLY with the specific native Korean comments provided below. MT4 uses these comments as labels, which is mandatory for my operations.
input string _heading0 = "======= GOLD GALE EA ======="; // [ GOLD GALE EA ]
input int MagicNumber = 123456; // 매직 넘버 (Magic Number)
input string _heading1 = "--- [1] 거래 방향 설정 ---";
input bool AllowLong = true; // Buy(매수) 진입 허용
input bool AllowShort = true; // Sell(매도) 진입 허용
input bool ShowDashboard = true; // 차트 대시보드 표시 여부
input string _heading2 = "--- [2] 초기 진입 설정 ---";
input double StartLot = 0.02; // 첫 번째 진입 랏사이즈 (Start Lot)
input string _heading3 = "--- [3] 익절 설정 ---";
input double TakeProfitPoints = 200.0; // 목표 익절 포인트 (Points)
input string _heading4 = "--- [4] 마틴게일 / 그리드 설정 ---";
input double LotMultiplier = 1.0; // 랏 증가 배수 (1.0 = 고정 랏 그리드)
input int GridDistancePoints = 700; // 추가 진입 간격 (Grid Distance Points)
input int MaxOrdersPerDir = 5; // 한 방향당 최대 진입 횟수 (Max Layers)
input string _heading5 = "--- [5] 청산 모드 및 리스크 관리 ---";
input bool UseBasketTP = true; // 전체 평단가 기준 바스켓 익절 사용
input int CooldownSeconds = 0; // 바스켓 청산 후 재진입 대기 시간 (초)
input double BasketSLAmount = 200.0; // 계좌 통화 기준 강제 손절 금액 ($)
input string _heading6 = "--- [6] 시장 분석 필터 (ADX/ATR) ---";
input int ADX_Period = 14; // ADX 기간 설정
input int ATR_Period = 14; // ATR 기간 설정
input double ADX_Threshold = 25.0; // 추세/횡보 판단 기준값
input string _heading7 = "--- [7] 대시보드 UI 디자인 ---";
input string PanelPosition = "Bottom_Right"; // 패널 위치 (우측하단 기본)
input int Panel_X_Offset = 50; // 가로 여백 (X 오프셋)
input int Panel_Y_Offset = 30; // 세로 여백 (Y 오프셋)
input int FontSize = 9; // 글자 크기
input string FontName = "Consolas"; // 글꼴 이름
====================================================================
5. INTELLECTUAL PROPERTY & DELIVERY TERMS
====================================================================
- 100% Full Source Code Delivery Required: You must provide both the compiled file (.ex4) and the fully unencrypted source code file (.mq4) with all comments preserved. Deliveries with only the .ex4 file will be rejected immediately.
- Clean Code Practices: Ensure proper decimal and point-digit tracking automatically for Gold spot symbols (e.g., auto-detecting 2-digit or 3-digit quote environments).
- Absolute Confidentiality: You are strictly prohibited from reselling, redistributing, or reusing this code or logic for other commercial projects.
Thank you. I look forward to working with a skilled professional. Please provide your realistic cost estimation and delivery timeline.
응답함
1
등급
프로젝트
322
30%
중재
34
26%
/
65%
기한 초과
10
3%
작업중
2
등급
프로젝트
3
0%
중재
1
0%
/
100%
기한 초과
0
무료
3
등급
프로젝트
169
44%
중재
3
33%
/
33%
기한 초과
1
1%
로드됨
4
등급
프로젝트
1732
49%
중재
54
69%
/
13%
기한 초과
38
2%
작업중
5
등급
프로젝트
1001
47%
중재
33
36%
/
36%
기한 초과
98
10%
무료
게재됨: 6 코드
6
등급
프로젝트
8
13%
중재
4
50%
/
0%
기한 초과
0
작업중
게재됨: 3 기고글, 32 코드
7
등급
프로젝트
601
34%
중재
64
20%
/
58%
기한 초과
147
24%
작업중
게재됨: 1 기고글, 22 코드
8
등급
프로젝트
460
26%
중재
139
20%
/
60%
기한 초과
100
22%
무료
9
등급
프로젝트
5
0%
중재
1
100%
/
0%
기한 초과
1
20%
로드됨
10
등급
프로젝트
2
0%
중재
0
기한 초과
0
무료
11
등급
프로젝트
24
21%
중재
4
50%
/
25%
기한 초과
4
17%
로드됨
12
등급
프로젝트
285
77%
중재
13
69%
/
0%
기한 초과
4
1%
작업중
13
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
14
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
15
등급
프로젝트
10
10%
중재
2
0%
/
50%
기한 초과
2
20%
작업중
16
등급
프로젝트
824
62%
중재
33
27%
/
45%
기한 초과
23
3%
무료
게재됨: 1 코드
17
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
18
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
19
등급
프로젝트
3395
68%
중재
77
48%
/
14%
기한 초과
342
10%
무료
게재됨: 1 코드
20
등급
프로젝트
5
0%
중재
4
25%
/
75%
기한 초과
2
40%
무료
21
등급
프로젝트
7
43%
중재
1
0%
/
100%
기한 초과
0
무료
22
등급
프로젝트
396
28%
중재
69
19%
/
49%
기한 초과
121
31%
작업중
23
등급
프로젝트
376
72%
중재
19
32%
/
47%
기한 초과
14
4%
무료
게재됨: 14 코드
24
등급
프로젝트
13
23%
중재
7
0%
/
71%
기한 초과
3
23%
작업중
25
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
26
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
비슷한 주문
Custom 3x1 XAUUSD Professional Indicator for MT5
500 - 700 USD
“} Final Trading Logic Requirements 1. Confirmation Timeframe The main confirmation timeframe must be M15. The indicator may show a Pending Setup during the active 15-minute candle, but the setup is not valid for entry yet. A valid trading signal must be confirmed only after the M15 candle closes. If the setup appears during the candle but disappears in the final seconds before candle close, no confirmed signal
MT5 EA Developer for Structured ICT/SMC Market Logic Requirements Specification: I need an MT5 Expert Advisor only in MQL5. No indicator, no script, no DLL, and no external API. The EA must be built on a rule-based ICT/SMC-style framework with objective, backtestable logic. I am not looking for social-media-style ICT/SMC interpretation. I need a developer who can convert trading concepts into clear coding rules. The
looking for a highly experienced mql5 developer to build a professional trading ea based on multi timeframe top down analysis and market structure concepts the system should combine higher timeframe context with lower timeframe execution and provide both precise logic and clean visual representation on chart ⸻ core requirements • implementation of multi timeframe logic higher timeframe bias combined with lower
OBJETIVO Criar um Expert Advisor MT5 profissional para XAUUSD focado em: Consistência Baixo drawdown Scalping profissional Proteção da conta Crescimento sustentável Compatibilidade com conta micro e prop firms NÃO utilizar: Martingale Grid Hedge agressivo Recovery system Multiplicação de lotes após perda --- ATIVO XAUUSD apenas --- TIMEFRAMES Timeframe principal M5 Confirmação tendência M15 Confirmação macro opcional
Advanced ICT + CRT Smart Money Expert Advisor for MT5
300 - 1000 USD
I need a very advanced and intelligent MT5 Expert Advisor coded in MQL5 for XAUUSD, based on ICT + CRT + Smart Money Concepts. The goal is not a simple robot, but a professional decision-making system with strong filters, risk control, and high-quality trade selection. The EA must include: 1. Multi-Timeframe Analysis - D1 / H4 / H1 bias - M15 / M5 entry confirmation - Bullish or bearish market structure - BOS, CHoCH
📌 Project Overview: I need a full Smart Trade Management System for MetaTrader 4/5. This is a complete trading ecosystem, not a simple EA. 📌 Core Features: Smart Money Management (risk-based lot calculation) Advanced Trading Toolbox (TradingView-style drawing tools) Central Master Dashboard (risk, filters, account control) Multi-account monitoring (MT4/MT5 synchronization) Real-time monitoring (spread, equity
I am looking for an experienced developer in MQL5 to build a fully AI and automated trading bot (Expert Advisor) for MetaTrader 5. The EA will trade XAUUSD only and will be based purely on price action and Smart Money Concepts (SMC), specifically focusing on liquidity sweeps, market structure shifts (MSS/CHoCH), and wick rejection entries at key points of interest (POIs). The system must follow a strict rule: no
프로젝트 정보
예산
50 - 150 USD
기한
에서 2 로 7 일