PROJECT: Emergency Stop and Equity Trailing Stop EA with 4 Parameters for MT4

Lavoro terminato

Tempo di esecuzione 5 giorni

Specifiche

Emergency Stop and Equity Trailing Stop EA with Trade Prevention

Budget: $300 USD
Timeline: 4-5 days
Testing: 7 days after delivery

WHAT I NEED:

A clean MT4 Expert Advisor that:

  1. Monitors account equity and closes all trades when stop loss or trailing stop triggers
  2. PREVENTS new trades after closing (critical - I run other EAs)
  3. Shows status on chart (visual display)
  4. Works alongside my trading EAs (real-world testing required)

DELIVERABLES (BOTH REQUIRED UPFRONT):

  • Working .ex4 file
  • Complete .mq4 source code
  • Full ownership upon payment

CORE FUNCTIONALITY:

1. Four Input Parameters:

  • ActivationProfitPercent (example: 5%, default=5)
  • TrailingStopPercent (example: 2%, default=2)
  • EmergencyStopLossPercent (example: 20%, default=20)
  • Slippage (default=5), Do NOT hardcode excessive values (e.g., 500 points)
  • These four parameters must be editable on the fly

    Parameters
    Defined:

·       Emergency Stop Loss: A percentage value below the Opening Balance. If the account equity falls to or below this level, the EA must close all trades and enter the protected/lockdown state.

·       Trailing Stop Activation: A percentage value above the Opening Balance. Once the account equity reaches or exceeds this level, the EA begins monitoring for the trailing stop condition.

·       Trailing Stop Distance: A percentage value that defines a fixed distance below the highest observed equity. After the  Trailing Stop Activation condition is met, the EA will continuously track the highest equity. If the current equity falls from this peak by an amount equal to or greater than the  Trailing Stop Distance, the EA must close all trades and enter the protected/lockdown state.  

2. Logic:

  • Emergency Stop: If equity drops by EmergencyStopLossPercent% → Close all trades+ pending orders → THEN PREVENT new trades
  • Trailing Stop: When equity reaches ActivationProfitPercent% → Start trailing
  • On Trigger: Close ALL trades + pending orders → THEN PREVENT new trades

3. Trade Prevention (MUST WORK WITH OTHER EAs):

After closing trades, no new trades can open for the session. This is the core requirement.

4. Visual Display (On Chart):

Display the following as on-chart text labels (top-left corner):

text

Highest Equity: [Value]

Current Equity: [Value] 

Trailing Stop Level: [Value]
Emergency Stop Level: [Value]

Session Status: [RUNNING/STOPPED]

  • Update: Real-time (every tick/second)
  • Font: Arial, size 10, color white
  • Background: Semi-transparent for readability
  • Position: Top-left, non-intrusive
  • "Session Status": Shows "STOPPED" when trades are prevented

5. SECURITY RESTRICTIONS:

The EA is FORBIDDEN from using:

  • WinExec()ShellExecute()
  • FileOpen() for operations outside Terminal data folder
  • Unapproved network functions (WebRequest, etc.)

Code must be unobfuscated and transparent

  • Clean MQL4 code, no dead functions
  • Proper reset logic between cycles

TESTING & PAYMENT:

  1. You deliver BOTH .ex4 and .mq4 files
  2. I test for 7 days (with my trading EAs)
  3. If it works as specified → $300 released immediately
  4. If issues → You fix within testing period

Please confirm you can:

  1. Deliver BOTH files upfront
  2. Implement trade prevention that works with other EAs
  3. Meet the 4-5 day timeline

Previous experience showed that a developer delivers an EA that works in isolation but fails in real-world usage alongside other EAs. I'm a reasonable client who pays promptly for working solutions. Quality work will be rewarded with prompt payment and positive feedback.


Con risposta

1
Sviluppatore 1
Valutazioni
(394)
Progetti
553
41%
Arbitraggio
30
57% / 3%
In ritardo
57
10%
In elaborazione
Pubblicati: 11 codici
2
Sviluppatore 2
Valutazioni
(13)
Progetti
20
40%
Arbitraggio
1
0% / 100%
In ritardo
1
5%
Gratuito
3
Sviluppatore 3
Valutazioni
(3)
Progetti
1
100%
Arbitraggio
3
0% / 100%
In ritardo
0
Gratuito
4
Sviluppatore 4
Valutazioni
(4)
Progetti
3
33%
Arbitraggio
2
0% / 100%
In ritardo
0
Gratuito
5
Sviluppatore 5
Valutazioni
(1)
Progetti
2
0%
Arbitraggio
1
0% / 100%
In ritardo
1
50%
Gratuito
Pubblicati: 4 codici
6
Sviluppatore 6
Valutazioni
(1)
Progetti
1
0%
Arbitraggio
1
0% / 0%
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(390)
Progetti
416
30%
Arbitraggio
74
19% / 72%
In ritardo
52
13%
In elaborazione
8
Sviluppatore 8
Valutazioni
(4)
Progetti
8
0%
Arbitraggio
3
33% / 67%
In ritardo
4
50%
Gratuito
9
Sviluppatore 9
Valutazioni
(2)
Progetti
2
0%
Arbitraggio
0
In ritardo
0
Gratuito
10
Sviluppatore 10
Valutazioni
(4)
Progetti
4
25%
Arbitraggio
0
In ritardo
0
Gratuito
Pubblicati: 2 articoli
11
Sviluppatore 11
Valutazioni
(274)
Progetti
403
28%
Arbitraggio
40
40% / 50%
In ritardo
1
0%
Gratuito
12
Sviluppatore 12
Valutazioni
(47)
Progetti
67
37%
Arbitraggio
5
40% / 40%
In ritardo
1
1%
Gratuito
Ordini simili
Dear developers I want to create an expert advisor for my strategy. The entry signals quite simple using OHLC, Bollinger, SuperTrend. (Possibly: ICT/FVG) The money and risk management is more difficult using martingale and trailing stops. I also need help to design this before any development
Hello, I am looking for someone who can help me to build a MT4/MT5 forex EA, by analyzing the trading history. You are responsible to find out trading logic behind the EA and Build a new EA that accurately replicates the existing strategy. I need someone who has proven previous experience to build a new EA by reverse engineering. Thanks
Risk management EA 30 - 200 USD
Looking to develop risk management EA for personal use probably commercially in the future. I want the EA to have a display panel with 0.1, 0.2, 0.5,1,2,3 percent risk management button. I also want BE, partial closure of 0.25,0.5,0.75 and full closure panel on both profit and loss. I’ll also like to include trailing stop, 2 trades max per day and BE+spread option. I’ll be attaching the image for a guidance on what
Sierra Chart Alerts to MT5 via Webhook (Alert Manager File Version) Objective: Create a Custom Study (ACSIL / C++) that monitors alerts from the Alert Manager file and forwards any valid alert directly to MT5 via an HTTP POST (Webhook) in JSON format. Additional Note: The study should allow adding any modifications in the future and provide clear insights into the alert points in Sierra Chart. 1. Data Flow Diagram
Ea.Mix 30+ USD
I am in need of a good scalping bot for gold or any currency pair. If you have one that is working, reach out. You must be able to provide a trial version so I can test the bot myself
MT5 Expert Advisor Development Project Overview I am looking for an experienced MQL5 developer to build a custom MetaTrader 5 Expert Advisor based on a grid-cycle trading framework. This is not a standard grid EA . The system combines: Session-based trade initiation Multi-filter signal generation Dynamic grid management Advanced basket management State-machine-driven trade lifecycle management Dynamic take-profit
I am in need of a good scalping bot for gold or any currency pair. If you have one that is working, reach out. You must be able to provide a trial version so I can test the bot myself
Test instructions: - Run EA on US30 (Dow Jones) - Timeframe: H1 - Test period: last 3–6 months - Use default risk settings (1% per setup) - Check Friday breakout logic only Expected behavior: - EA should mark Friday High/Low - Wait for candle close breakout - Wait for retracement into range - Enter only when H1 candle closes inside range - Execute 2 trades per setup (TP1 = 1R, TP2 = 2R) - Respect 1.5% daily loss
ART 1: NUMBER OF TRADES ALLOWED IN ONE DIRECTION: Maximum number of trades in one direction = ------------------------------ ------------------------------ ------------------------------ -------------- par PART 2 PARTIAL CLOSURE OF STOPLOSS: Total STOPLOSS =------ Pips 1a: Percentage of Stoploss =--% 1b Percentage of Lot size =--% 2a: Percentage oe of Lot size =--% f Stoploss =--% 2b
MT5 Expert Advisor (EA) Acquisition Request – Proven XAUUSD Martingale / Grid EA I am looking to purchase a fully developed, actively traded, and proven MT5 Expert Advisor for XAUUSD (Gold) that uses Martingale, Grid, Averaging, Recovery, or Hybrid Recovery techniques. Mandatory Verification Requirement To be considered, please provide: - MT5 Investor Password (Read-Only Access) for verification - Account Number /

Informazioni sul progetto

Budget
300+ USD
Scadenze
a 10 giorno(i)