EA needed for pending High Low of selected candles MT5 - Please demonstrate your work please & will need to test before payment!

Job finished

Execution time 79 days
Feedback from customer
Excellent developer did more than i initially requested. Highly recommended!
Feedback from employee
Thank you brother It was a pleasure to work with you .. hope we work again soon

Specification

EA Algo development for pending orders – MT5


In my opinion, this project should be straight forward as most coders are familiar with the common input settings. The only not so common part of the project is to do with psychological numbers (filter 3), but again not complicated. Strategy is very simple, but I want many user options included in this EA, so I can test the EA under many different market conditions.

Pending orders above & below candle or group of candles (user defined) on selection of candle

e.g., 5Min (user defined) every 30mins (user defined) = Order triggered


Option: Same price can be triggered again if market revisits the area                                                       (user defined as an additional second repeat order)

Option: Now, if the same strategy is applied on 3 chart layouts, each on different TF, then;

A) If 3 TF charts align: increase Lot size (user defined and optional)

B) If 2 ‘Filters’ (see below) align, increase Lot size (user defined and optional)


This strategy can work on its own without the filters / indicators (see below):

Filters:

 

The indicators below are user options, which makes the strategy more conservative.

Please note: I prefer if the MAs & Oscillators choices are coded as choice selection, rather than chart based as this will benefit MT5 performance.

 

Option Filter 1: Up to 3 x MAs (above or below MA then trigger) MT5 default settings (TF Choice)

Option Filter 2: 1 x Oscillator OB/OS (above OB – ready for sell, OS – ready for buy) (with TF choice)

 

This Filter 3 is the key part of EA, to code right:

Option Filter 3: Objective - Execution is on/near psychological level

Round numbers selected e.g., GBP 1.27000 = ‘00’ > 10 pips selected (like Step/Grid) = 1.27100

 

EA will look for rejection on ‘past PSY level’ based on ‘X’ look back candles (user input choice), on selected TF, to then allow entry order.


You will need to create the following input settings;


EA Input parameters settings required:

Strategy Settings:        TF Chart Choice

                                           Pairs (will need 5 at least)

                                           Magic No

                                           Lot Size

                                           Max spread

                                           Increase Lot size (3 TFs same signals)

                                           Increase Lot size (2 Filters same signals)

                                           Order Placed every XX period e.g., 15M

                                           Hours to trade (3 options during day)

                                           Candle Choice / Period (Custom) e.g., 1M TF > 07:59 – 08:03 (4 candles)

                                           Next pending order Placed (e.g., every 15M or 30M or HR)

Main Execution:           Pending Order (Above & Below candle)

                                           Include Wicks (option) /Include Body (option)

                                           Repeat Order price (option)

Standard EA settings: TP

                                           SL

                                           BE

                                           Trailing

                                           Min Profit Close: £

                                           Max Orders placed

Filter Options:              1. MA        (can be chart based)      

(Choice selection)        2. MA        (can be chart based)

                                           3. MA        (can be chart based)

                                           Volume    (can be chart based)

                                           PSY Level         

Risk Management:       Step

(Martingale Option)    Multiplier

                                           Max Orders Martingale

                                           Max DD alert

                                           Close all orders    

                                           Alerts

_______________________________________________________________________




  


Responded

1
Developer 1
Rating
(50)
Projects
64
20%
Arbitration
11
27% / 55%
Overdue
5
8%
Free
2
Developer 2
Rating
(106)
Projects
129
25%
Arbitration
25
28% / 56%
Overdue
8
6%
Free
3
Developer 3
Rating
(78)
Projects
246
74%
Arbitration
7
100% / 0%
Overdue
1
0%
Free
Published: 1 article
4
Developer 4
Rating
(319)
Projects
568
35%
Arbitration
82
30% / 45%
Overdue
206
36%
Loaded
5
Developer 5
Rating
(6)
Projects
8
25%
Arbitration
2
50% / 0%
Overdue
2
25%
Free
6
Developer 6
Rating
(62)
Projects
90
29%
Arbitration
24
13% / 58%
Overdue
7
8%
Working
7
Developer 7
Rating
(298)
Projects
478
40%
Arbitration
105
40% / 24%
Overdue
82
17%
Loaded
Published: 2 codes
8
Developer 8
Rating
(37)
Projects
59
27%
Arbitration
26
19% / 54%
Overdue
10
17%
Working
Published: 1 code
9
Developer 9
Rating
(568)
Projects
641
41%
Arbitration
25
48% / 36%
Overdue
46
7%
Working
Similar orders
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 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
Торговый робот XAUUSD AI/ML — MT5 + Python + MQL5 Ищу опытного разработчика с глубокими знаниями в следующих областях: MQL5 / MetaTrader 5 Python Машинное обучение / Искусственный интеллект Алгоритмическая торговля Проект Я хочу разработать торговую систему на основе ИИ/машинного обучения, предназначенную исключительно для XAUUSD (золото) . Архитектура: Данные рынка XAUUSD → Модель Python/ML → ПОКУПКА / ПРОДАЖА /
//———————————————————————————————————————————————————————————————————— 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
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
Composite robot 30 - 200 USD
Title: Multi-Timeframe Pure Price Action & Elliott Wave Execution Bot for XAUUSD 1. Project Overview I need a robust, automated trading bot (Expert Advisor) for MetaTrader 5 (MT5) to trade XAUUSD (Gold) exclusively. The strategy is built entirely on Top-Down Multi-Timeframe (MTF) market structure, pure price action, and Elliott Wave principles. It does not use traditional lagging technical indicators (like RSI or
Build a fully mechanical EA for XAUUSD on D1 timeframe. Trader spends 5-10 mins per day to run it. No discretion. EA calculates, places orders, and walks away. Timeframe Use the Daily (D1) timeframe . At the close of each completed daily candle, identify: Previous day's High (wick) Previous day's Low (wick) Previous day's Open

Project information

Budget
30 - 50 USD
Deadline
to 5 day(s)