An Expert Advisor based on EMA+MACD

MQL4 Experts

Trabalho concluído

Tempo de execução 2 dias
Comentário do desenvolvedor
Very straight forward client

Termos de Referência

Hi Developer, I am looking Expert Advisor Robot. Could you please help me?

Rule for Buy: 

1. 50 EMA above 100 EMA and candle must be close above 50 EMA.
2. MACD signal must be above 0 level.
3. SL should be your previous Swing Low.
4. Target - Manual enter

Rule for Sell: 
1. 50 EMA below 100 EMA and candle must be close below 50 EMA.
2. MACD signal must be below 0 level.
3. SL should be your previous Swing High.
4. Target - Manual enter


MACD default

EMA - Close

TimeFrame - 2min


MT4 gives signals and buy or sell order should place in Nest Trader software.

Adding variables like, Exchange, Order_Type, Instrument_Name, Symbol, Qty, Target, Stoploss, TrailingStop, Product Type, order_validity and No_Trade_time, Close_time.

I really appreciated if anyone help me this. Thank you! 








Arquivos anexados:

JPG
ScreenShot.JPG
109.0 Kb

Respondido

1
Desenvolvedor 1
Classificação
(167)
Projetos
192
11%
Arbitragem
37
38% / 35%
Expirado
5
3%
Trabalhando
2
Desenvolvedor 2
Classificação
(185)
Projetos
327
32%
Arbitragem
33
42% / 27%
Expirado
98
30%
Livre
3
Desenvolvedor 3
Classificação
(258)
Projetos
395
28%
Arbitragem
69
19% / 49%
Expirado
120
30%
Livre
4
Desenvolvedor 4
Classificação
(23)
Projetos
45
20%
Arbitragem
24
29% / 46%
Expirado
12
27%
Livre
5
Desenvolvedor 5
Classificação
(26)
Projetos
34
26%
Arbitragem
7
14% / 43%
Expirado
7
21%
Livre
6
Desenvolvedor 6
Classificação
(58)
Projetos
66
8%
Arbitragem
39
26% / 56%
Expirado
12
18%
Trabalhando
7
Desenvolvedor 7
Classificação
(221)
Projetos
369
66%
Arbitragem
10
50% / 0%
Expirado
46
12%
Livre
8
Desenvolvedor 8
Classificação
(2)
Projetos
3
33%
Arbitragem
1
0% / 100%
Expirado
0
Livre
9
Desenvolvedor 9
Classificação
(447)
Projetos
506
33%
Arbitragem
25
40% / 48%
Expirado
7
1%
Carregado
10
Desenvolvedor 10
Classificação
(169)
Projetos
204
30%
Arbitragem
25
40% / 44%
Expirado
12
6%
Livre
11
Desenvolvedor 11
Classificação
(6)
Projetos
6
0%
Arbitragem
0
Expirado
0
Livre
12
Desenvolvedor 12
Classificação
(769)
Projetos
1033
44%
Arbitragem
50
8% / 50%
Expirado
117
11%
Livre
13
Desenvolvedor 13
Classificação
(188)
Projetos
212
58%
Arbitragem
9
11% / 89%
Expirado
8
4%
Livre
14
Desenvolvedor 14
Classificação
(196)
Projetos
318
35%
Arbitragem
64
13% / 56%
Expirado
82
26%
Livre
15
Desenvolvedor 15
Classificação
(135)
Projetos
192
42%
Arbitragem
17
29% / 59%
Expirado
28
15%
Livre
16
Desenvolvedor 16
Classificação
(4)
Projetos
4
0%
Arbitragem
1
0% / 100%
Expirado
1
25%
Livre
17
Desenvolvedor 17
Classificação
(58)
Projetos
76
33%
Arbitragem
9
78% / 11%
Expirado
7
9%
Livre
18
Desenvolvedor 18
Classificação
(2412)
Projetos
3031
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Livre
19
Desenvolvedor 19
Classificação
(1853)
Projetos
3455
88%
Arbitragem
73
40% / 15%
Expirado
265
8%
Livre
20
Desenvolvedor 20
Classificação
(153)
Projetos
169
42%
Arbitragem
5
0% / 80%
Expirado
8
5%
Trabalhando
21
Desenvolvedor 21
Classificação
(27)
Projetos
43
7%
Arbitragem
18
6% / 78%
Expirado
26
60%
Livre
22
Desenvolvedor 22
Classificação
Projetos
0
0%
Arbitragem
1
0% / 100%
Expirado
0
Livre
Pedidos semelhantes
I have one table (Google Sheets) in my Google account. I need the MQL5 EA to be able to read this table and write to it. Please clarify immediately: can MQL5 EA access my table with my Google login and password or do I need to create some kind of service account
I would like a trading robot / Expert Advisor that simply operates on two basic trading view indicators to enter trades. Everything happens on the 1 minute time frame for this robot. Make the settings of both indicators full customization enabled from my end and also the risk percentage must be adjustable from my end but the risk-to-reward ratio must be fixed to 1:1.5. The scalping robot must operate based on two
I require an English speaking programmer to create the following robot: Brief overview: The program primarily operates just after the open of a new candle on the chart it is attached to. On new candle opening, previous candles over a user defined period are checked. If the number of candles closing with a price rise equal or exceed a given number, the market is considered “Overbought” and the program opens a buy or
Ezeana 40+ USD
i would like to have high frequency trading strategy bot that opens and close multiple trades in short calculated period of time . the expert adviser should be able to full run automatically on its own with 99% winning rate
i need a custom indicator in mql5 syntax with arrows to point when to buy or sell at time frames M5 and M15. the bellow settings and criteria look into higher time frames to confirm entries. I need extra string to add symbols: input string symbol2 = "DXY"; input string symbol3 = "US10Y"; i have made a very basic sketch on chatgpt but it needs professional code work. Indicators and Settings Used: Commodity Channel
The goal of this project is to catch positions which are moving in the right direction, while locking / hedging the ones that do not. Positions are only opened when price has been moving according to the predominant trend, and wins are used to buy down existing locked positions as required. Please see the attached files for full explanation of the requirements and anticipated solution
I have two not very sophisticated bots that need to be converted from python to MQL5. The bots are very similar, they use 99% of the same methodology, the only difference being that one is a trend-following bot, and the other is a mean reversion bot. I need the parameters to be at the top of the script so that they can be easily changed and optimised. The entire codebase is already done in python (sl,tp, trailing
Create an Expert Advisor script in MQL5 for Metatrader 5 with the following elements: 1. Use the input function to be processed in the code so that it can be manually set all indicators, like stoploss, trailing stop, partial close, trading time zones, lot size, RSI levels, take profit, choosing buy stop or limit order, etc. 2. The EA trades on the pair it is attached to, include this in the script. For example DAX
Specify your Requirements Specification here point by point. Try to describe your requirements briefly and clearly, so that your potential developer is able to correctly assess its complexity and cost, as well as the required execution time. A bad or too generic description will result in your order being ignored, or you will spend a lot of time negotiating the details with each applicant. Remember: It is better to
Excellent trade 30 - 50 USD
I need an expert robot developer that will create a robot using 4 indicators to generate signal for the robot to execute,it should be solely based on candle stick period analysis and the robot will be made to allow indicators parameters adjustment and user input example "parameters optimization" or "hyperparameter optimization as the terminology might be, please I need it urgently, the interested developer should

Informações sobre o projeto

Orçamento
100+ USD
IVA (19%): 19 USD
Total: 119 USD
Desenvolvedor
90 USD