Code to lock MT4 and MT5 EA to specific symbol, specific server and add date expiry

MQL5 专家

工作已完成

执行时间1 一天
员工反馈
Great client. Recommended!
客户反馈
Ahmed is a truly skilled developer, my go to developer going forward

指定

I am looking for MQL4 and MQL5 code to lock my EA to a specific symbol (e.g. GBP/JPY) and specific trading server, along with code to add a data that the EA will expire/stop working.


General Note

- Must be easy to add to MQL4/MQL5 EA with instructions

- MUST be secure so that users cannot bypass the locks


Part 1 - Lock to Symbol

- Must be easy to adjust in the code

- Must work for other variations some brokers might use (e.g. GBPJPY should work for brokers that label it as GBPJPY or .GBPJPY as some brokers add a fullstop around the symbol)

- Must show a notification in MT4/MT5 if user tries to add EA to a symbol not specified by the EA

- Must automatically remove the EA if the user tries to use it on a symbol not specified by the EA


Part 2 - Lock to Server

- Must be easy to adjust in the code

- Must be able to disable this easily (by not including a server in the code for example. so I don't have to use the server lock)

- Must show a notification in MT4/MT5 if user tries to add EA to a symbol where the server is not the specified server

- Must automatically remove the EA if the user tries to use it on a server not specified by the EA


Part 3 - Date Expiry

- Must be able to adjust in the code

- Must show a notification in MT4/MT5 if the user tries to use the EA past the specified date

- Must automatically remove the EA if the user tries to use it past the expiry date (e.g if user has it on a chart on December 1st but the expiry is December 2nd, when it hits December 2nd the EA should automatically remove itself and prevent re-adding to any chart)

反馈

1
开发者 1
等级
(19)
项目
26
27%
仲裁
3
0% / 100%
逾期
2
8%
空闲
2
开发者 2
等级
(90)
项目
136
14%
仲裁
43
21% / 28%
逾期
14
10%
空闲
发布者: 2 代码
3
开发者 3
等级
(101)
项目
123
31%
仲裁
7
29% / 29%
逾期
5
4%
已载入
4
开发者 4
等级
(7)
项目
14
21%
仲裁
1
0% / 100%
逾期
3
21%
空闲
5
开发者 5
等级
(1)
项目
2
0%
仲裁
1
0% / 100%
逾期
0
空闲
6
开发者 6
等级
(279)
项目
378
72%
仲裁
19
32% / 47%
逾期
16
4%
空闲
发布者: 15 代码
7
开发者 7
等级
(258)
项目
269
29%
仲裁
2
50% / 0%
逾期
3
1%
工作中
发布者: 2 代码
8
开发者 8
等级
(453)
项目
566
26%
仲裁
24
42% / 38%
逾期
85
15%
空闲
发布者: 6 代码
9
开发者 9
等级
(70)
项目
91
25%
仲裁
26
19% / 54%
逾期
25
27%
空闲
10
开发者 10
等级
(622)
项目
699
42%
仲裁
2
100% / 0%
逾期
1
0%
工作中
发布者: 9 代码
11
开发者 11
等级
(21)
项目
35
54%
仲裁
8
63% / 38%
逾期
1
3%
空闲
12
开发者 12
等级
(568)
项目
641
41%
仲裁
25
48% / 36%
逾期
46
7%
工作中
13
开发者 13
等级
(2)
项目
1
0%
仲裁
1
0% / 100%
逾期
0
空闲
14
开发者 14
等级
(17)
项目
17
18%
仲裁
5
20% / 60%
逾期
2
12%
工作中
15
开发者 15
等级
(283)
项目
354
29%
仲裁
37
27% / 65%
逾期
10
3%
已载入
16
开发者 16
等级
(298)
项目
478
40%
仲裁
105
40% / 24%
逾期
82
17%
已载入
发布者: 2 代码
17
开发者 17
等级
(55)
项目
66
58%
仲裁
1
0% / 0%
逾期
0
空闲
18
开发者 18
等级
(1)
项目
1
100%
仲裁
0
逾期
0
空闲
相似订单
Freelance Task — EA Recovery Layer Hello. I have a ready-made MQL5 EA. The signals, SL/TP and lot calculation should essentially not be touched. I need a recovery system added. I am not a programmer — below is how the robot should behave. What stays Entry only from an EA signal. Stop-loss is not a new signal. Trailing is already built into my EA — recovery does not implement its own trailing. If trailing is disabled
Watcher position 30 - 100 USD
//+------------------------------------------------------------------+ //| synthetic tick generator based on two assets | //+------------------------------------------------------------------+ class CSyntheticTickGenerator { private : string symbol_a; string symbol_b; string synth_name; double ratio; double last_price_a; double
# SNRZ BOT — SESSION PROGRESS LOG Last updated: 2026-09-16 (local late-evening session) ## SAN BOT (new — cloned from SNRZ) - `MQL5\Experts\AutomatedOrderBot_SAN.mq5` / `.ex5` — v1.0, compiled 0 errors/0 warnings - Signal source: custom indicator "SAN" (InpSANName, buy buf 0 / sell buf 1, target bar 1), same SNRZ-style read, MA fallback if missing - Magic number 234567 (separate from SNRZ 123456 so both bots can run
Multi-Asset EA (XAUUSD / FRA40) with Time Filters, High-Impact News Avoidance, Advanced Risk/Lot Sizing, and H1 Breakout Strategy 1. RISK SETTINGS * Max Daily Loss Limit: (bool) Toggle true/false. If true, input double for max loss in currency (e.g., $500). If hit, close all positions and stop trading until next day. * Lot Sizing Mode: Dropdown menu: 1. Fixed Lots (e.g. 0.10); 2. Percentage Risk (%) based on Account
Should be as it but no alarms, also we need to add a deep search so he can see all the preves candles and a memory function so its not slowing down the indicator. for higher time frames daily 4h 1h around 365 days and for lower time frames we do up to 20k bars but both flexible so i can change it later. the memory is important so the indicator is not always recalculating everything when a new candle shows especially
Creating a bot using the Parabolic indicator with a simple interface.. I want a bot that uses the Parabolic SAR indicator only, with these orders attached to it. Boot name : HEMIN .FX Magic number : 000000 …………………………………………………. Trade behavior : regular OR inverse OR only long "buy" OR only short "sell" Timeframe : ………… Period: ……… ………………………………………………….. Lot size : ……………… Break even in points : …
I am looking for an experienced MQL5 EA developer to develop an MT5 EA by the observable trading behaviour from a supplied live XAUUSD trade history . The EA appears to use a simple grid/recovery/hedging strategy with alternating BUY/SELL positions and progressive lot sizes. I need the developer to Develop the EA for MT5 / XAUUSD . Reproduce the observed entry, grid/add-on, recovery/hedging, lot progression and
Project: Fix & Schedule My Dual Fibo Standard Fibonacci Bot I have an existing MQ4 expert advisor called "Dual Fibo Standard Fibonacci". It needs to process 1,000 clients. Right now it runs blindly with no schedule and takes way too long. I need you to optimize it so it runs like a professional business with a 50-100 batch printed stamp copy progress log. Please reply with your numbers for this simple layout: * Phase
Gold robot 30+ USD
Yes. This screen is asking you to write the Requirements Specification for your Gold/XAUUSD trading robot. Since you want your DEEPTHINK X10 institutional-style MT5 system , use this ready-to-paste specification: DEEPTHINK X10 GOLD ROBOT – MT5 EXPERT ADVISOR REQUIREMENTS Develop an advanced MetaTrader 5 Expert Advisor (EA) for XAUUSD (Gold) scalping based on a multi-factor DEEPTHINK X10 trading framework. 1. MARKET -
Need an MQL5 Expert Advisor for MT5 that automates my manual trading strategy. Entry logic: Enter only when trend direction, support/resistance level, and RSI all align (Triple Confirmation). Extra confluence from Smart Money Concepts (order blocks, Fair Value Gaps, BOS/CHoCH). Risk rules: 1% risk per trade, minimum 1:2 risk-reward, stop-loss at structure levels (not fixed pips). Must-haves: Works on Islamic

项目信息

预算
30+ USD