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

작업 종료됨

실행 시간 107 일

명시

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.

파일:

응답함

1
개발자 1
등급
(33)
프로젝트
54
30%
중재
8
0% / 63%
기한 초과
13
24%
무료
2
개발자 2
등급
(158)
프로젝트
175
43%
중재
6
0% / 67%
기한 초과
8
5%
무료
3
개발자 3
등급
(171)
프로젝트
194
11%
중재
37
38% / 35%
기한 초과
5
3%
로드됨
4
개발자 4
등급
(45)
프로젝트
59
14%
중재
31
26% / 52%
기한 초과
35
59%
무료
5
개발자 5
등급
(39)
프로젝트
55
13%
중재
5
20% / 20%
기한 초과
6
11%
무료
비슷한 주문
BAR STRADDLE EA 60 - 100 USD
Hello Coding Wizards. I need an EA that places pending buy above / sell below orders on a specific bar as it closes. Stop loss orders for both pending orders are on opposite ends of the bar. It needs to have fast execution speed with functions as follows; Position size based on X % risk of account balance. Works on whatever chart the EA is active on. Identification of "Primary Bar" based on server time entered
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
Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No: of Trades Close Type : Buy Only , Sell Only , Buy & Sell
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
Below is the pine eidtor script convert it to MQL5 coding language and create bot based on following condition 1. This all should be on 5-minute chart timeframe 2. For Buy side, buy after closing of second candle when buy signal is given and hold buy position until sell signal is given. 3. For sell side, sell after closing of second candle when sell signal is given and hold sell position until next buy signal will be
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
Here's the bot's trading strategy in a nutshell>>> I would like to make a simple scalping MT5 EA trading bot for the synthetic indices, specifically for the Boom 1000 Index. This MT5 EA trading bot will be based off of the 10 period moving average that follows specific rules for entry. The parameters of the moving average are as follows: Period:10 Shift:1 Method:Linear Weight Apply to:Close The bot will only initiate
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

프로젝트 정보

예산
120+ USD
개발자에게
108 USD
기한
에서 5  7 일