Mt5 EA Debugging, optimizing and expansion

Tarea técnica

Hello! I am looking for a developer for this EA project—and hopefully many more in the future. Pricing is negotiable, teamwork and good communication are key.

I am not a professional trader or developer, so my ability to describe certain concepts may occasionally be imprecise. I’m seeking someone who is quick to grasp unfamiliar ideas and willing to tackle complex or non-standard tasks. Asking questions proactively once something is unclear will be necessary.

Since I primarily backtest on index CFDs, it's important that you have access to these instruments as well.

The current EA code was primarily generated using AI tools. It is mostly functional but still contains difficult to fix flaws. The architecture needs improvement for reliability, maintainability, and future expansion.

I’m looking for a developer who can take over as the technical architect—refactoring the current code into a cleaner, more structured version that can serve as a foundation for future strategies and extensions.

Please reach out and make an offer in case you have read the specifications and feel like you have the expertise and skill to successfully realize this and future projects.

Cheers, Nick


Basic Technical Requirements:

  • Solid experience in MQL5 and structured coding practices
  • Ability to interpret and extend existing code reliably
  • Understanding of candlestick logic and price action basics
  • Access to backtesting environments for index CFDs

Working Approach:

  • This project will evolve; code quality and modular design are more important than quick delivery.
  • I’m looking for someone open to iterative refinement and technical suggestions.

Initial Deliverable Scope:

  • A cleaned-up and modularized version of the current EA logic
  • Same behavior as now but better structured and maintainable
  • Future expansions once everything works up to this point


Strategy Logic (Current Implementation Overview):

The EA is a pattern-based, buy-limit breakout strategy that reacts to short-term bullish formations on the chart. Only one position / order can be active at a time. The basic concept is:

1.     Pattern Detection: Two pattern types are implemented:

o    3 consecutive bullish candles with closing strength ("bull_3_closeup")

o    3 out of 4 candles being bullish ("3_of_4_bullish")

2.     Activation Filter:

o    The current close must be at least a user-defined percentage above the open of the earliest pattern candle.

o    Optionally, the latest candle's close must lie in the upper X% of its range.

3.     Entry Mechanism:

o    If activation conditions are met, a Buy Limit is placed below the current price.

o    The entry level is computed using a weighted lower shadow model of the last three candles, adjusted by a dynamic buffer.

4.     Take Profit Calculation:

o    Similar logic is applied to calculate a dynamic TP based on upper shadows of recent candles.

5.     Buffer Adjustment:

o    If the Buy Limit doesn't get filled in the following candle, the entry buffer is incrementally increased.

o    If price comes close to TP but fails, the TP buffer is increased for the next trade.

6.     Trade Lock Logic:

o    To prevent overtrading, the system can lock until the next candle after a position is closed or a sell deal occurs.

7.     Time Filter:

o    Trades are only considered within a configurable intraday time window.


Han respondido

1
Desarrollador 1
Evaluación
(1)
Proyectos
2
0%
Arbitraje
1
100% / 0%
Caducado
0
Libre
2
Desarrollador 2
Evaluación
(250)
Proyectos
460
26%
Arbitraje
140
20% / 59%
Caducado
100
22%
Trabaja
3
Desarrollador 3
Evaluación
(5)
Proyectos
5
60%
Arbitraje
1
0% / 0%
Caducado
2
40%
Libre
Ha publicado: 1 ejemplo
4
Desarrollador 4
Evaluación
(272)
Proyectos
401
27%
Arbitraje
39
41% / 49%
Caducado
1
0%
Libre
5
Desarrollador 5
Evaluación
(2)
Proyectos
4
0%
Arbitraje
3
33% / 33%
Caducado
0
Libre
6
Desarrollador 6
Evaluación
(47)
Proyectos
67
37%
Arbitraje
5
40% / 40%
Caducado
1
1%
Libre
7
Desarrollador 7
Evaluación
(13)
Proyectos
19
37%
Arbitraje
1
0% / 100%
Caducado
1
5%
Trabaja
8
Desarrollador 8
Evaluación
(4)
Proyectos
3
33%
Arbitraje
1
0% / 100%
Caducado
0
Libre
9
Desarrollador 9
Evaluación
(137)
Proyectos
220
52%
Arbitraje
22
23% / 55%
Caducado
64
29%
Libre
Ha publicado: 3 ejemplos
10
Desarrollador 10
Evaluación
(45)
Proyectos
91
13%
Arbitraje
34
26% / 59%
Caducado
37
41%
Libre
11
Desarrollador 11
Evaluación
(1)
Proyectos
8
88%
Arbitraje
0
Caducado
0
Libre
12
Desarrollador 12
Evaluación
(77)
Proyectos
243
74%
Arbitraje
7
100% / 0%
Caducado
1
0%
Libre
Ha publicado: 1 artículo
13
Desarrollador 13
Evaluación
(3)
Proyectos
3
0%
Arbitraje
1
0% / 100%
Caducado
0
Libre
14
Desarrollador 14
Evaluación
(550)
Proyectos
637
33%
Arbitraje
41
41% / 46%
Caducado
11
2%
Ocupado
15
Desarrollador 15
Evaluación
(7)
Proyectos
6
33%
Arbitraje
7
0% / 71%
Caducado
0
Libre
16
Desarrollador 16
Evaluación
Proyectos
1
0%
Arbitraje
0
Caducado
0
Libre
17
Desarrollador 17
Evaluación
(16)
Proyectos
20
0%
Arbitraje
10
0% / 80%
Caducado
6
30%
Libre
18
Desarrollador 18
Evaluación
(3)
Proyectos
3
0%
Arbitraje
6
17% / 67%
Caducado
0
Libre
19
Desarrollador 19
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
Solicitudes similares
hello, i want a convertion of this trading view indicator FVG (NEPHEW_SAM_) to mql5 to be add later to an expert advisor. i want to access this data, gap data printed on current timeframe and multi timeframe that i choose (current, timeF1, timeF2, timeF3, timeF4)(gap time, gap value, top gap value, low gap value, gap type bull / bear, gap type iFVG or FVG). a function that check if the price is checking the gap at
I have developed a ready-made quantitative trading system for MetaTrader 5. The system uses an ensemble of machine learning models (XGBoost, LightGBM, Random Forest) combined with a market regime filter based on a Hidden Markov Model. Core features: - Automated trading for XAUUSD - Risk management and dynamic position sizing - Market regime detection (trend / range) - Volatility filter - Telegram monitoring interface
Momemtuscalp 30+ USD
//+------------------------------------------------------------------+ //| MomentumScalper.mq5 | //| Copyright 2026, HackerAI | //| https://hackerai.co | //+------------------------------------------------------------------+ #property copyright "Copyright 2026, HackerAI" #property link "https://hackerai.co" #property version "1.00" #include
Yemen sanaa 30+ USD
Sergey Golubev: Nick Rypock Trailing Reverse ( NRTR ) The forum Key thread Basic explanation/the theory - the post Second version of AscTrend system - asctrend indicator together with NRTR indicator NRTR_color_line indicator for MT5 - the post First version of AsctrendND EA - This EA use Asctrend indicator as main signal and Nrtr indicator as filter: - How to install . - optimization results for M15 timeframe for
Hello, I am looking for an experienced MT5 (MetaTrader 5) developer to create a simple and reliable Forex trading EA. Broker: Skyriss Platform: MT5 Requirements: • EA should work only on Forex pairs (EURUSD, GBPUSD, USDJPY, USDCHF) • Around 1–2 trades per day is enough • Proper risk management with Stop Loss (SL) and Take Profit (TP) • Prefer low-risk trading with 0.01–0.03 lot depending on balance • No martingale or
hello, please take a moment to review my project. It is for Quanttower. it is very detailed in the instructions. Thank you, Just let me know if you can do it and the whats the cost and timeframe
Key Requirements: Source Account: Connect to a Master account using Investor (Read-only) Password. Destination Account: Execute trades on a Live Slave account with full trading access. Currency Focus: The system must handle Currency Pairs accurately, including symbol mapping (e.g., EURUSD to EURUSD.m) between different brokers. Stealth Features: Remove/Disable all trade comments. Assign custom Magic Numbers to the
I need a developer to start robot from scratch based on existing EA that is running live. I do not have the source file as my previous coder did not give it to me. What I do have is the investor password which is running the EA from the coder side but not from my end. I like someone to monitor the account and re create the same system for me
Project Overview: I am looking for a highly experienced MetaTrader 4 (MQL4) developer to build a sophisticated automated trading system. This is not a standard grid bot; it requires complex trade management, dynamic exposure rebalancing, and a custom "Salami" liquidation module for partial loss mitigation . Key Features to Implement: Virtual Grid & Dynamic Trend: Price-action-based grid triggers without pending
We are looking for a professional developer or trader who already has a proven profitable EA or strategy based mainly on price action logic. Important requirements: No Martingale No Grid No Micro-scalping Avoid heavy indicator-based strategies Strategy should be based mainly on price behavior / market structure We are not looking for aggressive systems that promise unrealistic returns. Our focus is on stable

Información sobre el proyecto

Presupuesto
100 - 200 USD