Moving average based EA for MT4. Must speak english fluently and be available to zoom

Specification

Moving average Ea

·         This ea will use 2 timeframes, 5 ema’s, a Hull moving average, and atr channels for placing stop losses

·         For now let’s name the 5 ema’s.  Blue=10,  Green= 15,  yellow=30, red =60 ,  purple= 90

·         We enter a long when on the higher time frame the blue crosses above the green.  We enter on the 5 minute chart immediately at the crossover.  We are now locked into only long trades for the rest of the higher timeframe candle.  To clarify, the moment the blue crosses above the green on the higher timeframe we immediately enter a long and can only be long until at least that candle on the higher timeframe closes, even if the blue green oscillates a few times on that candle. We will then only enter into short positions when the blue crosses below the green on a later higher timeframe candle.

For long trades we enter on the following conditions

·         Immediately when there is a blue/green ema cross on the higher timeframe.

·         When the green is above the yellow and yellow above the red and the following happen

§   1.  The body of a  candle crosses and closes above any of the purple, red or yellow ema’s

§  2.  When the body of a  candle crosses  and closes above the green ema but only if the HMA is more than “X” pips above the 15 ema

§  3. The close of any green candle when the blue and green ema’s are above the hma

§  4.  The green ema is below the yellow ema and then the blue ema crosses and closes above the green ema. 

§  5.  When the body of a candle crosses and closes above the hma

o   Short trades will be exactly the same but opposite and only when the blue crosses below the green on a higher timeframe. 

o   For all entries we will normally enter at the close of a candle, but I would like an option to enter on a live candle for any of the previously mentioned entry criteria if the candle is more than “X” pips.  So for example the live candle pip criteria is set at 10 pips and a candle increases 8 pip and then crosses the 50 ema and goes up 2 more pips we enter live because the candle has increased by 10 pips.

Stop loss:  Set stop loss using atr multiplier.  I’d like an option to do the atr multiplier plus the spread at the entry of the candle as well.  Please allow a toggle to add the spread for short and a separate one to add the spread to longs.

How to exit trades.-   I’d like to be able to toggle between three different ways to exit trades                                                                     

                                                1.  Exit a long when the higher time frame blue crosses below green

                                                2.  Exit a long when the current time frame blue crosses and closes below green

                                                3.  Exit based on a series of trailing stops.  Let’s base the profit in terms of multiples of the stop loss in pips.  So if the current stop loss is 10 pips and we reach 10 pips profit we are at 1x profit.  If we reach 20 pips we are 2x profit.  So for the trailing stops we set a profit we much reach for the trail to kick in.  Example.  Reach 1x profit set trailing stop to 0.8x profit.  So if profit reaches 1x profit and turns against me trade closes at 0.2x profit.  At the same setting if the price were to go to 1.4x profit and then turn .8x trail would now close it at 0.6x profit.  Then the second profit level we need to reach at 2.5x profit will have a ts of 1.5x profit.  So any profit gained above 2.5x can only fall by 1.5x profit before closing.  Please set it up like this

-Profit #1 need

Profit #1 Trailing stop

 

Profit #2 needed

Profit #2 Trailing stop ….. do this for 10 trailing stops.

 

·         Please also create a max spread parameter to prevent the entry of trades when the spreads are really high and a minimum stop loss to prevent really small stop losses.

·         Create lot size based on percent of account. 

·         There should only be one current trade at one time, a new long entry can’t close an existing long.  But a new short entry should automatically close an existing long and vice versa.

 

Please have the following parameters in the ea

1.       Max spread to allow entries

2.       Minimum stop loss

3.       Higher timeframe being used

4.       Current timeframe being traded

5.       Fast Moving average higher timeframe

6.       Slow Moving average higher timeframe

7.       Current timeframe MA #1-Blue

8.       Current timeframe MA #2- Green

9.       Current timeframe MA #3- Yellow

10.   Current timeframe MA #4- Red

11.   Current timeframe MA #5- Purple

12.   ATR Period

13.   ATR Multiplier

14.   Enable add spread for longs

15.   Enable add spread for shorts

16.   Candle size needed for live entries

17.   Hull Moving Average

18.   Distance Hull MA needs to be above/below Green ema

19.   Exit- Toggle on off for blue crossing green on higher timeframe

20.   Exit- Toggle  on off for blue crossing green current timeframe

21.   Exit- 10 Trailing stops

22.   Lot size as percent of risk


Responded

1
Developer 1
Rating
(7)
Projects
14
21%
Arbitration
1
0% / 100%
Overdue
3
21%
Free
2
Developer 2
Rating
(2)
Projects
4
0%
Arbitration
4
25% / 75%
Overdue
1
25%
Free
3
Developer 3
Rating
(5)
Projects
6
17%
Arbitration
2
0% / 100%
Overdue
0
Free
4
Developer 4
Rating
(511)
Projects
550
53%
Arbitration
13
69% / 15%
Overdue
3
1%
Free
5
Developer 5
Rating
(568)
Projects
641
41%
Arbitration
25
48% / 36%
Overdue
46
7%
Working
6
Developer 6
Rating
(258)
Projects
264
30%
Arbitration
0
Overdue
3
1%
Free
Published: 2 codes
7
Developer 7
Rating
Projects
3
33%
Arbitration
2
0% / 100%
Overdue
2
67%
Free
8
Developer 8
Rating
(298)
Projects
477
40%
Arbitration
105
40% / 24%
Overdue
81
17%
Loaded
Published: 2 codes
Similar orders
EliBoT 39+ USD
//+------------------------------------------------------------------+ //| TrendPullbackEA.mq5 | //| Simple Trend + Pullback Strategy EA (Beginner Friendly) | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //------------------------------------------------------------------- // INPUT PARAMETERS
//+------------------------------------------------------------------+ //| BORGMAN SMC EA v8.7 - INSTITUTIONAL MERGE | //| Combines v8.5 risk architecture + v8.6 SMC engine | //+------------------------------------------------------------------+ #property strict #property version "8.70" #include <Trade/Trade.mqh> CTrade Trade; //---------------------- ENUMS ----------------------// enum ENUM_RR_MODE { RR_2R, // 1:2
I need an experienced MQL5 developer to build a semi automated trading signal system for Gold (XAUUSD) on MT5. The system is NOT a martingale or grid EA. The goal is to build a clean rule based signal engine that detects high probability setups based on predefined strategy rules and sends trading alerts with optional pending order logic. Main Requirements: 1. Signal Generation - Buy and Sell signals - Buy Limit - Buy
Mambo 30+ USD
I need a bot that can trade weltrade synthetic indices that can be consistently making profits if you have one for deriv its also fine a bot that executes and closes trades automat Will be ideal
MT5 Expert Advisor Specification: Asian Liquidity Sweep & M5 FVG Entry ​Project Overview ​Automated Expert Advisor for EUR/USD on MT5. The strategy maps structural liquidity (Fractal Swings) for entry triggers but targets absolute session extremes for Take Profit. It enters on the first opposite M5 Fair Value Gap (FVG) and features a dynamic, user-controlled risk engine. ​1. Timezone & News Filter Requirements ​The
I am looking for an experienced MQL4/MQL5 developer to build a custom MT4 indicator from scratch or cracking my ex4 file that i provide to you. I already have an existing indicator (EX4) which produces highly accurate buy/sell signals. I want a similar indicator developed based on its observable behavior and signal structure. my existing indicator is pc id protected so you have to do PC ID security bypass and source
I am looking for an experienced MQL5 developer to build a professional Expert Advisor with the following specs: TECHNICAL REQUIREMENTS: - Platform: MetaTrader 5 (MT5) - Pairs: GBPUSD and EURUSD - Broker suffix support (e.g. GBPUSD@, EURUSD@) - Primary timeframe: M5 -Higher timeframe bias: H1 and H4 (for trend direction only) - One chart setup — manages both pairs from one chart STRATEGY: - Price action based: BOS
OBJETIVO Criar um Expert Advisor MT5 profissional para XAUUSD focado em: Consistência Baixo drawdown Scalping profissional Proteção da conta Crescimento sustentável Compatibilidade com conta micro e prop firms NÃO utilizar: Martingale Grid Hedge agressivo Recovery system Multiplicação de lotes após perda --- ATIVO XAUUSD apenas --- TIMEFRAMES Timeframe principal M5 Confirmação tendência M15 Confirmação macro opcional
I need a very advanced and intelligent MT5 Expert Advisor coded in MQL5 for XAUUSD, based on ICT + CRT + Smart Money Concepts. The goal is not a simple robot, but a professional decision-making system with strong filters, risk control, and high-quality trade selection. The EA must include: 1. Multi-Timeframe Analysis - D1 / H4 / H1 bias - M15 / M5 entry confirmation - Bullish or bearish market structure - BOS, CHoCH
Intraday Trade Ninja EA — Complete Logic Structure This document maps the full architecture, execution logic, signal flow, trade management, and safety structure of the Intraday Trade Ninja MT4 Expert Advisor. 1. Core Indicators · ©Price Border (TMA bands) · MA-X Arrows · MA-Y Arrows · LeManSignal · EMA 49 & 89 - Per Candle Color Switching 2. EA Entry Architecture ·

Project information

Budget
100+ USD