EA to Send notification on email and mobile notification with trail stop and move to break even function

MQL4 Experts

Specification

I should be able to test the EA within 3 days

EA should work on all major and minor pairs and XAUUSD

the EA should send notification on email and mobile notification.

it should also have a pop up notification on mt4.

the message on notification and pop up should be identifiable. meaning I should know in what pair the signal is coming from and in what direction(long or short)

it should also have a special notification when the signal in 15 mins is met and if the signal in 5 min timeframe are met within the 15 min timeframe.

example:

normal notification: "LONG on XAUUSD@(date and time)"

special notification: "(anything I want to put) SHORT on GBPNZD@(date and time)"


main timeframe: 15 mins

supporting time frame: 5 mins


requirement:

heiken ashi candle

RSI

STOCHASTIC

EMA


after giving a notification the EA should be able to identify if there are any trades are open on the pair in which the ea is attached and it will then activate the break even function if conditions are met.


the EA should have a break even function that moves X pips above the entry level once the current price reached Y pips above the entry level

and the EA should be able to move the stoploss X pips above the last trade being opened.I should be able to turn it on and off

example:

if I have 50 trades opened on different price level on GBPUSD and the current price moves 25 pips above the 50th trade entry.

all the stop loss from the 1st to 50th trade entry should be moved 5 pips above the 50th entry level.


the EA should also have a trail stop function based on a given percentage for the total number of pips or a given total number of pips profit.should be modifiable. I should be able to turn it on and off


(percentage)

it has to reach a certain number of pips in total before it would be activated. and when the pip count drops a certain number of percentage it would close all of the open trades on that pair. but as long as the total pip count on that pair rise it would still follow the percentage.

for example:

I decided to have a total pips profit of 100 before the trail stop would be activated

and the total profit should drop down to 80% from the high before the EA closes all position.

let's say I opened 10 trades in gbpusd and the total pip profit reached 100

the trailing stop is activated and when the pip profit count suddenly drops to 80 pips or below. the EA would close all the position.

but if the total pip profit count still continue to rise the trail stop will also follow as with sample scenario below:

Total pips in profit reached:move trail stop to 80% of total profit:
150 pips120 pips 
180 pips144 pips
276 pips220.8 pips
324 pips

259.2 pips

(total number of pips profit)

it has to reach a certain number of pips in total before it would be activated. and when the pip count drops a certain number it would close all of the open trades on that pair. but as long as the total pip count on that pair rise it would still be Xpips away from the current price

for example:

I decided to have a total pips profit of 100 before the trail stop would be activated

set trail stop 5 pips away from current price


rules on where the EA would base its signal notification will be discussed further. contact me



Responded

1
Developer 1
Rating
(22)
Projects
28
29%
Arbitration
3
0% / 67%
Overdue
7
25%
Free
2
Developer 2
Rating
(250)
Projects
460
26%
Arbitration
140
20% / 59%
Overdue
100
22%
Working
3
Developer 3
Rating
(365)
Projects
507
40%
Arbitration
159
17% / 74%
Overdue
99
20%
Loaded
Similar orders
Title: Creation of an EA by Breakout Fractal (without Martingale/Grille) Description: I am looking for a developer to create an Expert Advisor based on the highest and lowest (Fractals). Entry: Place Buy Stop and Sell Stop commands on the last formed peaks/hollows. Risk management: Strictly no Martingale or Grille system. Each trade must have a fixed stop loss. Features: Trailing Stop and Breakeven option. Platform
I already have programmed in MT5 EA, but I want to unfilter bad trades using Ai, about details I will tell and discuss with selected programmers, I have some ideas, prototypes, but I am open for your solutions too. I tested some time and it had possitive effects
Apply with a keen sense of responsibility . Copy the code . Both of my expert has sufficient materials . Its a simple winning strategy , therefore please be ahead of time . Code BLUE . Changing The Strategy According to what i think is correct
I would love to see most of my trades going well being in profits! & keep consistent trading without having to blow any accounts be able to identify right trades and have good trading strategy
Black dragon MT5 indicator. EA to take the buy and sell signal with selectable timeframe and lot size. Strategies could be either with or without martingale and with or without hedge. If you already have something similar EA ready to take this signal. Please take the work order for further discussion. Budget negotiable. Thanks. https://www.mql5.com/en/market/product/62749#!tab=overview 
Hello, I am looking for a Filipino MQL5 (MT5) programmer who can develop a simple automated trading EA for my personal live trading account (not for prop firm use). Strategy Details: Pair: XAUUSD (Gold) only Timeframe: 1 Hour (H1) Daily range-based pending order system Fixed Stop Loss: 20.00 price movement Step trailing system (moves every +20.00 profit) Maximum 1 trade per day No martingale No grid Features
Vell 35+ USD
Advanced trading robot built on ICT concepts and structured Price Action methodology. Designed to identify liquidity zones, market structure shifts, and high-probability entries while maintaining disciplined risk management and optimized trade execution for consistent, rule-based performance
I NEED A PROFITABLE EA 50 - 150 USD
This may be a weird request but if anyone has an EA that is actually consistently profitable I want to buy a copy of the source code from you. Ideally trades a lot, I'm sure theres a coder out there who has made a profitable EA, I want to backtest if you have, I have been trying to code a few on my own with no success as I'm not yet good at coding. In the mean time I need something profitable. bonus points if it
Yash Agrawal 30+ USD
// Simple EMA Bot input int FastEMA = 9; input int SlowEMA = 21; void OnTick() { double fast = iMA(NULL,0,FastEMA,0,MODE_EMA,PRICE_CLOSE,0); double slow = iMA(NULL,0,SlowEMA,0,MODE_EMA,PRICE_CLOSE,0); if(fast > slow) { if(PositionsTotal()==0) OrderSend(Symbol(),OP_BUY,0.01,Ask,10,0,0); } if(fast < slow) { if(PositionsTotal()==0) OrderSend(Symbol(),OP_SELL,0.01,Bid,10,0,0); } }
Gold robot Ga1 30 - 200 USD
mport pandas as pd import numpy as np def detecter_tendance(data): # Code pour détecter la tendance pass def identifier_niveaux(data): # Code pour identifier les niveaux de support et de résistance pass def calculer_stop_loss(tendance, support, resistance): # Code pour calculer les stop loss pass def calculer_profils(tendance, support, resistance): # Code pour calculer les profils mport pandas as pd

Project information

Budget
30+ USD