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 pips | 120 pips |
| 180 pips | 144 pips |
| 276 pips | 220.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
Similar orders
Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
I am looking for a developer to build a robust MetaTrader 5 Expert Advisor for Gold (XAUUSD) scalping on the M5 timeframe. The EA must be optimized for small accounts ($200 - $1,000). Technical Requirements: Primary Strategy: Mean Reversion using Bollinger Bands (20, 2.0) and RSI (14). Buy: Price closes below lower band + RSI < 30 + Trend Filter. Sell: Price closes above upper band + RSI > 70 + Trend Filter. Trend
Olá amigos possuo um indicador que não tem o código fonte mas tenho a licença para usar esse indicador que está me trazendo bons resultados no meu operacional desejo automatizar as suas entradas através de um robô funciona mais ou menos da seguinte forma o indicador gera um sinal de compra ou venda e também gera um nível de take profit stop loss.O robô deve fazer a leitura dos sinais e definir TP e SL nos mesmos
An additional indicator signal will be added to the existing EA. The existing mechanical system will NEVER be changed. I will send you the necessary documents and codes. I will send you the necessary documents and codes. thank you
Need MT5 Expert Advisor base on my strategy XAUUSD Fast scalping, Grid , Martingale, TP, SL trailing buy sell both also add magic number fully atumated advance strategy Pro version 24 hours running trades close in profit directly open new trade
Professional MT5 EA – XAUUSD I need a professional Expert Advisor for MT5 (MQL5) to trade XAUUSD only. This is not a random scalping bot. The EA must trade only high-probability liquidity breakouts during active sessions and avoid ranging or low-volatility markets. Symbol: XAUUSD Timeframe: M15 (optional H1 confirmation) Session filter (Dubai GMT+4): Trade only London and New York sessions Adjustable session times No
Hi Developers, I am looking for a EA based on EURUSD where EA is taking multiple trades in a day with small profits in each trade. Looking for some EA based on HFT trading, scalping
My EA has serious problems and needs full improvement and optimization. Problems: No Stop Loss and Take Profit No risk management system High drawdown and losses Opens multiple trades at same entry (overtrading) No maximum trades per day limit No maximum open trades per symbol No trailing stop Poor entry logic and weak signals Trades open very late (after many days) No equity protection system No daily loss limit No
i need a trading bot that can make 100% profit in 1 day. with capital less than $200 i know this is risky but am willing to take the risk. ea has to be backtestable and also i will test for just 5 random days to make sure it works. and make a purchase if am satisfied with the 5days results. send back test results for me to consider and reply
//+------------------------------------------------------------------+ //| TrendPullbackEA.mq5 | //| Copyright 2024, EA DENIS MUSYOKA Trading Robot | //+------------------------------------------------------------------+ #property strict #property copyright "Copyright 2024" #property version "1.00" // 1. Include the Trade Library (Fixes OrderSend errors) #include