Sarowar Jahan

Spezifikation

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.

Bewerbungen

1
Entwickler 1
Bewertung
(325)
Projekte
411
22%
Schlichtung
44
61% / 23%
Frist nicht eingehalten
48
12%
Arbeitet
2
Entwickler 2
Bewertung
(257)
Projekte
341
58%
Schlichtung
7
14% / 71%
Frist nicht eingehalten
9
3%
Frei
3
Entwickler 3
Bewertung
(64)
Projekte
68
25%
Schlichtung
12
42% / 42%
Frist nicht eingehalten
4
6%
Frei
4
Entwickler 4
Bewertung
(42)
Projekte
62
8%
Schlichtung
12
58% / 42%
Frist nicht eingehalten
1
2%
Frei
5
Entwickler 5
Bewertung
(19)
Projekte
26
27%
Schlichtung
3
0% / 100%
Frist nicht eingehalten
2
8%
Frei
6
Entwickler 6
Bewertung
(197)
Projekte
320
35%
Schlichtung
64
13% / 56%
Frist nicht eingehalten
83
26%
Frei
7
Entwickler 7
Bewertung
(2115)
Projekte
2686
62%
Schlichtung
114
46% / 25%
Frist nicht eingehalten
419
16%
Beschäftigt
8
Entwickler 8
Bewertung
(16)
Projekte
20
0%
Schlichtung
9
0% / 78%
Frist nicht eingehalten
6
30%
Frei
9
Entwickler 9
Bewertung
(2452)
Projekte
3088
66%
Schlichtung
77
48% / 14%
Frist nicht eingehalten
340
11%
Arbeitet
10
Entwickler 10
Bewertung
(38)
Projekte
40
25%
Schlichtung
23
13% / 74%
Frist nicht eingehalten
8
20%
Arbeitet
11
Entwickler 11
Bewertung
(482)
Projekte
511
53%
Schlichtung
10
60% / 20%
Frist nicht eingehalten
3
1%
Frei
12
Entwickler 12
Bewertung
(8)
Projekte
11
0%
Schlichtung
11
18% / 73%
Frist nicht eingehalten
2
18%
Frei
13
Entwickler 13
Bewertung
(72)
Projekte
80
10%
Schlichtung
36
8% / 53%
Frist nicht eingehalten
6
8%
Arbeitet
14
Entwickler 14
Bewertung
(42)
Projekte
88
14%
Schlichtung
31
29% / 55%
Frist nicht eingehalten
36
41%
Arbeitet
15
Entwickler 15
Bewertung
(301)
Projekte
451
65%
Schlichtung
5
40% / 0%
Frist nicht eingehalten
4
1%
Arbeitet
16
Entwickler 16
Bewertung
(298)
Projekte
427
26%
Schlichtung
18
61% / 33%
Frist nicht eingehalten
26
6%
Frei
17
Entwickler 17
Bewertung
(130)
Projekte
165
43%
Schlichtung
20
60% / 20%
Frist nicht eingehalten
9
5%
Beschäftigt
18
Entwickler 18
Bewertung
(568)
Projekte
641
41%
Schlichtung
22
55% / 32%
Frist nicht eingehalten
47
7%
Arbeitet
19
Entwickler 19
Bewertung
(564)
Projekte
933
47%
Schlichtung
303
59% / 25%
Frist nicht eingehalten
125
13%
Beschäftigt
20
Entwickler 20
Bewertung
(67)
Projekte
144
34%
Schlichtung
10
10% / 60%
Frist nicht eingehalten
26
18%
Frei
Ähnliche Aufträge
the code wasn't mine, i have got it somewhere on the web, but i like the performance of the EA, so i want to use it on mt5 platform. the given code based on price movements with ladder entry concept
* Advanced level dev only, NDA required * Hi, I have a multi timeframe, multiindicator expert that requires additional features added to it. First started development 5 years ago. Upgrading with new features. To be added Entry - Add Stochastic and CCI options for trade entry to be added to existing signal options. Add config options to existing menu Bulk Exit - Master switch for close all trades based on basket
I want to make AI based on Attached Picture Swing High low. If you have experience can share demo first. Stop loss, take profit, trailing , break even ,DD etc. also amiable
Hello, I’m looking for a TradingView indicator that fits my forex trading needs. If you can create or customize one for me, please reach out. I'd appreciate your help! Thanks in advance."
Hey greetings am in need of a developer that can convert my simple tradingview indicator to MT4 I have the source code of the indicator and is also a public indicator on Tradingview site Kindly bid and let started
can you help me with Ctrader i need modification on the linkhttps://docs.google.com/document/d/1fggk49xWbnwahtfOlE-U7G6muZB1FT8eWmftGiY7R-s/edit?usp=sharing can you assist with cTrader modifications to enhance functionality and improve performance. do text me if you a professional on it i will be looking forward to your response best regards
Hello great developer, im looking for a great developer on this project I have a project ready to automate operations from telegram to mt4/mt5 by taking signals from an email. Can you help me? peace be unto you
I need an expert to help me convert chopzone traingview pinescript to mt4, I need an expert to get it done for me on between 1 to 2 days i hope this will be done by then, i will attach the file and my budget is $30 as of minimum here
am looking for great developer that can help me on this project, I have an Indicator on Tradingview and want to convert that to an EA for Metatrader 4. Can you help me? peace be unto you
Hello experts I need you assistance to develop and Volume data indicator which will show the buy sell volume of a Candle . demo before selection would be recommended if anyone have built anything similar already . I want to use combination of Fibo bar + Swing HL bar to identify Volume zone . Example

Projektdetails

Budget
30 - 200 USD
Für die Entwickler
27 - 180 USD
Ausführungsfristen
bis 20 Tag(e)