Trabalho concluído

Tempo de execução 2 dias
Comentário do desenvolvedor
Thank´s for the job, it has been a pleasure.
Comentário do cliente
Great developer to work with very understanding on time and motivating!!!

Termos de Referência

My robot will be using X4 indicators 

X3 MA 
X1 MACD 

CONDITIONS

No.1

MA 1 & 2 must cross and candle must close above or below to signal a buy or sell entry 


No.2 

MACD must be below zero to signal a buy or above zero to signal a sell entry 

No.3 

Final condition for my EA to enter a trade MA no.1 & MA no.2 must cross above MA no.3 with a candle close to trigger a buy entry and below to trigger a sell entry 

STOPS & TARGETS 

Adjustable lot sizes with stop loss trailing

Notes 

All parameters must be adjustable as well as a Buy and Sell only option EA is specifically made for Deriv 




Respondido

1
Desenvolvedor 1
Classificação
(160)
Projetos
190
26%
Arbitragem
8
25% / 38%
Expirado
5
3%
Carregado
2
Desenvolvedor 2
Classificação
(89)
Projetos
112
24%
Arbitragem
11
45% / 18%
Expirado
8
7%
Trabalhando
3
Desenvolvedor 3
Classificação
(1102)
Projetos
1459
45%
Arbitragem
49
73% / 12%
Expirado
36
2%
Livre
4
Desenvolvedor 4
Classificação
(203)
Projetos
303
35%
Arbitragem
56
38% / 38%
Expirado
99
33%
Livre
5
Desenvolvedor 5
Classificação
(59)
Projetos
84
14%
Arbitragem
3
33% / 33%
Expirado
7
8%
Carregado
6
Desenvolvedor 6
Classificação
(173)
Projetos
246
22%
Arbitragem
17
65% / 18%
Expirado
1
0%
Carregado
7
Desenvolvedor 7
Classificação
(98)
Projetos
122
39%
Arbitragem
9
89% / 0%
Expirado
0
Trabalhando
8
Desenvolvedor 8
Classificação
(141)
Projetos
207
80%
Arbitragem
18
33% / 44%
Expirado
10
5%
Trabalhando
9
Desenvolvedor 9
Classificação
(21)
Projetos
20
10%
Arbitragem
2
50% / 50%
Expirado
0
Trabalhando
10
Desenvolvedor 10
Classificação
(489)
Projetos
558
33%
Arbitragem
27
44% / 44%
Expirado
8
1%
Carregado
11
Desenvolvedor 11
Classificação
(72)
Projetos
80
10%
Arbitragem
36
8% / 53%
Expirado
6
8%
Trabalhando
12
Desenvolvedor 12
Classificação
(37)
Projetos
59
27%
Arbitragem
25
20% / 52%
Expirado
10
17%
Trabalhando
13
Desenvolvedor 13
Classificação
(43)
Projetos
59
61%
Arbitragem
2
50% / 0%
Expirado
6
10%
Trabalhando
14
Desenvolvedor 14
Classificação
(10)
Projetos
17
24%
Arbitragem
3
67% / 33%
Expirado
2
12%
Livre
15
Desenvolvedor 15
Classificação
(558)
Projetos
1344
59%
Arbitragem
28
82% / 0%
Expirado
10
1%
Livre
16
Desenvolvedor 16
Classificação
(74)
Projetos
121
43%
Arbitragem
12
33% / 50%
Expirado
17
14%
Livre
Pedidos semelhantes
EA gold HB king5 100+ USD
// เริ่มต้นโปรแกรม EA input double LotSize = 0.1; // ขนาดของล็อต input double TakeProfit = 50; // จุดกำไร input double StopLoss = 50; // จุดขาดทุน // ฟังก์ชันที่เรียกเมื่อมีการสั่งซื้อ void OnTick() { double MA = iMA(NULL, 0, 14, 0, MODE_SMA, PRICE_CLOSE, 0); // Simple Moving Average (SMA) 14 double Price = Bid; if(Price > MA) // เงื่อนไขสำหรับการซื้อ { if(OrderSelect(0, SELECT_BY_POS) == false) //
I’m looking to turn into code. Trading Instrument - Crude Oil Futures (CL) Chart and Timeframe - 30-second chart Entry Setup 1. Time Focus on the first 30-second candle after 11:00:00 AM New York time. (11:00:00 candle) 2. Candle Size Limit : Skip the trade if the first candle is greater than 10 points. 3. Entry Orders - Place stop orders at the high and low of the first 30-second candle after 11:00:00. - Long Entry
hello there I need a copy trade for mt4 can ANYONE help me with and let discuss on how to go about it kindly send me message to signify and let discuss mind you i need this urgently let connect to discuss and conclude
I would like the better volume indicator 1.6 in a scanner format. Scanning multiple timeframe and pairs of which can be picked. Would like it to provide all standard notifications and also if pressed to go to the a template timeframe and pair. *To be placed in a table format as the one added. To be able to add which time frame you want to see. *To advise me of the following Climax High - turn the text green High
Here's the bot's trading strategy in a nutshell>>> I would like to make a simple scalping MT5 EA trading bot for the synthetic indices, specifically for the Boom 1000 Index. This MT5 EA trading bot will be based off of the 10 period moving average that follows specific rules for entry. The parameters of the moving average are as follows: Period:10 Shift:1 Method:Linear Weight Apply to:Close The bot will only initiate
I require an MT4 Expert Advisor (EA) that automatically places hedge orders when a buy or sell order is placed by me or another EA. The hedge orders will consist of a stop order (either Buy Stop or Sell Stop), with the same lot size as the original order, deployed at a predefined price distance. The EA must ensure that only one hedge order is placed for each trade. The system should monitor trades based on specific
For Chart Panel : Needs a Black Back ground at present its transparent . ✔️ Trading Panel (To be reset weekly = 1-6) 1. EA Status : (on/off) 2. Total Trades Taken : 3. Number of Profitable Trades Today : 4. Number of Loosing Trades Today : 5. Number of Profitable Trades This Week : 6. Number of Loosing Trades This Week : (To be Reset every Month = 7-9) 7. Number of Profitable Trades This Month : 8. Number of Loosing
I want to create a robot to open and close trades for me based on my moving averages cross overs . I normally trade on my phone so i would like to set it on my phone 1st
I have more detailed audio/ video attached Close All and restart = tru ___________________________________________ RULES EA MQL5 EA requirements below. MQ5 source code The EA must work in strategy tester with out any errors. The EA must be efficient, must execute trades quickly and not slow down if placed on many charts. require MQ5 source code when code is completed
Hi, I am looking for you who probably already got this high-performing bot that I am looking for or is willing to create one. My main focus is XAUUSD. Win-Rate should be >70% on back-test, Should also be able to run live demo a/c and show profit. There has to be a clear strategy and parameters in order to optimize and adapt to change

Informações sobre o projeto

Orçamento
30+ USD
Desenvolvedor
27 USD
Prazo
de 1 para 5 dias