指定

OFFICIAL MQL5 SOFTWARE REQUIREMENTS SPECIFICATION (SRS)

Project Name: "Quantum-Shield 2.0" Institutional EA

Platform: MetaTrader 5 (MT5)

Execution Logic: Fully Automated

Instrument: GER40 (DAX)

Timeframe: 10 Minutes


1. ARCHITECTURAL MANDATE The Expert Advisor must be a monolithic, high-performance C++ based MQL5 application. No DLLs, no external python bridges. The logic must be entirely self-contained.

2. SIGNAL GENERATION (THE DUAL-LOCK PROTOCOL) A trade entry signal is valid ONLY when BOTH conditions are true on the close of a 10m candle:

  • Directional Filter: Current price > 200-period Exponential Moving Average (EMA) for LONG; Current price < 200-period EMA for SHORT.

  • Momentum Trigger: MACD (12, 26, 9) Main line crosses the Signal line. Cross-up for LONG; Cross-down for SHORT. (Note: There is NO ADX filter in this system).

3. TRADE MANAGEMENT & MATHEMATICAL EXIT

  • Stop Loss (SL): Fixed at 1.5 x ATR(14) of the entry candle.

  • Take Profit (TP): Fixed at 3.0 x ATR(14) of the entry candle. (Strict 1:2 Risk/Reward ratio).

  • Order Execution: Market orders only. The EA must handle "Requotes" and "Slippage" with an asynchronous retry loop (max 3 retries).

4. DYNAMIC RISK MANAGEMENT (ACCOUNT PROTECTION) The position size (Lot) must be calculated dynamically for every trade based on the following logic:

  • Risk per Trade: 1.0% of Current Account Equity (Input parameter).

  • Lot Size Calculation: Risk_Amount / (SL_points * Tick_Value) .

  • Maximum Loss Protection (Hard Stop): If Account Equity falls below $96,000 (Input parameter), the EA must immediately close all open positions, cancel all pending operations, and disable itself permanently.

5. PROP FIRM COMPLIANCE MODULES

  • Module A (Order Splitter): If the calculated Lot size exceeds 20.00, the EA must split the execution into multiple orders (e.g., 35.0 lots -> 20.0 + 15.0).

  • Module B (Anti-Spam Delay): Split orders must be sent with a randomized 250ms–750ms delay between each execution to avoid "Order Book Spamming" flags.

  • Module C (News Shield via WebRequest): * Must include an Input parameter: Use_News_Filter = true/false .

    • When true, the EA fetches high-impact (RED) news for USD/EUR via a reliable calendar (e.g., ForexFactory RSS/JSON). Trading is strictly forbidden ±15 minutes around RED news events. If the feed fails, default to Fail-Safe (No trading).

6. OPERATIONAL CONSTRAINTS (CRITICAL TIME RULES)

  • Trading Window: 09:00 - 15:30 (Broker Server Time). The EA must NOT open any new positions outside this window.

  • End of Day Hard Close: At exactly 15:30 Broker Time, the EA MUST close all open positions at Market Price, regardless of current P&L. No overnight holding, no weekend holding.

  • Source Code: The developer must deliver the original .mq5 file.

  • Safety: The EA must check for TerminalInfoInteger(TERMINAL_CONNECTED) and MQLInfoInteger(MQL_TRADE_ALLOWED) before every operation.


応答済み

1
開発者 1
評価
(10)
プロジェクト
14
7%
仲裁
3
33% / 67%
期限切れ
1
7%
仕事中
2
開発者 2
評価
(1)
プロジェクト
1
0%
仲裁
1
0% / 100%
期限切れ
0
3
開発者 3
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
4
開発者 4
評価
(69)
プロジェクト
79
29%
仲裁
8
13% / 63%
期限切れ
4
5%
仕事中
5
開発者 5
評価
(51)
プロジェクト
69
35%
仲裁
4
25% / 75%
期限切れ
0
6
開発者 6
評価
(19)
プロジェクト
24
21%
仲裁
0
期限切れ
2
8%
7
開発者 7
評価
(19)
プロジェクト
21
14%
仲裁
5
20% / 80%
期限切れ
1
5%
仕事中
パブリッシュした人: 3 codes
8
開発者 8
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
9
開発者 9
評価
(442)
プロジェクト
570
37%
仲裁
106
39% / 33%
期限切れ
17
3%
10
開発者 10
評価
(3)
プロジェクト
7
14%
仲裁
2
0% / 0%
期限切れ
2
29%
取り込み中
11
開発者 11
評価
(3)
プロジェクト
5
20%
仲裁
2
50% / 0%
期限切れ
0
仕事中
パブリッシュした人: 1 article, 25 codes
12
開発者 12
評価
(45)
プロジェクト
57
51%
仲裁
6
83% / 0%
期限切れ
1
2%
仕事中
13
開発者 13
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
類似した注文
I am currently manual testing an additional indicator but, I have a few(3) paid(licensed) indicators that I use to trade with. I use one as a primary signal and the other 2 as confluence for entries. I want to backtest them together in order to have an auto/semi-auto data backed system. Would you be able to assist with this? Im am planning on fully engaging this project in 1-2 weeks from now. My indicators are on
Hi All, I am looking for an EA which I have attached the video of. It places a buy stop and sell stop with 250 pips above and below current price for every minute with SL as 300 pips and TP as 500 pips. If any of of them triggers in the minute other will be cancelled, it will not place any pending orders till either of SL or TP is hit and places new set of pending orders the very next minute of SL or TP hit minute
Okay so basically this is a repair job of a strategy I hired a guy to do that doesn't quite workas I intended it to but is very close. So should be fairly simple to fix . I have enclosed a video file. Its important to understand that the take profit and stop loss were added by the guy who coded it but arent central to the strategy. The main thing is that the system must reference the prior bar and sell when the ow is
Specification I need a mt5 Expert advisor EA to manage intraday trades with strict risk management. The EA must -Handle between 5 to 8 clean trades a day max altogether throughout all 3 sessions. no big news trading times and no overnight trades -Use 1 % on forex pairs and up to 2% on XAUUSD risk per trade - Automatically calculate lot size based on stop loss -use fixed RR ratio [1:2] For forex pairs
Buy and sell indicator 30 - 200 USD
} Hello, I am looking for a highly skilled and professional developer to create a powerful custom trading indicator for MetaTrader. The indicator must display Buy and Sell signals directly on the chart in a clean and professional way (for example, dots or arrows). The signals must be non-repainting, meaning once a signal appears it must never change or disappear after the candle closes. I want the indicator to be
I trade ES futures on the Ninja trader platform. I recently came across an indicator and wanted to check with you if you can build a similar indicator that works on Orenko or Ninja renko charts, and also combines support and resistance untouched. Below is the indicator, which will tell you market chop and to avoid. I want to include a support and
The Expert Advisor (EA) must work with any custom indicator that provides Buy and Sell signals through buffers. The EA should read signals from the indicator and execute trades according to the defined rules. The EA must be universal and able to work with different indicators as long as they provide signal buffers. I will share the rest of the details with you shortly
I need a highly accurate spike MT5 detector for boom and crash which can be used to catch big spikes. Demo versions will be required. The indicator should not repaint and have high win rate. It should work as shown in the links below https://vt.tiktok.com/ZSHgMePGh/ https://vt.tiktok.com/ZSHg6STkB/ https://vt.tiktok.com/ZSHg62YJ4/ https://vt.tiktok.com/ZSHgjoEML/
I have an existing TradingView Pine Script. I will provide the Pine Script source code after agreement. Goal: Convert the logic into MT5 (MQL5) and build an EA. Phase 1: Create MT5 indicator that matches TradingView signals (M15 only) Phase 2: Build EA with strict execution rules: max 4 trades total one trade per symbol gold lot limit (max 0.02 total) reversal logic (close then open opposite) no re-entry after manual
Hello, I need a clear, professional, and strictly rule-based MT5 Expert Advisor. Please follow the specification below exactly as written, without adding extra logic, extra indicators, or personal modifications unless I ask for them later. The goal is to build a universal EA that can work with any custom indicator that provides signals through buffers. PROJECT TITLE Universal Indicator EA for MT5 1) GENERAL IDEA The

プロジェクト情報

予算
150 - 250 USD
VAT(付加価値税) (27%): 40.5 - 67.5 USD
合計: 191 - 317.5 USD
開発者用
135 - 225 USD
締め切り
最低 3 最高 7 日

依頼者

出された注文1
裁定取引数0