I need you to create trading EA MT5

Spécifications

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)

Répondu

1
Développeur 1
Évaluation
(344)
Projets
540
32%
Arbitrage
24
67% / 8%
En retard
15
3%
Gratuit
2
Développeur 2
Évaluation
(19)
Projets
18
11%
Arbitrage
2
50% / 50%
En retard
0
Gratuit
3
Développeur 3
Évaluation
(151)
Projets
211
21%
Arbitrage
14
57% / 21%
En retard
1
0%
Occupé
4
Développeur 4
Évaluation
(292)
Projets
366
21%
Arbitrage
43
58% / 23%
En retard
41
11%
Chargé
5
Développeur 5
Évaluation
(4)
Projets
4
50%
Arbitrage
0
En retard
0
Gratuit
6
Développeur 6
Évaluation
(1)
Projets
3
0%
Arbitrage
0
En retard
0
Travail
7
Développeur 7
Évaluation
(22)
Projets
28
11%
Arbitrage
6
33% / 50%
En retard
4
14%
Travail
8
Développeur 8
Évaluation
(62)
Projets
94
28%
Arbitrage
1
100% / 0%
En retard
2
2%
Travail
9
Développeur 9
Évaluation
(17)
Projets
22
36%
Arbitrage
0
En retard
0
Travail
10
Développeur 10
Évaluation
(12)
Projets
14
0%
Arbitrage
0
En retard
3
21%
Gratuit
11
Développeur 11
Évaluation
(3)
Projets
3
33%
Arbitrage
0
En retard
1
33%
Travail
12
Développeur 12
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
13
Développeur 13
Évaluation
(56)
Projets
63
32%
Arbitrage
2
0% / 0%
En retard
0
Travail
14
Développeur 14
Évaluation
(446)
Projets
505
33%
Arbitrage
25
40% / 48%
En retard
7
1%
Chargé
15
Développeur 15
Évaluation
(87)
Projets
107
37%
Arbitrage
8
88% / 0%
En retard
0
Gratuit
16
Développeur 16
Évaluation
(253)
Projets
406
38%
Arbitrage
84
43% / 19%
En retard
70
17%
Travail
17
Développeur 17
Évaluation
(9)
Projets
12
0%
Arbitrage
0
En retard
1
8%
Travail
18
Développeur 18
Évaluation
(56)
Projets
167
69%
Arbitrage
4
100% / 0%
En retard
1
1%
Gratuit
19
Développeur 19
Évaluation
Projets
1
0%
Arbitrage
0
En retard
0
Gratuit
20
Développeur 20
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Travail
21
Développeur 21
Évaluation
(546)
Projets
1327
59%
Arbitrage
28
82% / 0%
En retard
10
1%
Gratuit
22
Développeur 22
Évaluation
(67)
Projets
76
7%
Arbitrage
33
9% / 55%
En retard
6
8%
Travail
23
Développeur 23
Évaluation
(22)
Projets
30
20%
Arbitrage
8
63% / 13%
En retard
9
30%
Gratuit
24
Développeur 24
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
Commandes similaires
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);

Informations sur le projet

Budget
30+ USD
Délais
de 1 à 7 jour(s)

Client

Commandes passées2
Nombre d'arbitrages0