Custom Expert Advisor for MQL5

MQL5 Эксперты

Работа завершена

Время выполнения 4 дня
Отзыв от заказчика
Excellent work by Mr. Victor. Effective coding with clear structuring of the script, easy to understand. The requirements were clearly captured. Thanks Mr. Victor.

Техническое задание

I would like to EA that can perform automated trading based on the following requirement.

Rule 1: Place 16 orders based on the following configurable values, the configuration shall be maintain in a external file like config.ini

  • Asset Pair=XAU/USD
  • order_direction=BUY # BUY or SELL
  • first_order_entry_price=2763.37  
  • first_order_profit_pips=40 # Ex. First order profit price will be 2767.37 when order_direction=BUY, if sell 2759.37 
  • first_order_stop_loss_pips=150  # First order stop loss price will be 2748.37  when order_direction=BUY, if sell 2778.37 
  • first_order_lot_size=0.3
  • max_price_limit_from_first_order_entry_price=4.1  
  • # If current price reached more than this max price limit, then cancel all pending orders 
  • # example: when first_order_entry_price= 2763.37,  max_price_limit =  2763.37 + 4.1 = 2767.47 when order_direction=BUY, if sell 2759.47
  • 2ndto15th_order_lot_size=0.05
  • 2ndto15th_order_profit_pips=20
  • 16th_order_profit_pips=50
  • 16th_order_stop_loss_pips=150
  • 16th_order_lot_size=1.43
  • entry_price_step_down_for_2ndto16th_order = 1 

Rule 2: Second order to sixteenth order entry price shall be based step down configuration entry_price_step_down_for_2ndto16th_order, in this example, 2nd order entry price 1 less than first order entry price i.e., 2762.37 and 3rd order entry price shall be 1 less than second order i.e., 2761.37, the calculation goes on until 16th order. Reference to the attachment for the entire order list

Rule 3: At the start of the program place all the orders if the current price is more than entry price of the respective orders.

Rule 4: If the first order hit the take profit or the current price hit max price limit, cancel all the pending orders and stop the program. No more orders to be placed

Rule 5: If the 16th order hit take profit or hit stop loss, cancel all the pending orders and stop the program. No more orders to be placed

Rule 6: If the 2nd order to 15th order hit take profit, repeat the order when the current price goes above the respective order's entry price. Checking if the 2nd order to 15th order hit take profit should be based on the original order entry price, sometimes the position may be opened with a slightly different price.

Rule 7: If first to 15th order hit stop loss dont repeat the order.

Deliverable include the following:

  • Source Code
  • Compiled EA
  • Two Back Tested results (requirement for back test in mentioned below)
  • Step to setup and execute the EA

Back Testing 1;

  • first_order_entry_price=2763.37 
  • Rest of the configuration same as mentioned under Rule1 
  • Back Test Period : 29 Jan 2025 05:15 EST to 30 Jan 2025 03:00 EST

Back Testing 2;

  • first_order_entry_price=2689
  • Rest of the configuration same as mentioned under Rule1 
  • Back Test Period : 13 Jan 2025 02:15 EST to 13 Jan 2025 23:00 EST

Attached the Sample BUY Order, and its Entry Price, Take Profit Price, Stop Loss Price for the sixteen order. 

Regards

 

 


Файлы:

Откликнулись

1
Разработчик 1
Оценка
(111)
Проекты
183
25%
Арбитраж
25
16% / 76%
Просрочено
16
9%
Свободен
2
Разработчик 2
Оценка
(20)
Проекты
26
38%
Арбитраж
6
33% / 50%
Просрочено
0
Свободен
3
Разработчик 3
Оценка
(33)
Проекты
35
20%
Арбитраж
5
40% / 40%
Просрочено
0
Свободен
Опубликовал: 1 пример
4
Разработчик 4
Оценка
Проекты
2
0%
Арбитраж
4
25% / 50%
Просрочено
1
50%
Свободен
5
Разработчик 5
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
Похожие заказы
Yes. The final “world-class” RegimeShift concept we converged on is an adaptive hybrid EA , not a single trend EA and not a pure recovery EA. The key idea is: Classify the market first → select the correct engine → size dynamically → stop using that engine when its market thesis is invalid. That is the part I would preserve as the final architecture. RegimeShift — Final Strategy Architecture Layer Final role H1 Macro
NextGen 30 - 50 USD
Hello, Before I select a developer, please confirm that you can implement the complete MT5 EA exactly according to my specification. The most important requirements are: 1. Strict NO-REPAINT / NO-HINDSIGHT logic. 2. Sweep, MSS/BOS, Displacement, FVG, Order Block and POI must be defined algorithmically before coding. 3. M1 and M5 confirmation logic. 4. Zero-Float Entry logic. 5. MT5 terminal alerts and immediate MT5
I need a professional XAUUSD signal indicator for MetaTrader 5, written entirely in MQL5 (.mq5). IMPORTANT: This is NOT an auto-trading EA. It must never open, close or modify trades. It only analyzes XAUUSD and generates signals + MT5 push notifications. 1. Multi-timeframe analysis: H4 → H1 → M30 → M15 → M10 → M5 → M1. 2. Detect market structure: - Swing High / Swing Low - BOS - MSS - CHOCH - Bullish/Bearish HTF
I would like to create a tradingview robot that will sync with tradovate. My strategy is as follows: Chart Setup - MES on left and MNQ on right. The MES chart has quarter levels on it. The MNQ has the volume indicator. Trading Session is from 9:30AM EST - 11:00AM EST If most recent price action has crossed *up* a quarter level on MES, I look for *sells* on MNQ. My trigger for a sell is a bearish engulfing candlestick
Hi, I would like to commission an Expert Advisor (EA) for MetaTrader 5 (MT5) based on the Smart Money Concepts (LuxAlgo) indicator, which is available in the MQL5 Market. Below are the detailed specifications for the EA: 1. General Parameters & Symbol Trading Asset: Gold (XAUUSD) Timeframe: 5-Minute (M5) Indicator Integration: Integration with "Smart Money Concepts (LuxAlgo - Smart Money Concepts)" via
We are looking for an experienced MQL5 developer who also has real trading experience to build our existing trading strategy into a fully automated MT5 Expert Advisor (EA). We already have our entry and exit trading rules documented . We are not looking for someone to invent a strategy for us. We need someone who understands trading well enough to understand our rules, discuss them with us in normal trading terms
Hello, I need an MQL5 Expert Advisor for MT5 on XAUUSD (H1) using a 1.0 lot size where every $1 movement matters. The logic must work as follows: When any active trade reaches $20.0 in profit, close that specific trade immediately and open a new opposite trade automatically. When an active trade reaches a loss of $4.0, DO NOT close the existing trade; instead, keep it open and immediately open a new opposite trade
I'm looking to purchase a profitable trading robot (EA) for MetaTrader. Requirements: Backtest Requirements: Verified backtest results covering exactly 2 years of historical data (no more, no less) Data must be from a reputable source with tick-level accuracy (99% modeling quality preferred) Please include key metrics: total net profit, profit factor, maximum drawdown, win rate, and Sharpe ratio Strategy Explanation
Surebot 100+ USD
I want a sure bot that will be able to plat a good and nice trade thst i will benefit from and that i all use to make it in life
i have indicator for Trading View, also copy for NT, i need someone to improve and check the NT version (indicator is simple is volume density koncept)…. when i put same settings on TV version and NT version i have diffrerent results, but this can be because diffrent market data or fact that TV sending tick info in blocks , not tick by tick like NT8 on both. I(ndicator base on counting volume) so besied that is it

Информация о проекте

Бюджет
30+ USD
Сроки выполнения
от 1 до 30 дн.