Seeking a developer who can write a bot code

MQL4 Asesores Expertos

Tarea técnica

Hello, 

Im looking for someone to write the code for a bot on my MT4.

What I really need this to do is enter a trade on the close of the bull or bear candle on the 1 hour chart once it closes above or below the 14 EMA. I want it automated
where it takes trades Monday- Friday from 11:45am- 8:45 am. I would like it to TP once it hits 25 pips and only trade on the GBPUSD.


Here is the code I wrote but Im getting too many errors. (I know its bad and may not even work) PLEASE HELP!

 

if(Close)[1]> iMA(Symbol(),0,14,1,1, PRICE_CLOSE,0)if Close[2] <iMA (Symbol(),0,14,1,1,PRICE_CLOSE,0) )

  {

  OrderSelect(0,SELECT_BY_POS);

  OrderClose(OrderTicket(),.01,Bid,100,clrAzure);

  OrderSend(Symbol(), OP_BUY,.01,Ask,100,0,0, NULL,0,0,clrAliceBlue);

    

  }

  

  

  if(Close)[1] <iMA (Symbol(),0,14,1,1, PRICE_CLOSE,0)if Close[2]>iMA (Symbol(),0, 14,1,1, PRICE_CLOSE,0))

    {

  OrderSelect(0,SELECT_BY_POS);

  OrderClose(OrderTicket(),.01,Ask,100,clrBlack);

  OrderSend (Symbol(), OP_SELL,.01,Bid,100,0,0, NULL,0,0,clrAliceBlue);

  }

  





Han respondido

1
Desarrollador 1
Evaluación
(1)
Proyectos
1
100%
Arbitraje
0
Caducado
0
Libre
2
Desarrollador 2
Evaluación
(192)
Proyectos
247
61%
Arbitraje
8
25% / 38%
Caducado
8
3%
Trabaja
3
Desarrollador 3
Evaluación
(32)
Proyectos
35
54%
Arbitraje
0
Caducado
1
3%
Libre
4
Desarrollador 4
Evaluación
(549)
Proyectos
1332
59%
Arbitraje
28
82% / 0%
Caducado
10
1%
Libre
5
Desarrollador 5
Evaluación
(56)
Proyectos
65
29%
Arbitraje
5
0% / 60%
Caducado
1
2%
Trabaja
6
Desarrollador 6
Evaluación
(3)
Proyectos
6
17%
Arbitraje
0
Caducado
1
17%
Libre
7
Desarrollador 7
Evaluación
(298)
Proyectos
427
26%
Arbitraje
18
61% / 33%
Caducado
26
6%
Libre
8
Desarrollador 8
Evaluación
(1)
Proyectos
1
0%
Arbitraje
0
Caducado
0
Libre
9
Desarrollador 9
Evaluación
(320)
Proyectos
523
66%
Arbitraje
52
21% / 38%
Caducado
167
32%
Libre
10
Desarrollador 10
Evaluación
(1130)
Proyectos
1432
62%
Arbitraje
21
57% / 10%
Caducado
43
3%
Libre
11
Desarrollador 11
Evaluación
(4)
Proyectos
9
11%
Arbitraje
2
50% / 50%
Caducado
0
Libre
12
Desarrollador 12
Evaluación
(38)
Proyectos
40
25%
Arbitraje
23
13% / 70%
Caducado
8
20%
Trabajando
13
Desarrollador 13
Evaluación
(266)
Proyectos
540
50%
Arbitraje
55
40% / 36%
Caducado
224
41%
Libre
14
Desarrollador 14
Evaluación
(66)
Proyectos
143
34%
Arbitraje
10
10% / 60%
Caducado
26
18%
Libre
15
Desarrollador 15
Evaluación
(10)
Proyectos
13
8%
Arbitraje
3
67% / 33%
Caducado
0
Libre
16
Desarrollador 16
Evaluación
(463)
Proyectos
523
33%
Arbitraje
29
38% / 41%
Caducado
7
1%
Ocupado
17
Desarrollador 17
Evaluación
(16)
Proyectos
32
47%
Arbitraje
1
0% / 100%
Caducado
8
25%
Libre
Solicitudes similares
Hello, I want to make an EA based on SMC and a developer that is familiar with the concept and full understanding of this. Must have done similar jobs before and be able show it. I only want to work with developer that has good track record and is precise. Further information will be handed when contact is made. Developers that has zero rating will not be considered. Listed price is a base point. The project can also
EA DEJA FABRIQUE ? MODIFIER QUELQUE LIGNE POUR LE RENDRE RENTABLE /////////////////////++++++++++++++++++++++++++++++++++ EA AVEC UN SYTEME SIMPLE ; SEULEMENT A MODIFIER %%%%%%%%%%%%%%%%%% SI PERSONNE SACHANT CODER CORRECTEMENT , CE TRAVAIL EST POUR TOI
Trade methodology based on Red and Green lines entering Overbought / Oversold zone. Using confluence of Higher time frame, Moving Average a trade can enter when there is a strong slope angle. Market Base Line is used to determine overall market sentiment. This is designed to be an established trend scalping strategy on lower time frames. To be used initially on demo then real account when settings have been fine
There are six conditions in total . source code from an existing expert will be provided to aid the completion of this job . - Install the following by the Panel (copy paste form my existing Expert ) 1. Pips Lost : number of pips lost ( monthly reset ) 2. Pips Gained : number of pips gained ( monthly reset ) 3. Have a black background to avoid the
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: function (A) Add Transform combine the 4 Expert Advisors into just 1 Expert Advisor, maintaining the individuality of each one Leave in extern (false) or (true)
Description: I am seeking an experienced MQL5 developer to create a custom Expert Advisor (EA) for MetaTrader 5 based on a specific trend-following strategy. The strategy includes precise risk management, advanced trade management features, and additional risk management tools. The EA should be adaptable to any timeframe on which it is attached. Below are the detailed requirements and parameters for the EA: Strategy
I need an EA trading frequently (HFT or something like), and it sould have some features below: 1、Have a clear trading logic 2、Have a good backtest result 3、Have a demonstrated benefitable result in a live account trading 4、Can avoid the news time period or not sensitive to news
Tenho um EA mql4 que está com funcionalidades funcionando e outras com funcionalidades sem funcionar. Tenho um vídeo do EA funcionando como deve funcionar perfeitamente. O meu não consegue seguir o mesmo programa pois quando coloca os pontos de parada e retirada são bem diferentes. Não tenho pressa para tempo, só queria que conseguisse renovar o EA. O arquivo do grafico anexo é como ele se encontra agora. O certo é
New york session based strategy 9:30 open Price takes out buy side or sell side liquidity Usually using 15min high and lows 5m entry Price takes out that high/low and price must close strongly back into the zone Is price is above price we have a sell bias vis versa for buys Sl is at the high or low with option for “offset” for cushion Tp is usually the opposite High or low. Would like the option for set pips-points &
Hello, I am looking for a skilled developer to create an Expert Advisor (EA) for MT4. The EA should close an open trade automatically when a Golden or Death Cross occurs in the Alligator Indicator. Please let me know if you have experience with similar projects and how we can discuss the details further

Información sobre el proyecto

Presupuesto
50+ USD
Para el ejecutor
45 USD