MT4 EA that notifies on equity variations by steps of $/%

Job finished

Execution time 2 days
Feedback from customer
Delivered every single detail of my request. No single mistake made. In fact I gladly increased budget as I saw his potential to do more than my original expectation. I highly recommend!
Feedback from employee
Great client!

Specification

Can you provide a MT4 EA solution that does the following please:


User manually enters an Equity value of reference (simply type in what is the current equity now). User selects to monitor the equity in either $ amount variations or in % variations, and decides the step values that will trigger the notifications.

Each trigger generates mobile notifications or email alerts, depending on input variable choices (see table of variables below).


Here is an EA operation example in chronological order:
1) The current equity value of $100 is entered manually, as well as a choice of measurement in currency at the amount steps of $10.
2) When Equity reaches $110 an alert is sent (see below inputs).
3) Then after reaching $112, equity falls below $110, but no alert is sent.
4) When it then falls below $100 an alert is sent.
5) When it rises above $110 again, another alert is sent.
6) When it progresses past $120, another alert is sent.
7) When it falls below $110, an alert is sent. etc...
Please observe how this scripts avoids repetitive notifications.


This EA would also count number of triggers per hour, (ex, no more than 5 triggers at any 60-minute interval)



+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
EA VARIABLES NEEDED:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
* Reference Equity (type: number -> manual input where user manually enters current equity. Ex: $100)
* Measurement Unit (In Currency / In Percentage)
* Profit or Loss threshold steps (type: number  Ex: $10 or 1% depending on choice of variable #1)
* maximum triggers per hour (type: integer value. Ex: max 5 triggers/60min)
* Enable Email Alerts for each trigger (type: true/false)

* Enable Mobile Notifications for each trigger (type: true/false)

* EA stop  (true/false, to stop operation without removing it from chart)


Thank you.

Best regards,

Julio

Responded

1
Developer 1
Rating
(394)
Projects
555
41%
Arbitration
30
57% / 3%
Overdue
57
10%
Working
Published: 11 codes
2
Developer 2
Rating
(1931)
Projects
3552
88%
Arbitration
73
40% / 15%
Overdue
268
8%
Free
3
Developer 3
Rating
(145)
Projects
169
50%
Arbitration
22
14% / 55%
Overdue
22
13%
Free
4
Developer 4
Rating
(253)
Projects
358
49%
Arbitration
24
25% / 50%
Overdue
80
22%
Free
5
Developer 5
Rating
(88)
Projects
143
39%
Arbitration
21
19% / 48%
Overdue
30
21%
Free
6
Developer 6
Rating
(9)
Projects
11
55%
Arbitration
0
Overdue
6
55%
Free
7
Developer 7
Rating
(195)
Projects
395
28%
Arbitration
155
20% / 52%
Overdue
112
28%
Free
8
Developer 8
Rating
(277)
Projects
334
55%
Arbitration
14
36% / 29%
Overdue
1
0%
Free
Similar orders
Hello, I want this project to be a complete redesign, not just an update. My goal is to build an institutional-grade TradingView indicator that is extremely accurate, stable, fast, and completely non-repainting. You are free to modify, delete, replace, or completely rewrite any part of the code if it improves the final result. I don't care about preserving the current code or appearance—I only care about building the
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0
Hola, traders e inversores: Desarrollamos soluciones de trading algorítmico para MetaTrader 4 y MetaTrader 5. Creamos bots, indicadores y herramientas a medida que convierten estrategias manuales en sistemas automáticos, configurables y orientados a una gestión de riesgo sólida. Hemos trabajado en automatizaciones que integran entradas y salidas por reglas, cálculo de lotaje, control de drawdown, filtros de horario y
Hello, I need a custom Expert Advisor for MetaTrader 5. I am trading from mobile only. **Account & Style:** - Capital: $5,000 - $10,000 - Risk: Moderate/Balanced - Trading Style: Scalping **Pairs & Timeframe:** - Symbols: EURUSD and XAUUSD - Timeframe: M5 **Strategy:** - BUY: RSI(14) < 30 AND Price > 20 EMA - SELL: RSI(14) > 70 AND Price < 20 EMA - Only 1 trade per symbol at a time - No Martingale / No Grid **Risk
> "I am looking for a reliable and profitable Expert Advisor (EA) or trading robot for MetaTrader. The EA should have a proven track record, good risk management, and stable performance in live market conditions. Please share the name of the EA, a brief explanation of how its strategy works, and any relevant performance statistics or backtest reports to help me evaluate it."
We are seeking an experienced MQL4/MQL5 programmer to develop a high-performance, fully automated Expert Advisor (EA). The bot must execute a sophisticated multi-currency hedging strategy across correlated forex pairs. Key Responsibilities Develop Multi-Currency Logic : Build an EA capable of scanning and trading multiple currency pairs simultaneously from a single chart or setup. Implement Hedging Strategy : Code
I am looking for an experienced MetaTrader 5 expert. I already have 3 MT5 trading accounts. I need someone to: 1. Help me choose a reliable Windows VPS. 2. Connect to my VPS remotely (AnyDesk or TeamViewer). 3. Install 3 MetaTrader 5 terminals. 4. Configure: - 1 Master Account - 2 Slave Accounts 5. Install and configure a professional Trade Copier. 6. Copy all trades from the Master account to both Slave
I have an MT4 custom indicator (.ex4) that I use regularly, and I would like an identical MT5 version. Important: I do not have the source code (.mq4). I only have the compiled MT4 indicator. I am looking for an experienced MQL developer who can recreate the indicator's functionality and appearance for MT5 by analyzing its behavior. The MT5 version should match the MT4 version as closely as possible, including
Mac200 50+ USD
I need a Trend following Bot. Here we took entries by looking at two indicator which are 200 period ema and 12 26 9 MacD. Rules for entry exit are: Buy trade: When market is above 200 ema and MacD Line cross over the signal line and this cross over happened below the zero line of MacD indicator. We simply put Buy trade. Sell trade: When market is below 200 ema and MacD line crosses below the signal line and this
I I would like to create a trading robot based on 2 ema crossing. The robot is pretty simple, it should open buy position when fast ema cross slow ema and vise versa. Also it should use martingale after the loss position. It should has expiration period inside the code and alerts l

Project information

Budget
30 - 150 USD
Deadline
to 15 day(s)