I need you to create trading EA MT5

Specifiche

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)

Con risposta

1
Sviluppatore 1
Valutazioni
(344)
Progetti
540
32%
Arbitraggio
24
67% / 8%
In ritardo
15
3%
Gratuito
2
Sviluppatore 2
Valutazioni
(19)
Progetti
18
11%
Arbitraggio
2
50% / 50%
In ritardo
0
Gratuito
3
Sviluppatore 3
Valutazioni
(151)
Progetti
211
21%
Arbitraggio
14
57% / 21%
In ritardo
1
0%
Occupato
4
Sviluppatore 4
Valutazioni
(292)
Progetti
366
21%
Arbitraggio
43
58% / 23%
In ritardo
41
11%
Caricato
5
Sviluppatore 5
Valutazioni
(4)
Progetti
4
50%
Arbitraggio
0
In ritardo
0
Gratuito
6
Sviluppatore 6
Valutazioni
(1)
Progetti
3
0%
Arbitraggio
0
In ritardo
0
In elaborazione
7
Sviluppatore 7
Valutazioni
(22)
Progetti
28
11%
Arbitraggio
6
33% / 50%
In ritardo
4
14%
In elaborazione
8
Sviluppatore 8
Valutazioni
(62)
Progetti
94
28%
Arbitraggio
1
100% / 0%
In ritardo
2
2%
In elaborazione
9
Sviluppatore 9
Valutazioni
(17)
Progetti
22
36%
Arbitraggio
0
In ritardo
0
In elaborazione
10
Sviluppatore 10
Valutazioni
(12)
Progetti
14
0%
Arbitraggio
0
In ritardo
3
21%
Gratuito
11
Sviluppatore 11
Valutazioni
(3)
Progetti
3
33%
Arbitraggio
0
In ritardo
1
33%
In elaborazione
12
Sviluppatore 12
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
13
Sviluppatore 13
Valutazioni
(57)
Progetti
63
32%
Arbitraggio
2
0% / 0%
In ritardo
0
In elaborazione
14
Sviluppatore 14
Valutazioni
(446)
Progetti
505
33%
Arbitraggio
25
40% / 48%
In ritardo
7
1%
Caricato
15
Sviluppatore 15
Valutazioni
(87)
Progetti
107
37%
Arbitraggio
8
88% / 0%
In ritardo
0
Gratuito
16
Sviluppatore 16
Valutazioni
(253)
Progetti
406
38%
Arbitraggio
84
43% / 19%
In ritardo
70
17%
In elaborazione
17
Sviluppatore 17
Valutazioni
(9)
Progetti
12
0%
Arbitraggio
0
In ritardo
1
8%
In elaborazione
18
Sviluppatore 18
Valutazioni
(56)
Progetti
167
69%
Arbitraggio
4
100% / 0%
In ritardo
1
1%
Gratuito
19
Sviluppatore 19
Valutazioni
Progetti
1
0%
Arbitraggio
0
In ritardo
0
Gratuito
20
Sviluppatore 20
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
In elaborazione
21
Sviluppatore 21
Valutazioni
(546)
Progetti
1327
59%
Arbitraggio
28
82% / 0%
In ritardo
10
1%
Gratuito
22
Sviluppatore 22
Valutazioni
(67)
Progetti
76
7%
Arbitraggio
33
9% / 55%
In ritardo
6
8%
In elaborazione
23
Sviluppatore 23
Valutazioni
(22)
Progetti
30
20%
Arbitraggio
8
63% / 13%
In ritardo
9
30%
Gratuito
24
Sviluppatore 24
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
Ordini simili
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);

Informazioni sul progetto

Budget
30+ USD
Scadenze
da 1 a 7 giorno(i)

Cliente

Ordini effettuati2
Numero di arbitraggi0