Require a mql5 mt5 EA with its source code that contain the multiple order management, risk management and a time filter logic that according to my needs

Lavoro terminato

Tempo di esecuzione 107 giorni

Specifiche

Hi,


I need an experienced mql5 ea developer to develop certain code sections, that are essential for my EA . The strategy/conditions that will trigger the trades will not be shared for now. However, the surrounding /supporting code needs to be developed. 

So in their place you will need to have placeholder sample strategy/condition of your choice to be used in the EA to make it workable/testable. 

My EA will use 3 strategies/conditions that will place trades(within the same EA) and each of these 3 strategies/conditions  can open more than 1 limit order/position/market order (in the case that conditions occurs several times) which is why I need multiple order management related code that will enable the code to maintain list of orders/positions seperately for each of the 3 strategies - perhaps by using an array of orders or some other more optimal way.

Below is brief overview of requirements of the supporting code that I require : 

  • Manage multiple orders for same symbol - with robust enough code that is not affected incase of swap charges/server refresh/partial filling of orders/order filling delays - the code is still able to identify orders belonging to each strategy
  • Should be able to save position state information(a custom message that can describe state of the position) that can be used in the future to perform actions based on certain conditions 
  • Risk management related code: use risk% of equity/balance while opening orders with given SL points -   . Also ability to use trailing stop loss, fixed take profit or partial profit, closing order based on certain condition. Switching from fixed tp to trailing stop loss mode.
  • On every tick Code to  perform check for [sample condition] to move SL to Break Even (including commission) , move SL - incase of trailing stop loss mode, check state of position to perform sample action
  • A time range filter that will check whether [sample strategy/condition] has occured in specified time  range or not . This time range needs to be the time thats obtained from metatrader 5(time thats displayed on the mt5 graph x axis) 
  • stats such as Win rate %/ average Risk/reward ratio / Last trade RR and outcome  need to be displayed on the Symbol graph  when the EA is run
  • Also EA input parameters need to be displayed on the symbol graph with the option to change font size and position (top left/ top right /bottom left /bottom right) when the EA is run
  • drawing of arrows of position opening/closing price levels, 
  • Should run on GBPUSD for now
Detailed and more specific requirements are in the document attached.

You can use any indicator/sample condition/sample strategy to complete the EA and test the code and deliver it since I will be replacing the sample condition/strategy code with my code.

- The code needs to be commented adequately (atleast 90% code needs to have comment explaining what it does or why is it required ; the sample strategy/sample condition specific code that you use to complete and test the EA, needs to be commented as well so I can identify and replace with my strategy code).

- The code needs proper and adequate logging (includes sufficient information for example when placing trades - tp,risk,lotsize,sl pip, margin available at the time, spread at the time, commission for the trade, ask and bid price , time of the trade be logged) so that I can troubleshoot any issues in placing that occur using the Experts tab on Metatrader 5.

- The code needs exception handling and logging for them

- EA should be robust enough to have mechanism to prevent and handle mishaps on a real account. Your experience must have taught you the kinds of issues an EA can experience on a real account that may not occur in strategy tester/demo account.

I need the EA with the source code to be delivered.

More specific and detailed requirements have been mentioned in the document attached.

File:

Con risposta

1
Sviluppatore 1
Valutazioni
(34)
Progetti
55
31%
Arbitraggio
8
0% / 63%
In ritardo
13
24%
Gratuito
Pubblicati: 22 articoli, 1 codice
2
Sviluppatore 2
Valutazioni
(171)
Progetti
195
42%
Arbitraggio
13
8% / 54%
In ritardo
9
5%
Gratuito
Pubblicati: 3 codici
3
Sviluppatore 3
Valutazioni
(174)
Progetti
200
12%
Arbitraggio
39
38% / 33%
In ritardo
5
3%
Gratuito
Pubblicati: 2 codici
4
Sviluppatore 4
Valutazioni
(45)
Progetti
59
14%
Arbitraggio
31
26% / 52%
In ritardo
34
58%
Gratuito
5
Sviluppatore 5
Valutazioni
(39)
Progetti
55
13%
Arbitraggio
5
20% / 20%
In ritardo
6
11%
Gratuito
Ordini simili
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

Informazioni sul progetto

Budget
120+ USD
Scadenze
da 5 a 7 giorno(i)