Expert Advisors based on MACD

MQL4 エキスパート

仕事が完了した

実行時間36 日

指定

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.

 

 

ファイル:

応答済み

1
開発者 1
評価
(878)
プロジェクト
1391
67%
仲裁
117
32% / 42%
期限切れ
215
15%
仕事中
2
開発者 2
評価
(586)
プロジェクト
918
46%
仲裁
31
39% / 29%
期限切れ
93
10%
3
開発者 3
評価
(117)
プロジェクト
138
41%
仲裁
30
7% / 77%
期限切れ
17
12%
4
開発者 4
評価
(2)
プロジェクト
2
0%
仲裁
13
8% / 92%
期限切れ
1
50%
5
開発者 5
評価
(52)
プロジェクト
133
44%
仲裁
14
50% / 29%
期限切れ
55
41%
6
開発者 6
評価
(2077)
プロジェクト
2636
61%
仲裁
113
45% / 26%
期限切れ
418
16%
仕事中
7
開発者 7
評価
(320)
プロジェクト
521
66%
仲裁
52
21% / 38%
期限切れ
165
32%
仕事中
8
開発者 8
評価
(2422)
プロジェクト
3042
66%
仲裁
77
48% / 14%
期限切れ
340
11%
仕事中
9
開発者 9
評価
(106)
プロジェクト
314
49%
仲裁
42
52% / 19%
期限切れ
22
7%
10
開発者 10
評価
(769)
プロジェクト
1033
44%
仲裁
50
8% / 50%
期限切れ
117
11%
11
開発者 11
評価
(548)
プロジェクト
825
73%
仲裁
15
53% / 13%
期限切れ
193
23%
仕事中
12
開発者 12
評価
(490)
プロジェクト
1016
58%
仲裁
29
28% / 24%
期限切れ
132
13%
13
開発者 13
評価
(647)
プロジェクト
1295
67%
仲裁
84
26% / 49%
期限切れ
338
26%
14
開発者 14
評価
(1127)
プロジェクト
1429
62%
仲裁
21
57% / 10%
期限切れ
43
3%
15
開発者 15
評価
(466)
プロジェクト
697
56%
仲裁
43
30% / 33%
期限切れ
113
16%
仕事中
16
開発者 16
評価
(69)
プロジェクト
76
59%
仲裁
0
期限切れ
12
16%
17
開発者 17
評価
(1)
プロジェクト
5
40%
仲裁
1
100% / 0%
期限切れ
0
18
開発者 18
評価
(130)
プロジェクト
210
40%
仲裁
90
20% / 43%
期限切れ
85
40%
19
開発者 19
評価
(1853)
プロジェクト
3455
88%
仲裁
73
40% / 15%
期限切れ
265
8%
20
開発者 20
評価
(221)
プロジェクト
369
66%
仲裁
10
50% / 0%
期限切れ
46
12%
21
開発者 21
評価
(182)
プロジェクト
342
42%
仲裁
118
12% / 73%
期限切れ
104
30%
22
開発者 22
評価
(128)
プロジェクト
236
65%
仲裁
30
37% / 23%
期限切れ
49
21%
23
開発者 23
評価
(61)
プロジェクト
120
34%
仲裁
17
18% / 41%
期限切れ
51
43%
24
開発者 24
評価
(89)
プロジェクト
137
24%
仲裁
35
9% / 40%
期限切れ
52
38%
類似した注文
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
"I need an expert advisor (EA) based on stochastic divergence and candlestick formation. It should be able to identify both hidden and regular divergences. The EA should also include modified risk-reward ratios, modified timeframes, and a trailing stop loss. It is important that the EA is 100% accurate. Once an experienced developer applies, I will share the complete strategy."
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for
I need someone that can make expert advisor for backtesting purpose. The input file is History trade report export file from MQl5 the expert advisor should open position the exact time of open trade on the report. The same as the close time

プロジェクト情報

予算
140 - 220 USD
開発者用
126 - 198 USD
締め切り
最低 1 最高 35 日