Sarowar Jahan

MQL5 专家 其它 统计和数学

指定

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 with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one, the trend is seen as growing (ema_current > ema_previous). Alternatively, if current EMA is below the previous one, the trend is considered to be falling (ema_current< ema_previous).

3. Trading Signals:

  • Buy signal: the main MACD line crosses the signal line upwards (macd_current>signal_current && macd_previous<signal_previous).
  • Sell signal: the main MACD line crosses the signal line downwards (macd_current<signal_current && macd_previous>signal_previous). The below figure shows Buy and Sell cases.


4. Positions are closed at opposite signals: Buy positions are closed at Sell signals, and Sell positions are closed at Buy signals.

5. Positions are opened at the market price, when a new bar emerges. The Expert Advisor is to be tested using Open prices, so there is no need to add functions for disabling operations inside the bar.

6. Additional filters for opening a position:

The absolute value of MACD's main line will be used to filter out weak signals: the signal is only confirmed if this value is greater than open_level (in points). Signal confirmation conditions are as follows:

  • Confirmation of a buy signal: Abs(macd_current)>open_level
  • Confirmation of a sell signal: macd_current>open_level

7. Additional filters for closing a position:

The absolute value of MACD's main line will also be used to confirm position closure: the signal is confirmed if this value is greater than close_level (in points). Close signal confirmation conditions are as follows:

  • Confirmation to close Buy positions — macd_current>close_level
  • Confirmation to close Sell positions — Abs(macd_current)>close_level

8. Close by Take Profit — during position opening, a Take Profit level is set at a fixed distance from the open price, specified in points. The value is set in the InpTakeProfit input parameter.

9. Position management

TrailngStop is used to protect profit. Stop Loss is set if profit in points exceeds the value specified in the InpTrailingStop parameter. If the price continues to move in the profit direction, Stop Loss should be trailed at the given distance. Stop Loss cannot be moved towards the loss direction, i.e. the Stop Loss value cannot be increased. If none of protective orders (Take Profit or Stop Loss) triggers, the position should be closed by an opposite signal. No other position exit methods are available.

反馈

1
开发者 1
等级
(368)
项目
472
24%
仲裁
51
61% / 20%
逾期
53
11%
繁忙
2
开发者 2
等级
(257)
项目
341
58%
仲裁
7
14% / 71%
逾期
9
3%
空闲
3
开发者 3
等级
(64)
项目
68
25%
仲裁
12
42% / 42%
逾期
4
6%
空闲
4
开发者 4
等级
(43)
项目
65
11%
仲裁
12
58% / 42%
逾期
1
2%
空闲
5
开发者 5
等级
(19)
项目
26
27%
仲裁
3
0% / 100%
逾期
2
8%
空闲
6
开发者 6
等级
(206)
项目
332
35%
仲裁
64
13% / 56%
逾期
87
26%
空闲
7
开发者 7
等级
(2248)
项目
2835
62%
仲裁
118
46% / 25%
逾期
428
15%
空闲
8
开发者 8
等级
(16)
项目
20
0%
仲裁
9
0% / 78%
逾期
6
30%
空闲
9
开发者 9
等级
(2596)
项目
3275
67%
仲裁
77
48% / 14%
逾期
342
10%
空闲
发布者: 1 代码
10
开发者 10
等级
(44)
项目
45
24%
仲裁
23
13% / 74%
逾期
10
22%
工作中
11
开发者 11
等级
(505)
项目
541
53%
仲裁
13
69% / 15%
逾期
3
1%
空闲
12
开发者 12
等级
(8)
项目
11
0%
仲裁
11
18% / 73%
逾期
2
18%
空闲
13
开发者 13
等级
(72)
项目
80
10%
仲裁
35
9% / 54%
逾期
6
8%
空闲
14
开发者 14
等级
(45)
项目
91
13%
仲裁
34
26% / 59%
逾期
37
41%
空闲
15
开发者 15
等级
(322)
项目
497
67%
仲裁
5
40% / 0%
逾期
4
1%
空闲
发布者: 8 代码
16
开发者 16
等级
(298)
项目
427
26%
仲裁
18
61% / 33%
逾期
26
6%
空闲
发布者: 8 代码
17
开发者 17
等级
(140)
项目
182
42%
仲裁
23
61% / 17%
逾期
12
7%
工作中
18
开发者 18
等级
(568)
项目
641
41%
仲裁
23
52% / 30%
逾期
46
7%
工作中
19
开发者 19
等级
(574)
项目
945
47%
仲裁
303
59% / 25%
逾期
125
13%
空闲
20
开发者 20
等级
(69)
项目
146
34%
仲裁
11
9% / 55%
逾期
26
18%
空闲
发布者: 6 代码
相似订单
I'm looking for a reliable Expert Advisor that can help me pass my prop firm challenges smoothly. The EA should be designed to generate consistent profits while minimizing losses. it would be great if it you incorporate robust risk management features and ensure the EA is compatible with prop firm rules
Automate my strategy 100 - 300 USD
Hello, I need a developer and seasonal trader to help me automate my strategy as a new trader. I need really an expert in this field because I am new. Please message me and I will share more details
My Strategy is complex and requires a deep understnading of the market and coding knowledge. DO NOT MESSAGE IF YOU DONT HAVE THESE 2 THINGS. I will give more details of strategy during message. Pleasure doing business
Hello, I’m looking for an MQL5 or MQL4 EA that trades EURUSD (optionally other majors or XAUUSD). The broker applies a 4-pip spread on EURUSD and higher on other symbols. The sole objective is to generate at least 45–60 lots of volume within 2 weeks or max one month (more is better; a bonus is paid for every additional 10 lots traded). The account has 1000 USD starting balance. Capital preservation is not required
1. Project Overview Name : BB Channel Trading EA Objective : Execute reversal trades based on price action (engulfing patterns and liquidity sweeps) at the extremes defined by Bollinger Bands. Trades will be taken when price breaks volatility bounds, indicating potential exhaustion and reversal. 2. Functional Components 2.1 Bollinger Bands Channel Purpose : Identify overbought and oversold zones. Indicator : Custom
# Multi-Layer Probabilistic EA — Design Plan (MQL5) Author: Custom-Expert-Advisors Status: Draft v3 Scope: MQL5-only (no Python) ## 1. Purpose & Scope Design a robust, real-time, probabilistic Expert Advisor for MT5 that adapts to market regimes, filters noise using information theory, and sizes risk via Bayesian beliefs and fractional Kelly. The design prioritizes stability, latency control, and survivability in
I need MQL4 EA for a forex expert advisor to trade on MT4 that uses a reversal strategy with the following conditions: only pairs that will enter are USDJPY, EURJPY, CADJPY, NZDJPY, AUDJPY, GBPJPY, CHFJPY. Each pair can only be traded once a month. Will only enter the market on 1 hour timeframe. Lot size = 1.0. Risk:reward ratio is 1:2. Enter if there are at least 7 confirmations from the following signals: for the
Bainanans 500+ USD
Bainanan good f المؤشر. ينبغي إضافة نقطة صفراء عند أعلى نقطة في الشموع في منطقة ذروة الشراء - وهي نقطة H. ينبغي إضافة نقطة خضراء عند النقطة المنخفضة للشموع في منطقة ذروة البيع - وهي نقطة L. إذا وُجدت نقطة L واحدة على الأقل بين نقطتي H، فابحث عن نقطة LL في الفترة الفاصلة بينهما. ستكون الشمعة ذات أدنى سعر قاع هي نقطة LL. بشكل عام، لا تُعتبر نقطة LL بالضرورة نقطة L. ابحث عن الشموع ذات أدنى سعر قاع. إذا كانت هناك نقطة H
Kamohelo Phehlane 50 - 150 USD
The robot must make me a large profits and it must be strategic.It must look for strategies and tell me whether to buy or sell the trade.And it must take a half of the profit and must give me the other half of the profit
Døsh forex 30 - 200 USD
I want a robot that will help me and trade the the robot will be very good I don’t want to loose money I repeat I don’t want to loose money

项目信息

预算
30 - 200 USD
开发人员
27 - 180 USD
截止日期
 20 天