Make MT5 expert advisor based on mql4 indicator

MQL5 Experts

Termos de Referência

I have full source code of mql4 indicator (image attached below) that's based on daily open price and it give me daily 8 variables : entry buy , entry sell , 3 buy TP , 3 sell TP

i want to make it expert advisor for mt5 like this :
if the bid price hit the entry buy the expert should take a buy order and close order on the target based on inputs below and if the price fall down before TP and hit sell should close order and take sell order ,,,etc untill the end of the day and close all positions before one hour of the market close and repeat this daily on active charts run this ea

the inputs panel should be like this :

starting contract size : 0.01
mode : Fixed lot size , martingale
martingale percentage : 1.1 , 1.2 , 1.5 , 2.0 , 2.5
take profit : TP1 , TP2 , TP3

Arquivos anexados:

Respondido

1
Desenvolvedor 1
Classificação
(375)
Projetos
398
31%
Arbitragem
62
19% / 69%
Expirado
50
13%
Trabalhando
2
Desenvolvedor 2
Classificação
(163)
Projetos
193
48%
Arbitragem
2
50% / 50%
Expirado
1
1%
Livre
3
Desenvolvedor 3
Classificação
(233)
Projetos
414
34%
Arbitragem
52
37% / 40%
Expirado
153
37%
Carregado
4
Desenvolvedor 4
Classificação
(74)
Projetos
73
47%
Arbitragem
2
50% / 50%
Expirado
2
3%
Livre
5
Desenvolvedor 5
Classificação
(167)
Projetos
192
11%
Arbitragem
37
38% / 35%
Expirado
5
3%
Trabalhando
6
Desenvolvedor 6
Classificação
(1124)
Projetos
1426
62%
Arbitragem
21
57% / 10%
Expirado
43
3%
Livre
7
Desenvolvedor 7
Classificação
(2411)
Projetos
3028
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Livre
8
Desenvolvedor 8
Classificação
(62)
Projetos
84
26%
Arbitragem
22
23% / 50%
Expirado
23
27%
Trabalhando
9
Desenvolvedor 9
Classificação
(97)
Projetos
135
52%
Arbitragem
4
50% / 50%
Expirado
0
Trabalhando
10
Desenvolvedor 10
Classificação
(4)
Projetos
9
44%
Arbitragem
0
Expirado
0
Livre
11
Desenvolvedor 11
Classificação
(143)
Projetos
255
35%
Arbitragem
12
25% / 58%
Expirado
42
16%
Livre
12
Desenvolvedor 12
Classificação
(119)
Projetos
169
38%
Arbitragem
9
78% / 22%
Expirado
15
9%
Livre
13
Desenvolvedor 13
Classificação
(45)
Projetos
67
45%
Arbitragem
3
0% / 100%
Expirado
0
Livre
14
Desenvolvedor 14
Classificação
(214)
Projetos
242
75%
Arbitragem
10
80% / 0%
Expirado
4
2%
Trabalhando
15
Desenvolvedor 15
Classificação
(472)
Projetos
501
52%
Arbitragem
10
60% / 20%
Expirado
3
1%
Livre
16
Desenvolvedor 16
Classificação
(71)
Projetos
97
43%
Arbitragem
2
50% / 0%
Expirado
2
2%
Livre
17
Desenvolvedor 17
Classificação
(137)
Projetos
167
35%
Arbitragem
11
91% / 0%
Expirado
0
Livre
18
Desenvolvedor 18
Classificação
(66)
Projetos
143
34%
Arbitragem
10
10% / 60%
Expirado
26
18%
Livre
19
Desenvolvedor 19
Classificação
(41)
Projetos
88
14%
Arbitragem
29
31% / 52%
Expirado
36
41%
Carregado
20
Desenvolvedor 20
Classificação
(563)
Projetos
931
47%
Arbitragem
301
59% / 25%
Expirado
123
13%
Trabalhando
Pedidos semelhantes
Looking for experienced programmer to create a trend line breakout and trend line bounce indicator that send alert with arrow on screen without open trades multiple currency pairs time frame M15 H1 H4 D1 W1 MN
Hello programmers, I need a coding assistance to do the following job. Currently the EA opens two different trades one has a comment "Originial" and another has comment "Series" The job is if the Original trade is negative by x pips, open a hedge trade(Hedge1#-OrderTicket of the soruce trade) along with one buystop and a sell stop order and the comment of the trade will be "Recovery#1-+OrderTicket() of the original
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA
I have a EA and A Indicator I want to upgrade with some new features I want to add to the Indicator And The EA Also there is a memory error in the system that is showing up in the journal after the ea is ran on multiple charts I will need to get this fixed as well Indicator is 528 lines of code EA is 703 lines of code Dashboard I want to add is 1974 lines of code Indicator Changes I want to change the indicator The
An ea with 4 moving average, and two time frame confluence. Option to add risk to reward and percentage of balance to trade. Message me remaining for the more info
Hi All, I will try to be as precise as possible. We can discuss if you have any questions. I need an indicator to be developed for MT5 for detecting Engulfing Failed Zones. Requirement (in H4/ H1/ M30 Time frames only): Identify Engulfing Buy/ Sell Candle. Identify when the Engulfing Buy is failed, or Engulfing sell is failed. Draw a zone for that area of Engulfing Buy/Sell Fail. Invalidate the zone or delete the
Hi. I want to fix my EA. The concept of lowestBid- There aree 3 levels of price. Price1 at the top, Price 2 in the middle and Price3 at the bottom. When the EA starts it start at Price1. And lowestBid is set to Price1. When the price hits Price 2, lowestBid=Price2. When price hits Price3, lowestBid=Price3. When Price come back up to level2, lowestBid=Price2 ....so on and so forth. lowestBid will keep changing with
Expert Advisor (EA) will provide automatic entry and exit using Black Dragon indicator as per the description below. Long (entry): on the first blue candle. Long (exit): on the first red candle, stop loss or take profit/break-even. Whatever happens first. Short (entry): on the first red candle. Short (exit): on the first blue candle, stop loss or take profit/break-even. Whatever happens first. Long (stop loss value)
FOREX trading robot 30 - 35 USD
Creating a powerful forex robot capable of handling multiple timeframes and efficiently identifying trades within a short span of 10 minutes requires a well-thought-out design encompassing robust technical and algorithmic frameworks. The goal is to develop a system that can process a significant number of entries across various timeframes (5 minutes, 15 minutes, 1 hour, 4 hours, and weekly) while ensuring accuracy
looking for experienced programmer to create trend reversal I want indicator that send alert with arrow on screen without open trades Uptrend Let’s say there is an uptrend on the chart. The first high (H) is followed by the first low (L), which in turn is followed by the second high (HH – higher high). After that, if the price drops out of the trend structure and forms a

Informações sobre o projeto

Orçamento
100 - 250 USD
Desenvolvedor
90 - 225 USD
Prazo
de 1 para 7 dias