Creating an EA from the signal of an Indicator

Lavoro terminato

Tempo di esecuzione 2 giorni
Feedback del cliente
Great coder, very fast and professional.
Feedback del dipendente
Thank you mate :)

Specifiche



EA is very simple it must capture the buy and sell signal from my indicator and open buy and sell orders.

There are other parameters that I will require as well.  


I will need my MQL source file at the end of this order.

Con risposta

1
Sviluppatore 1
Valutazioni
(188)
Progetti
212
58%
Arbitraggio
9
11% / 89%
In ritardo
8
4%
Gratuito
2
Sviluppatore 2
Valutazioni
(879)
Progetti
1393
67%
Arbitraggio
117
32% / 42%
In ritardo
215
15%
In elaborazione
3
Sviluppatore 3
Valutazioni
(130)
Progetti
184
32%
Arbitraggio
16
31% / 63%
In ritardo
27
15%
Gratuito
4
Sviluppatore 4
Valutazioni
(1860)
Progetti
3463
88%
Arbitraggio
73
40% / 15%
In ritardo
265
8%
Gratuito
5
Sviluppatore 5
Valutazioni
(253)
Progetti
358
49%
Arbitraggio
24
25% / 50%
In ritardo
80
22%
Gratuito
6
Sviluppatore 6
Valutazioni
(2104)
Progetti
2675
62%
Arbitraggio
114
46% / 25%
In ritardo
420
16%
Caricato
7
Sviluppatore 7
Valutazioni
(1102)
Progetti
1459
45%
Arbitraggio
49
73% / 12%
In ritardo
36
2%
Gratuito
8
Sviluppatore 8
Valutazioni
(5)
Progetti
6
33%
Arbitraggio
2
0% / 50%
In ritardo
2
33%
Gratuito
9
Sviluppatore 9
Valutazioni
(73)
Progetti
132
52%
Arbitraggio
9
44% / 33%
In ritardo
64
48%
Gratuito
10
Sviluppatore 10
Valutazioni
(195)
Progetti
395
28%
Arbitraggio
155
20% / 52%
In ritardo
112
28%
Gratuito
11
Sviluppatore 11
Valutazioni
(68)
Progetti
111
26%
Arbitraggio
17
6% / 71%
In ritardo
15
14%
Gratuito
12
Sviluppatore 12
Valutazioni
(197)
Progetti
320
35%
Arbitraggio
64
13% / 56%
In ritardo
83
26%
Gratuito
13
Sviluppatore 13
Valutazioni
(221)
Progetti
369
66%
Arbitraggio
10
50% / 0%
In ritardo
46
12%
Gratuito
14
Sviluppatore 14
Valutazioni
(440)
Progetti
546
25%
Arbitraggio
21
38% / 38%
In ritardo
83
15%
In elaborazione
15
Sviluppatore 15
Valutazioni
(2442)
Progetti
3079
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
Gratuito
16
Sviluppatore 16
Valutazioni
(339)
Progetti
809
73%
Arbitraggio
30
33% / 37%
In ritardo
194
24%
Gratuito
17
Sviluppatore 17
Valutazioni
(1)
Progetti
1
0%
Arbitraggio
0
In ritardo
0
Gratuito
18
Sviluppatore 18
Valutazioni
(1133)
Progetti
1436
62%
Arbitraggio
21
57% / 10%
In ritardo
43
3%
Gratuito
19
Sviluppatore 19
Valutazioni
(229)
Progetti
339
49%
Arbitraggio
21
5% / 33%
In ritardo
24
7%
Gratuito
20
Sviluppatore 20
Valutazioni
(349)
Progetti
463
51%
Arbitraggio
41
24% / 49%
In ritardo
149
32%
Gratuito
21
Sviluppatore 21
Valutazioni
(558)
Progetti
1344
59%
Arbitraggio
28
82% / 0%
In ritardo
10
1%
Gratuito
22
Sviluppatore 22
Valutazioni
(491)
Progetti
1017
58%
Arbitraggio
29
28% / 24%
In ritardo
132
13%
Gratuito
23
Sviluppatore 23
Valutazioni
(356)
Progetti
632
26%
Arbitraggio
89
73% / 13%
In ritardo
12
2%
Gratuito
24
Sviluppatore 24
Valutazioni
(564)
Progetti
933
47%
Arbitraggio
302
59% / 25%
In ritardo
125
13%
Caricato
25
Sviluppatore 25
Valutazioni
(66)
Progetti
143
34%
Arbitraggio
10
10% / 60%
In ritardo
26
18%
Gratuito
26
Sviluppatore 26
Valutazioni
(6)
Progetti
8
50%
Arbitraggio
5
20% / 80%
In ritardo
2
25%
Gratuito
27
Sviluppatore 27
Valutazioni
(8)
Progetti
15
20%
Arbitraggio
2
0% / 100%
In ritardo
2
13%
Gratuito
Ordini simili
I am looking for help to code an Expert Advisor (EA) for MetaTrader 4 (MT4). The EA should automate trading based on specific strategies and market conditions. I'm familiar with the basics of MQL4 but need assistance with more advanced features, like managing multiple indicators, optimizing risk management, and implementing trailing stops. I aim to create a reliable, efficient EA that can monitor the market and
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
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
i have a JavaScript of a code which is a indicator of trading view, i want to convert into python script and make a mql5 automated trading bot which can take automatic trade and also exit when the signals come by the indicator
I need to build EA MT4 that able to connect as copy trading between demo account to real account with partial of positions not all Example: If the demo account open position so the real account will be opened same position with ability to place different volume size based on real account equity and demo equity, and ability to choose which position should be copied, position one, two, three, four, five, six, seven
I would like an existing, older MT4 EA I had developed converted into an MT5 EA and debugged where necessary. The EA is attached and should be fairly self-explanatory. It is a breakout order entry EA with customisable parameters
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

Informazioni sul progetto

Budget
50+ USD
Per lo sviluppatore
45 USD
Scadenze
a 5 giorno(i)