仕事が完了した
実行時間3 日
依頼者からのフィードバック
The first development was very successful. He knows MT4 MT5 very well. He is very good
指定
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
評価
プロジェクト
349
29%
仲裁
37
27%
/
65%
期限切れ
10
3%
取り込み中
2
評価
プロジェクト
3
0%
仲裁
1
0%
/
100%
期限切れ
0
暇
3
評価
プロジェクト
187
47%
仲裁
3
33%
/
33%
期限切れ
1
1%
取り込み中
4
評価
プロジェクト
1733
49%
仲裁
55
67%
/
16%
期限切れ
38
2%
仕事中
5
評価
プロジェクト
1007
47%
仲裁
33
36%
/
36%
期限切れ
99
10%
仕事中
パブリッシュした人: 6 codes
6
評価
プロジェクト
22
45%
仲裁
6
33%
/
33%
期限切れ
2
9%
取り込み中
パブリッシュした人: 7 articles, 35 codes
7
評価
プロジェクト
603
34%
仲裁
65
22%
/
57%
期限切れ
147
24%
仕事中
パブリッシュした人: 1 article, 22 codes
8
評価
プロジェクト
462
26%
仲裁
139
20%
/
60%
期限切れ
100
22%
暇
9
評価
プロジェクト
16
50%
仲裁
1
100%
/
0%
期限切れ
4
25%
暇
10
評価
プロジェクト
2
0%
仲裁
0
期限切れ
0
暇
11
評価
プロジェクト
32
38%
仲裁
4
50%
/
25%
期限切れ
5
16%
仕事中
12
評価
プロジェクト
305
76%
仲裁
13
77%
/
0%
期限切れ
5
2%
仕事中
13
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
14
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
15
評価
プロジェクト
16
19%
仲裁
2
0%
/
50%
期限切れ
3
19%
仕事中
16
評価
プロジェクト
840
61%
仲裁
33
27%
/
45%
期限切れ
24
3%
暇
パブリッシュした人: 1 code
17
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
18
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
19
評価
プロジェクト
3414
68%
仲裁
77
48%
/
14%
期限切れ
342
10%
暇
パブリッシュした人: 1 code
20
評価
プロジェクト
6
0%
仲裁
4
25%
/
75%
期限切れ
2
33%
暇
21
評価
プロジェクト
8
38%
仲裁
1
0%
/
100%
期限切れ
0
暇
22
評価
プロジェクト
396
28%
仲裁
70
19%
/
49%
期限切れ
121
31%
仕事中
23
評価
プロジェクト
378
72%
仲裁
19
32%
/
47%
期限切れ
16
4%
暇
パブリッシュした人: 15 codes
24
評価
プロジェクト
13
23%
仲裁
7
0%
/
71%
期限切れ
3
23%
仕事中
25
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
26
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
類似した注文
MT5 EA DEVELOPMENT SPECIFICATION CHANNEL + RSI REVERSAL STRATEGY I need a professional MetaTrader 5 Expert Advisor based on the following exact strategy. 1. Core Strategy The EA must automatically identify a valid price channel using confirmed swing highs and swing lows. The strategy trades reversals from the channel extremes: SELL: Upper channel + RSI above 70 + bearish rejection. BUY: Lower channel + RSI below 40 +
Hi, I have an existing MQL5 EA of around 18,000 lines that I would like you to review. It has two entry systems (Main + Scalper), many filters/parameters, risk management, and prop-firm functionality. The EA is already working, but I am struggling with optimization and obtaining robust backtest statistics. I would like to send you the complete source code so you can first review the architecture, strategy logic
Senior MQL5 Developer Required — XAUUSD & BTCUSD Algorithmic EA I am looking for an experienced MQL5 developer to design and build a robust MT5 Expert Advisor for XAUUSD (Gold) and BTCUSD . This is not a request for a basic RSI/EMA EA, martingale, grid, or recovery system . I want a properly engineered algorithmic trading system with a demonstrable trading rationale, robust risk management, reliable execution and
Ai sadick
30+ USD
Fully automated entry and exit of trades. Identify market trends using price action and reliable technical indicators. Trade major Forex pairs and XAU/USD (Gold). Automatic Stop Loss and Take Profit on every trade. Adjustable risk management, with default risk of 1% per trade. Maximum daily loss protection to stop trading after a specified loss. Break-even and trailing-stop functions. Adjustable lot size, risk %
Hello there, I am looking for a automated strategy for ninjatrader 5 Looking for a proven profit factor of 1.5 ( minimum ) on 15 mins time frame . I do MNQ futures I do not have the logic, but I like mean reverssion variable , plus RSI etc . that could make the automated tool robust and long lasting. i need fast response if you have
Date:29.08.2026 **TECHNICAL SPECIFICATIONS** PDF Attached for reference rest all details given below. Required: Creation, Integration and successful execution of trading algo/robot in MT5 using MT5 VPS. Brokers: Trades to be executed in both brokers Swissquote and Pepperstone. Symbols: All available in MT5. ** Common parameters for all executions: · Manual Start/Stop. · Session time (defined / always
ZONDII Scalpers
30+ USD
I need an Expert Advisor called ZONDII Scalpers for MT5 (MQL5). Timeframe: M5 Pairs: XAUUSD / EURUSD BUY when: Price > EMA200 and EMA50 crosses above EMA200 and RSI(14) > 50 SELL when: Price < EMA200 and EMA50 crosses below EMA200 and RSI(14) < 50 Risk: Fixed lot 0.01, SL 300 points, TP 600 points, Trailing start 200 points / step 100 points. Filter: Max spread 30 points. Only 1 trade at a time. Inputs must be
High-performance XAUUSD MT5 EA - 3 Month Target
30 - 200 USD
I am looking for a professional MT5 EA developer to build a high-performance trading bot specifically for XAUUSD (Gold). My target is approximately 200% return within 3 months, while keeping the drawdown and risk as controlled as reasonably possible. Requirements: MT5 Expert Advisor (EA) XAUUSD only Fully automated trading Clear risk management Stop Loss and Take Profit on trades No martingale or grid strategy unless
Professional MT5 Gold (XAUUSD) Scalping EA
30 - 200 USD
Hello, I’m looking for an experienced MT5 developer to build a professional Expert Advisor (EA) for trading Gold (XAUUSD). My requirements: Platform: MT5 Instrument: XAUUSD (Gold) Fully automatic trading Both BUY and SELL trades Adjustable lot size Stop Loss and Take Profit Trailing Stop / Break Even Daily maximum loss limit Maximum drawdown protection Maximum number of open trades Trading hours/session filter Spread
B6 EA
30 - 50 USD
Develop an Expert Advisor trading trend reversals. Reversal signals will be generated based on Price Action patterns. Trend will be determined based on ADX, Alligator and MACD, while the indicator selection should be available in the EA's input parameters
プロジェクト情報
予算
50 - 150 USD
締め切り
最低 2 最高 7 日