Custom MT4 EX4 Indicator with Online PC ID License Server

MQL4 Indicators Experts

Specification

I am looking for an experienced MQL4 developer to build a custom MT4 indicator (EX4 only).

I currently have two existing EX4 indicators for the binary forex market.
Both indicators generate 1-minute signals, predicting the next candle direction (UP or DOWN).
When both indicators generate the same signal on the same candle, the accuracy is around 95%.

I want a new custom indicator with the following requirements:

1) Common Signal Logic
- The new indicator must generate signals ONLY when both existing indicators agree (common signal).
- Timeframe: 1-minute
- Non-repaint logic is mandatory.
- Existing EX4 files will be provided for logic analysis only (no decompiling).

2) Multi-Timeframe Market Trend
- Overall market trend based on multiple timeframes (e.g. M5, M15, H1).
- Trend must be clearly displayed (dashboard/text/arrows).

3) Multi-Timeframe Support & Resistance
- Automatic support and resistance levels.
- Calculated from multiple timeframes.
- Dynamically updated.

4) Custom Dashboard
- Clean and professional on-chart dashboard.
- Dashboard contents and layout details will be provided later.

5) Online PC ID License Server (Full Setup)
- Hardware-based PC ID licensing system.
- Online license validation via HTTPS.
- Backend server + database.
- Admin panel for license management:
  - Add / remove licenses
  - Bind PC ID
  - Set expiry (lifetime or subscription)
  - Block / reset licenses
- Indicator must stop working if license is invalid.

Additional Requirements:
- Strong EX4 protection (anti-tamper).
- Stable performance with no lag.
- Clean, optimized MQL4 code.

- Prior experience with MT4 licensing systems is required.


Source Code Requirement (Mandatory):

- The developer must deliver the complete and fully working MQL4 source code (.mq4).
- Code must be clean, well-structured, and properly commented.
- I must have full ownership and rights to the source code.
- The source code must allow future modification and updates.
- Final delivery must include:
  - .mq4 source file(s)
  - Compiled .ex4 file(s)
  - License server backend source code
  - Admin panel source code

- No encrypted or locked source code will be accepted.

Licensing System Source Code:


- Full source code of the online PC ID licensing server must be provided.

- This includes:

  - Backend API source code

  - Database schema

  - Admin panel source code

- No third-party or closed-source licensing system is allowed.



Responded

1
Developer 1
Rating
(428)
Projects
623
54%
Arbitration
29
55% / 24%
Overdue
6
1%
Loaded
2
Developer 2
Rating
(3)
Projects
3
0%
Arbitration
2
0% / 50%
Overdue
1
33%
Loaded
3
Developer 3
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
4
Developer 4
Rating
(9)
Projects
9
11%
Arbitration
0
Overdue
2
22%
Free
5
Developer 5
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
6
Developer 6
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
7
Developer 7
Rating
(4)
Projects
3
33%
Arbitration
2
0% / 100%
Overdue
0
Free
8
Developer 8
Rating
(8)
Projects
8
0%
Arbitration
0
Overdue
0
Free
9
Developer 9
Rating
(1)
Projects
2
50%
Arbitration
0
Overdue
1
50%
Free
10
Developer 10
Rating
(167)
Projects
198
48%
Arbitration
3
33% / 33%
Overdue
2
1%
Working
11
Developer 11
Rating
(8)
Projects
11
9%
Arbitration
3
33% / 33%
Overdue
4
36%
Loaded
12
Developer 12
Rating
(10)
Projects
15
13%
Arbitration
6
0% / 67%
Overdue
2
13%
Free
13
Developer 13
Rating
(15)
Projects
18
6%
Arbitration
8
38% / 38%
Overdue
2
11%
Working
14
Developer 14
Rating
(1)
Projects
1
100%
Arbitration
0
Overdue
0
Free
15
Developer 15
Rating
(15)
Projects
34
24%
Arbitration
4
0% / 50%
Overdue
2
6%
Working
Similar orders
Looking for an experienced Pine Script v5 & MQL5 developer to connect a custom TradingView indicator to MT5 (Exness) . The indicator already calculates lot size and includes a dropdown (None / Buy / Sell) . When Buy or Sell is selected, a TradingView alert must trigger , send lot size + direction via webhook , and place a market order in MT5 . No strategy conversion. No SL/TP handling. Execution only. Apply only if
Existing indicator compiles but does not want to attach to chart anymore, worked previously Requirements: Debugging of code so indicator attaches to chart Original values required to work as they previously worked, no adjustments Testing of indicator to make sure it attaches to a chart properly
Looking for an experienced Pine Script v5 & MQL5 developer to connect a custom TradingView indicator to MT5 (Exness) . The indicator already calculates lot size and includes a dropdown (None / Buy / Sell) . When Buy or Sell is selected, a TradingView alert must trigger , send lot size + direction via webhook , and place a market order in MT5 . No strategy conversion. No SL/TP handling. Execution only. Apply only if
I’m looking for a skilled MQL5 developer to help build and manage an automated trading system that bridges TradingView custom indicator alerts to an Exness MT5 account . This role involves capturing Buy/Sell signals and lot sizes from TradingView webhooks , processing them with a Python listener , and executing orders on MT5 hosted on a 24/7 VPS . The ideal candidate will ensure accurate trades, reliable execution
I need a trading signals indicator. So I can learn how to upgrade my trading skills and mentality. I will be very glad if I can upgrade my trading mentality
I am looking for an experienced MQL5 developer to help build and support an automated trade execution system that connects TradingView custom indicator alerts to an Exness MT5 account. The role involves receiving TradingView webhook signals containing Buy/Sell direction and dynamically calculated lot size, processing them via a Python-based webhook listener, and executing market orders on MT5 running on a 24/7
HELLO EVERYONE , I NEED AAN INDICATORE AND EA ON STOCHESTIC OSSILATOR, WHICH CAN GIVE ME ALERT WHEN SIGNAL APEARS, INDICAOTRE I CAN SHOW ON TRADING VIEW , EXACTLTY THAT INDICATORE I NEEDED.INDICATORE NAME ON TRADING VIEW( JL STOCHESTIC DIVERGENCE ALERT).. THANK YOU
//+------------------------------------------------------------------+ //| Expert initialization function | //+------------------------------------------------------------------+ #property strict // Inputs input int EMA_Fast = 9; input int EMA_Slow = 21; input int RSI_Period = 14; input double Lots = 0.1; input int StopLoss = 20; // وقف خسارة (بـ نقاط) input int TakeProfit = 40; // هدف (بـ نقاط)
Indicator 130+ USD
To trade Forex and pass FTMO challenges by combining: Smart Money Concepts (SMC), RSI divergence and Strict filtering to avoid overtrading and drawdown. If you’re experienced in this let me know. Thank you very much
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","

Project information

Budget
300 - 380 USD
Deadline
from 7 to 10 day(s)

Customer

Placed orders1
Arbitrage count0