I need you to create trading EA MT5

Termos de Referência

Need a simple EA That opens a long position if the MA cross up above another MA and opens a short position if the MA cross down below another MA.

- The EA should only allow for one position to be open at any given time. It should close the current position if it is going to open a new position.

- I want to have option to input for a lot size, a stop loss, take profit, and an input for total profit/loss USD

- I want to have an option able to manually enter the Moving Average level (ex: EMA 10, MA 20)

Respondido

1
Desenvolvedor 1
Classificação
(344)
Projetos
540
32%
Arbitragem
24
67% / 8%
Expirado
15
3%
Livre
2
Desenvolvedor 2
Classificação
(19)
Projetos
18
11%
Arbitragem
2
50% / 50%
Expirado
0
Livre
3
Desenvolvedor 3
Classificação
(151)
Projetos
211
21%
Arbitragem
14
57% / 21%
Expirado
1
0%
Ocupado
4
Desenvolvedor 4
Classificação
(292)
Projetos
366
21%
Arbitragem
43
58% / 23%
Expirado
41
11%
Carregado
5
Desenvolvedor 5
Classificação
(4)
Projetos
4
50%
Arbitragem
0
Expirado
0
Livre
6
Desenvolvedor 6
Classificação
(1)
Projetos
3
0%
Arbitragem
0
Expirado
0
Trabalhando
7
Desenvolvedor 7
Classificação
(22)
Projetos
28
11%
Arbitragem
6
33% / 50%
Expirado
4
14%
Trabalhando
8
Desenvolvedor 8
Classificação
(62)
Projetos
94
28%
Arbitragem
1
100% / 0%
Expirado
2
2%
Trabalhando
9
Desenvolvedor 9
Classificação
(17)
Projetos
22
36%
Arbitragem
0
Expirado
0
Trabalhando
10
Desenvolvedor 10
Classificação
(12)
Projetos
14
0%
Arbitragem
0
Expirado
3
21%
Livre
11
Desenvolvedor 11
Classificação
(3)
Projetos
3
33%
Arbitragem
0
Expirado
1
33%
Trabalhando
12
Desenvolvedor 12
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
13
Desenvolvedor 13
Classificação
(57)
Projetos
63
32%
Arbitragem
2
0% / 0%
Expirado
0
Trabalhando
14
Desenvolvedor 14
Classificação
(446)
Projetos
505
33%
Arbitragem
25
40% / 48%
Expirado
7
1%
Carregado
15
Desenvolvedor 15
Classificação
(87)
Projetos
107
37%
Arbitragem
8
88% / 0%
Expirado
0
Livre
16
Desenvolvedor 16
Classificação
(253)
Projetos
406
38%
Arbitragem
84
43% / 19%
Expirado
70
17%
Trabalhando
17
Desenvolvedor 17
Classificação
(9)
Projetos
12
0%
Arbitragem
0
Expirado
1
8%
Trabalhando
18
Desenvolvedor 18
Classificação
(56)
Projetos
167
69%
Arbitragem
4
100% / 0%
Expirado
1
1%
Livre
19
Desenvolvedor 19
Classificação
Projetos
1
0%
Arbitragem
0
Expirado
0
Livre
20
Desenvolvedor 20
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Trabalhando
21
Desenvolvedor 21
Classificação
(546)
Projetos
1327
59%
Arbitragem
28
82% / 0%
Expirado
10
1%
Livre
22
Desenvolvedor 22
Classificação
(67)
Projetos
76
7%
Arbitragem
33
9% / 55%
Expirado
6
8%
Trabalhando
23
Desenvolvedor 23
Classificação
(22)
Projetos
30
20%
Arbitragem
8
63% / 13%
Expirado
9
30%
Livre
24
Desenvolvedor 24
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
Pedidos semelhantes
I am looking for a programmer to do EA trader. If you can understand what I want from the video i do and you can do it, contact me because you will be able to do what I want. https://drive.google.com/file/d/1wbHxbUQQqCkdpr0-pHfIh2b288LzYTV2/view?usp=sharing
Looking for a programmer who can make an indicator that Gives an Arrow for trade entry , Showing an Entry level , Stop Level and a Take profit level . based on the Logic in the attached Pictures . Once the Indictor is done then we will discus on Making an EA for auto trading
This EA will be for forex pairs or stocks. When the indicator gives a buy arrow, enter long at market. When the indicator gives a sell arrow, close long at market, enter sell at market at the same time. Vise verse reverse position as arrow appears. This EA shall have the options for stop loss and profit taking function
i need hft mt5 trading bot and if you want to reply, reply me with demo version and i will selected you instantly and we can proceed to work together
I want a profitable trading robot. Plz make sure that it prevents me from losses. I want to try it out so that. I can become a successful forex trader. Don't want anymore to do technical analysis want the robot to do everything for me
Hello there, I'm looking for an experienced developer to convert a TradingView indicator script into an MT4 (MetaTrader 4) compatible format. The script, written in Pine Script version 5, includes custom indicators and graphical elements such as lines, boxes, and labels that we need to be accurately replicated in MT4. Check the attached file below
Hello Developers, I am currently seeking a highly skilled and experienced developer to assist with an important project. I requested the conversion of an existing TradingView code to MetaTrader 4 (MT4). The main objective is to convert a TradingView script to an exact MT4 equivalent. If you have the expertise and are interested in this project, please provide a quote and your estimated timeline for the conversion
MT5 hft bot 100 - 250 USD
HELLO I AM IN NEED OF HFT TRADING BOT FOR MT5 AND BEFORE WE PROCEEDS YOU MUST SHOW ME HOW YOUR BOT WORK OR SEND ME DEMO VERSION FIRST TO CHECK OUT YOUR BOT WORKING SYSTEM
I already have a Fibonacci based indicator which give precise entry as well as take profit and stop loss levels without repainting. I want to convert this to an EA so as to enable it pick trades automatically. Pay attention to the attached Images for entry and exit description. The EA will be protected with password or any other security protocols. THE EA OUTPUT will be in MQ4 & MQ5
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);

Informações sobre o projeto

Orçamento
30+ USD
Prazo
de 1 para 7 dias

Cliente

Pedidos postados2
Número de arbitragens0