Moving Average Crossover Strategy EA for MT4

Job finished

Execution time 2 days
Feedback from customer
once again perfect job. Quick, efficient and reliable developer . thank you Mr. Donald.
Feedback from employee
Detail description. Thank you for the job!

Specification

Dear Developers,


1- This EA will trade with Fast EMA and Slow EMA crossovers, base its value on the current time frame, Only will be allowed one open position at a time,  keep the position opened and ignore the new signals until current position closed,  Ea work on all types of pairs and accounts including micro,  magic number,  data window contain ( current balance , draw dawn %, current month profits, number of opened positions, equity )

2- All moving averages included in the strategy ( can be changed), example exponential, simple,... high low close ... and number can be changed etc...

3- Option of stop trading if the spread more than (number can be changed)

4- option of trading sessions want to trade Asian Europe and american

5- Trailing stop option


take profit : ( number can be changed ) of the entry candle length ( close to high or low ) 

example if the number was 3 and entry candle length was 20 pips then t.p. will be 3 multiply by 20 = 60 pips

( see screenshot 1)


not stop loss but close trade at certain market price : instead of stop loss and because of some brokers not allow to put stop loss very close to entry point

, I want the ea not to put stop loss, but instead of that, ea will close position when price reach above the high of the entry candle by( number of pips )if the position was sell

and close position when price reach below the low of the entry candle by( number of pips )if the position was buy

( see screenshot 1)


How will it work?

the ea will open 30 positions  in consequences, when 1st position closed on loss, then Ea will open 2nd position on the next signal, when 2nd closed on loss, will open the 3rd trade on next signal, until one of the positions hit take profit, then will reset and start again from 1st


size : Risk allocation for each one of the 30 positions consequences (by balance)( can be changed ), that mean can set risk for every one of the 30 positions manually and alone

example : if the long of the entry candle ( close to high , close to low ) was 30 pips , and the risk of the 1st trade was 10$ , then pip value = 10$/30pips = 0.33

( see screenshot 1)


example 

1st position (any number can be changed, example = 0.30$ risk)

2nd position (any number can be changed, example  = 1.10$ risk)

3rd position (any number can be changed, example  = 2.70$ risk)

.

.

until

30th position (any number can be changed, example = 99 $ risk )



the EA will work in 2 modes : ( the trader can change the mode manually)

mode 1 :

open sell only when (2 or number can be changed exponential moving average ) cross from above to below and close on (15 or number can be changed exponential moving average ) only when 49 ema moving below 100 ema and below 149ema

open buy only when (2 or number can be changed exponential moving average ) cross from below to above and close on (15 or number can be changed exponential moving average ) only when 49 ema moving above 100 ema and above 149ema

see Screenshot_2, Screenshot_3



mode 2 :

no 49, 100, 149 ema in this mode , Ea will open position when 2ema cross and close on 15 ema in both directions

open sell when (2 or number can be changed exponential moving average ) cross from above to below and close on (15 or number can be changed exponential moving average )

open buy when (2 or number can be changed exponential moving average ) cross from below to above and close on (15 or number can be changed exponential moving average )

see Screenshot_1


notes:

1- (can be changed)mean that the number can be changed by the trader to any other number 

2- please read the full description carefully before applying to the job, apply only if you can do the job.

3- please ask any question if something not clear.


Files:

Responded

1
Developer 1
Rating
(2)
Projects
3
33%
Arbitration
1
0% / 100%
Overdue
0
Free
2
Developer 2
Rating
(65)
Projects
71
30%
Arbitration
8
0% / 88%
Overdue
5
7%
Free
3
Developer 3
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
4
Developer 4
Rating
(174)
Projects
200
12%
Arbitration
39
38% / 33%
Overdue
5
3%
Free
Published: 2 codes
5
Developer 5
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
6
Developer 6
Rating
(130)
Projects
184
32%
Arbitration
18
28% / 67%
Overdue
27
15%
Free
Published: 1 code
Similar orders
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
please share: Strategy description — entry/exit rules, indicators used, timeframe(s), and instrument(s) (a written explanation, screenshots, or an existing indicator/EA to reference all work) Risk management rules — position sizing method (fixed lot / % risk), stop loss / take profit logic, max drawdown or daily loss limits, and whether martingale/grid/hedging is involved Broker & account details — broker name
I need a unique grid trading system for XAUUSD that combines entry, controlled two-sided grid expansion, DCA (Dollar Cost Averaging) basket profit control, hedging. Unlike traditional grid EAs that only trade against price, this unique grid system should dynamically build positions in both directions based on market movement, allowing flexible adaptation to changing conditions ie the grid needs to dynamically move
I need an experienced MQL5 developer to create a fully automated MT5 Expert Advisor called Ayoub Gold EA , focused exclusively on XAUUSD (Gold) . Main requirements: Platform: MT5 / MQL5. Fully automated BUY and SELL trading on XAUUSD. Must support broker suffixes such as XAUUSD, XAUUSD.f and XAUUSDm. Trading strategy based mainly on Range Breakout with trend confirmation. EMA, ADX and ATR filters. London/New York
Mashiri 50 - 10000 USD
I need a custom MetaTrader 5 indicator designed specifically for XAUUSD gold trading. The indicator should identify potential buy and sell opportunities, display clear entry and exit signals on the chart, provide alerts, and help identify market trends and possible reversals
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
Cerco uno sviluppatore MQL5 esperto per sviluppare da zero un Expert Advisor completamente nuovo per XAUUSD su MT5. Non desidero un semplice Expert Advisor basato su indicatori fissi. Desidero un sistema di trading dinamico e adattivo, in grado di adattare il proprio comportamento alle mutevoli condizioni di mercato di XAUUSD. Lo sviluppatore dovrebbe essere libero di combinare qualsiasi tecnica ritenuta opportuna
I am looking for a Senior MQL5 Developer to create a new MetaTrader 5 Expert Advisor from scratch. I will provide a complete Requirements Specification containing objective entry, exit and risk-management rules. This is not a request to copy or decompile an existing product. Project requirements: Clean and modular MQL5 source code. Exact implementation of the supplied strategy. One signal evaluation per configured

Project information

Budget
30+ USD
Deadline
from 1 to 20 day(s)