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
i have a tradingview simple indecator of 40 lines of code ,i want it to convert it into mt5 EA strategy details given below AUTOMATED TRADING STRATEGY Multi-Lot Execution & Dynamic Trailing Stop Logic System Architecture & Operational Rules Trading Bot Strategy Profile Entry Conditions Buy Logic • • • Wait for Buy Signal candle. Confirmation: Future candle must break the signal high. Execution: Open 2 orders of 0.01
HFT Directional Grid Scalper (Simple, Training Project) Overview We are looking for a developer to create a high-frequency grid scalper with a simple, deterministic logic. This is not a complex bot — the goal is to have a clean implementation for training, testing, and educational purposes. The bot should: Continually open trades in one direction only (BUY or SELL) Use ATR-based grid spacing Maintain a fixed
I want a accurate indicator with buy and sell arrows or circle.. with exit points which trade xauusd and btcusd via weekend ... for small like R100 or 500 .... like which can grow small accounts with ... on for serious developer.. no bullshit ... I need on Friday please
I'd like to automate a relatively simple strategy in Sierra Chart, but I'd like to have it backtested and optimized first. Could we collaborate on this, and what would the cost be? Only bid if you think you can handle this project, and I want expert in sierra chart.. Thanks
I need an EMA crossover EA specifically for Boom and Crash. It should automatically buy and sell when crossovers happen. I want adjustable inputs for lot size, timeframe, and maximum loss. I’m keeping it simple because I’ve had bad experiences with EAs before. It should do only the job it is built for, properly and reliably. need someone who have already build EA or Indicator for Boom and Crash befor atleast 10
//+------------------------------------------------------------------+ //| ProTradingEA MT5 | //| Fully MT5-compliant with MACD, Trailing Stop, Break-Even | //+------------------------------------------------------------------+ #include <Trade\Trade.mqh> CTrade trade; // Optional override input string SymbolOverride = ""; // leave blank to auto-detect struct EASettings { int
I have access to an MT5 account. I have investor access. I would like to know if someone could help me create a bot that copies only the trades made on XAU/USD in that account but in my MT4 account. In that account, many trades are made across various pairs, and I realize that the conditions of their account are not very favorable for the type of trading they do, as the commissions are very high. I have an account
Good day, I would like to have an expert advisor for my MT4 indicator (Major key alert) that can scan and provide push notification messages for entry opportunities across different time frames when a when a signal is identified
"I need an MT5 EA based on price action — liquidity sweep + hammer/shooting star reversal strategy. TREND: Identified by HH/HL for uptrend, LL/LH for downtrend on selected timeframe. No trade in ranging conditions. BUY SETUP: In uptrend, price retraces to swing low zone, wicks below it (liquidity sweep), hammer forms (lower wick min 2x body, closes above swept low). Buy stop entry at hammer high. SL below hammer
I need a professional MQL5 developer to finalize a Gold (XAUUSD) trading bot. The core layering and support-filter logic is already drafted. Key Requirements: Refine a hybrid Martingale/Layering volume calculation (1-10 / 11-20 reset logic). Implement a robust "Safety Mode" based on Daily Low price breaks. Ensure precise 6:00 AM Server Time reset for logic variables. Add professional error handling (Slippage