Expert Advisors based on MACD

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 36 giorni

Specifiche

Hello! I need 2 expert advisors coded for the mt4 platform.

The specifications of the 2 EAs are as follows

Entry strategies:

§  EA 1: Same as the MACD Sample which is included in the standard pack of the MetaTrader 4 terminal.

§  Long (BUY) entry – MACD indicator is below zero, goes upwards and is crossed by the Signal Line going downwards.


§  Short (SELL) entry MACD indicator is above zero, goes downwards and is crossed by the Signal Line going upwards.


User will be able to set the lots, MACDOpenLevel, MACDCloseLevel, MATrendPeriod.

For specifications, see https://www.mql5.com/en/articles/1510

EA2: Based on the MACD histogram. Enter after the histogram crosses the zero line. Buy when the histogram crosses from below the zero line to above the zero line (negative bar followed by a positive bar); sell when the histogram crosses from above the zero line to below the zero line (positive bar followed by a negative bar).

In both EAs, the user will be able to set the following:

In the “common” area, user can decide whether to enter long and/or short positions.

User will be able to determine the lot size and maximum slippage of a trade.

User can set the value of fast, slow, signal period of MACD and whether to use simple or exponential moving average for each of the three moving averages.

User will be able to set the time of day during which the EAs open trades. The time can be intraday (e.g. 06:25 to 18:45) or overnight (e.g.17:36 to 06:37).

The user can determine whether to open more trades by the EAs when the previous trade is still open.

Exit strategy:

Both EAs use the same exit strategy.

There will be three take-profit levels and a stop loss which is movable. User can set the percentage of the trade closed on each take-profit level (0 to 100). Upon the first partial take-profit the stop loss could be moved(optional) to a fixed number set by the user and at the second partial take-profit the stop loss could be moved(optional) again to a fixed number set by the user. The numbers set by the user can be both negative and positive. 

The exit strategy of the original “MACD Sample” included in the standard pack of mt4 terminal will be deactivated.

I need mq4 and ex4 files for both EAs. The EAs will be able to work in the market as well as in the strategy tester. They will be able to work in any time frame.

 

 

File:

Con risposta

1
Sviluppatore 1
Valutazioni
(879)
Progetti
1393
67%
Arbitraggio
117
32% / 42%
In ritardo
215
15%
In elaborazione
2
Sviluppatore 2
Valutazioni
(599)
Progetti
932
46%
Arbitraggio
31
39% / 29%
In ritardo
93
10%
Gratuito
3
Sviluppatore 3
Valutazioni
(117)
Progetti
138
41%
Arbitraggio
30
7% / 77%
In ritardo
17
12%
Gratuito
4
Sviluppatore 4
Valutazioni
(2)
Progetti
2
0%
Arbitraggio
13
8% / 92%
In ritardo
1
50%
Gratuito
5
Sviluppatore 5
Valutazioni
(52)
Progetti
133
44%
Arbitraggio
14
50% / 29%
In ritardo
55
41%
Gratuito
6
Sviluppatore 6
Valutazioni
(2102)
Progetti
2674
62%
Arbitraggio
114
46% / 25%
In ritardo
421
16%
Caricato
7
Sviluppatore 7
Valutazioni
(320)
Progetti
523
66%
Arbitraggio
52
21% / 38%
In ritardo
167
32%
In elaborazione
8
Sviluppatore 8
Valutazioni
(2441)
Progetti
3076
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
Gratuito
9
Sviluppatore 9
Valutazioni
(106)
Progetti
314
49%
Arbitraggio
42
52% / 19%
In ritardo
22
7%
Gratuito
10
Sviluppatore 10
Valutazioni
(769)
Progetti
1033
44%
Arbitraggio
50
8% / 50%
In ritardo
117
11%
Gratuito
11
Sviluppatore 11
Valutazioni
(550)
Progetti
827
73%
Arbitraggio
15
53% / 13%
In ritardo
193
23%
In elaborazione
12
Sviluppatore 12
Valutazioni
(491)
Progetti
1017
58%
Arbitraggio
29
28% / 24%
In ritardo
132
13%
Gratuito
13
Sviluppatore 13
Valutazioni
(647)
Progetti
1295
67%
Arbitraggio
84
26% / 49%
In ritardo
338
26%
Gratuito
14
Sviluppatore 14
Valutazioni
(1134)
Progetti
1436
62%
Arbitraggio
21
57% / 10%
In ritardo
43
3%
Gratuito
15
Sviluppatore 15
Valutazioni
(468)
Progetti
703
56%
Arbitraggio
45
29% / 31%
In ritardo
115
16%
In elaborazione
16
Sviluppatore 16
Valutazioni
(69)
Progetti
76
59%
Arbitraggio
0
In ritardo
12
16%
Gratuito
17
Sviluppatore 17
Valutazioni
(1)
Progetti
5
40%
Arbitraggio
1
100% / 0%
In ritardo
0
Gratuito
18
Sviluppatore 18
Valutazioni
(130)
Progetti
210
40%
Arbitraggio
90
20% / 43%
In ritardo
85
40%
Gratuito
19
Sviluppatore 19
Valutazioni
(1859)
Progetti
3463
88%
Arbitraggio
73
40% / 15%
In ritardo
265
8%
Gratuito
20
Sviluppatore 20
Valutazioni
(221)
Progetti
369
66%
Arbitraggio
10
50% / 0%
In ritardo
46
12%
Gratuito
21
Sviluppatore 21
Valutazioni
(182)
Progetti
342
42%
Arbitraggio
118
12% / 73%
In ritardo
104
30%
Gratuito
22
Sviluppatore 22
Valutazioni
(128)
Progetti
236
65%
Arbitraggio
30
37% / 23%
In ritardo
49
21%
Gratuito
23
Sviluppatore 23
Valutazioni
(61)
Progetti
120
34%
Arbitraggio
17
18% / 41%
In ritardo
51
43%
Gratuito
24
Sviluppatore 24
Valutazioni
(89)
Progetti
137
24%
Arbitraggio
35
9% / 40%
In ritardo
52
38%
Gratuito
Ordini simili
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market
I want grate robot for making profits that know when to start a good trade and close a trade and must be active all time to avoid lost of money
I have developed a very strong TradingView strategy in Pine Script but unfortunately, a third-party connector is requiired and in my opinion, I want a more direct connection. I am not brilliant at coding, but I have coded the majority of the MT5 code and I would like you to make sure that the MT5 code matches my TradingView script and executes the same way as the TradingView script that I will provide if you are
Mbeje fx 50+ USD
I like to own my robot that why I want to build my own.i like to be a best to every robot ever in the life to be have more money
I need an MT5 EA that can do the following: I have to give the EA a price in advance, when the price is reached the EA has to automatically place a buy stop or sell stop order 0.5 pips below or above the price. Is this possible
Dr Pattern 30+ USD
good day i need the service of the seaso coder to help me fix my ea The Job required 1 knowledge of Mt4 and Mt5 indicator coding 2. Telegram code 3. ability to code indicator to work on multiple Time frame combine to trade 4 Ability to Join two or three indicator on same ir different time frame if you have these skill please let chart i will discuss the details of the Job inside to you The required day including
Good day, I want someone to help me create a universal news filter with on/off switch, with start and end settings, and drawdown control with magic number of EAs, etc. Thanks
Hello, I am looking for a professional programmer to optimize my existing EA integrating it with ChatGPT to analyze currencies using various methods to make the right trading decisions. i want it to be an EA that can be trusted to carry trade with the help of chat gpt and also have a very low drawdown

Informazioni sul progetto

Budget
140 - 220 USD
Per lo sviluppatore
126 - 198 USD
Scadenze
da 1 a 35 giorno(i)