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
Looking to buy an EA which is good, profitable and takes many trades, good for IB broker comissions, Any strategy or martingale is fine, send me a demo license file, I will backtest and purchase immediately if my team like it
Hi, Before ordering, I want to verify the quality of your ICT/SMC logic. Do you have an existing indicator or strategy (your own work) that I can test on TradingView? If yes, please provide: 1. A demo (invite-only script or video) 2. Proof it is NON-repainting (explained clearly) 3. Live or replay demonstration (not static screenshots) Specifically I want to see: * Clean swing structure (no consecutive highs/lows) *
Indicator 125+ USD
Hi guys looking for a buy sell indicator not necessarily for trading solely based on it but more for getting an indication of market dynamic and direction. If you believe you have or have a good strategy or idea for such an indicator drop a message. I will want to test it before making deposit as this is such an open order woth so many options. Waiting to hear from you. Flexible with price
Looking to work woth manualtraders who have a proved existing strategy. To be clear, this is not a request to develop or design a new strategy. If you already trading and have strategy that is proven, consistent, and production-ready, with at least 6 months of history performance I’m open to reviewing it immediately. Please apply only if you meet all the requirements below. Submissions without a proper introduction
Scalping EA 30+ USD
Hello, I am looking for an Expert Advisor (EA) that focuses on account preservation and consistent growth , rather than aggressive or risky strategies. My requirements are: Target: at least ~1% weekly return Strategy: low-risk, controlled drawdown Must NOT use martingale or grid systems that can blow the account Prefer quality trades over quantity like 100–200 trades per day Consistency is more important than high
Looking for a good EA 2000 - 5000 USD
Hello coders ,I am looking for a good already established MT5 EA ,that doesnt blow account, with maximum 10 percent drowdown,I need to backtest by myself,after that i select the developer
Hello i need bot 30 - 100 USD
I need a trading bot (Expert Advisor) that can send alerts to mobile, Telegram, and the MT5 desktop platform. The bot should work as a market scanner for all symbols available in my MetaTrader 5 Market Watch. It must analyze multiple indicators and convert their signals into a point-based scoring system, then send alerts based on those scores. Requirements: Send notifications to: Mobile (push notifications) Telegram
Project Overview ​I am looking for a high-level Algorithmic Trader / Developer to build a sophisticated, fully automated scalping system for the Nasdaq-100 Future (NQ) . The system must integrate institutional order flow logic with market structure analysis. ​The core logic must be written in Python , acting as a central hub that bridges ATAS (as the primary data source for Order Flow) and MetaTrader 5 (as the
I have recently used an ea that was absolutely perfect however, I have since found it was not a safe source. I use IC Markets raw spread ECN accounts and the bot I would like is a gold + btc trader (other forex are also fine) that trades extremely high lots, whilst trading extremely high frequency. I am happy to take a bot that already exists if this has an account I can view read only for true results
Mlondi traders 30+ USD
//@version=5 strategy("Simple SMC Bot", overlay=true) // Detect highs/lows hh = ta.highest(high, 10) ll = ta.lowest(low, 10) // Break of structure bullishBOS = close > hh[1] bearishBOS = close < ll[1] // Entry logic if bullishBOS strategy.entry("Buy", strategy.long) if bearishBOS strategy.entry("Sell", strategy.short) // Stop loss & take profit strategy.exit("Exit Buy", from_entry="Buy", loss=50, profit=100)

Project information

Budget
30+ USD