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
評価
(34)
プロジェクト
55
31%
仲裁
8
0% / 63%
期限切れ
13
24%
パブリッシュした人: 22 articles, 1 code
2
開発者 2
評価
(171)
プロジェクト
195
42%
仲裁
13
8% / 54%
期限切れ
9
5%
パブリッシュした人: 3 codes
3
開発者 3
評価
(174)
プロジェクト
199
12%
仲裁
38
37% / 34%
期限切れ
5
3%
仕事中
パブリッシュした人: 2 codes
4
開発者 4
評価
(45)
プロジェクト
59
14%
仲裁
31
26% / 52%
期限切れ
34
58%
5
開発者 5
評価
(39)
プロジェクト
55
13%
仲裁
5
20% / 20%
期限切れ
6
11%
類似した注文
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","
Hello! I am looking for an experienced, top-rated developer to build highly profitable strategy software that provides accurate signals for both long-term and short-term trades. The software must analyse the market correctly, indicating when to enter and where to set Take Profit (TP) and Stop Loss (SL) levels. It must deliver accurate results across all markets, including Forex, cryptocurrencies, metals, indices, and
I want EA would work like a bot. I will share the box size on daily market for XAUUSD AND BTC . The bot should apply the same box size on charts and when super trend signals buy it should buy and when sell it should sell with quantity which will shared like 0.01 or 0.10 Secondly when the trade is executed it should carry till trailing SL as for example If supertrend gives Buy signal Entry done at 100 for example and
I recently purchased an off the shelf 'multiple positions executor' EA in order to open multiple trades simultaneously using MT5 however the orders would fail. It seems they would fail because the EA uses PIPs and the broker I use with MT5 uses Points. The EA was sending an order with SL/TP values that violated the broker’s symbol rules. I need an EA developed which Opens multiple market orders simultaneously
For only developer who understand Chaos/ Profiunity trading system by Bill WIlliams, Create The Profitunity System Trading based on Bill Williams Chaos theory, Trade based on Trend Affirmation in Daily, entry in H4, using Williams Fractal, Williams Alligator, Awesome Oscillator, Accelerator Oscillator, Market Facilitation Index. Balance Line, entry on Reversal, add on while market show continuation sign. Please quote
Hi, I am looking for someone who has already developed a high-performance Gold EA that can outperform the one shown in my screenshot. If you have such an EA, please apply for this job. Please describe how the EA works (for example, whether it uses a grid system) and provide backtest results along with the set files. If the EA meets my expectations, you can make the necessary adjustments and I will use it as my own
Requirements Specification examples Here is an example of Requirements Specification for the development of the MACD Sample Expert Advisor, which is available in the MetaTrader 5 standard package. 1. The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the Exponential Moving Average
I am looking for a developer to create a trading robot (EA) to trade XAUUSD, NAS100 and SPX500. The rules are as follows: Buy when the 2 EMA crosses over the 10 EMA and price closes over the 50 ema. Sell when the 2 EMAs cross below the 10 EMAs and the price closes below the 50 EMAs. The take profit and stop loss can be adjusted by me selecting from a drop-down box. I am open to other parameters to optimize
Description I need an very low latency MT5 Expert Advisor (EA) developed in MQL5 to automate TradingView alerts into MT5 trades for alerts set up done on trading view. The EA must work on both DEMO and LIVE accounts whichever will be attached to MT5 (XM, IC Markets and similar MT5 brokers) and be suitable for fast 1-minute timeframe scalping.End to End solution. Functional Requirements 1. TradingView Integration
Project Overview I am looking for an experienced MQL5 developer to build a custom, prop-firm-compliant trend-following Expert Advisor (EA) for MetaTrader 5 . This EA will be used on prop firm accounts (e.g., FTMO-style rules), so strict risk control and rule compliance are mandatory . This is NOT a grid, martingale, scalping, or recovery EA. The goal is consistency, rule compliance, and capital preservation , not

プロジェクト情報

予算
120+ USD
締め切り
最低 5 最高 7 日