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

İş tamamlandı

Tamamlanma süresi: 107 gün

İş Gereklilikleri

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.

Dosyalar:

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(33)
Projeler
54
30%
Arabuluculuk
8
0% / 63%
Süresi dolmuş
13
24%
Serbest
2
Geliştirici 2
Derecelendirme
(158)
Projeler
175
43%
Arabuluculuk
6
0% / 67%
Süresi dolmuş
8
5%
Serbest
3
Geliştirici 3
Derecelendirme
(171)
Projeler
194
11%
Arabuluculuk
37
38% / 35%
Süresi dolmuş
5
3%
Yüklendi
4
Geliştirici 4
Derecelendirme
(45)
Projeler
59
14%
Arabuluculuk
31
26% / 52%
Süresi dolmuş
35
59%
Serbest
5
Geliştirici 5
Derecelendirme
(39)
Projeler
55
13%
Arabuluculuk
5
20% / 20%
Süresi dolmuş
6
11%
Serbest
Benzer siparişler
I am looking for help to code an Expert Advisor (EA) for MetaTrader 4 (MT4). The EA should automate trading based on specific strategies and market conditions. I'm familiar with the basics of MQL4 but need assistance with more advanced features, like managing multiple indicators, optimizing risk management, and implementing trailing stops. I aim to create a reliable, efficient EA that can monitor the market and
I’m looking to turn into code. Trading Instrument - Crude Oil Futures (CL) Chart and Timeframe - 30-second chart Entry Setup 1. Time Focus on the first 30-second candle after 11:00:00 AM New York time. (11:00:00 candle) 2. Candle Size Limit : Skip the trade if the first candle is greater than 10 points. 3. Entry Orders - Place stop orders at the high and low of the first 30-second candle after 11:00:00. - Long Entry
EA gold HB king5 100+ USD
// เริ่มต้นโปรแกรม EA input double LotSize = 0.1; // ขนาดของล็อต input double TakeProfit = 50; // จุดกำไร input double StopLoss = 50; // จุดขาดทุน // ฟังก์ชันที่เรียกเมื่อมีการสั่งซื้อ void OnTick() { double MA = iMA(NULL, 0, 14, 0, MODE_SMA, PRICE_CLOSE, 0); // Simple Moving Average (SMA) 14 double Price = Bid; if(Price > MA) // เงื่อนไขสำหรับการซื้อ { if(OrderSelect(0, SELECT_BY_POS) == false) //
I’m looking to turn into code. Trading Instrument - Crude Oil Futures (CL) Chart and Timeframe - 30-second chart Entry Setup 1. Time Focus on the first 30-second candle after 11:00:00 AM New York time. (11:00:00 candle) 2. Candle Size Limit : Skip the trade if the first candle is greater than 10 points. 3. Entry Orders - Place stop orders at the high and low of the first 30-second candle after 11:00:00. - Long Entry
hello there I need a copy trade for mt4 can ANYONE help me with and let discuss on how to go about it kindly send me message to signify and let discuss mind you i need this urgently let connect to discuss and conclude
I would like the better volume indicator 1.6 in a scanner format. Scanning multiple timeframe and pairs of which can be picked. Would like it to provide all standard notifications and also if pressed to go to the a template timeframe and pair. *To be placed in a table format as the one added. To be able to add which time frame you want to see. *To advise me of the following Climax High - turn the text green High
i have a JavaScript of a code which is a indicator of trading view, i want to convert into python script and make a mql5 automated trading bot which can take automatic trade and also exit when the signals come by the indicator
I need to build EA MT4 that able to connect as copy trading between demo account to real account with partial of positions not all Example: If the demo account open position so the real account will be opened same position with ability to place different volume size based on real account equity and demo equity, and ability to choose which position should be copied, position one, two, three, four, five, six, seven
I would like an existing, older MT4 EA I had developed converted into an MT5 EA and debugged where necessary. The EA is attached and should be fairly self-explanatory. It is a breakout order entry EA with customisable parameters
I require an MT4 Expert Advisor (EA) that automatically places hedge orders when a buy or sell order is placed by me or another EA. The hedge orders will consist of a stop order (either Buy Stop or Sell Stop), with the same lot size as the original order, deployed at a predefined price distance. The EA must ensure that only one hedge order is placed for each trade. The system should monitor trades based on specific

Proje bilgisi

Bütçe
120+ USD
Geliştirici için
108 USD
Son teslim tarihi
from 5 to 7 gün