Develop MT4 EA

MQL4 Esperti

Specifiche

I have the following indicator that I would like to be converted to an EA from this indicator.



The conditions for the EA are 
When BUY arrow appears - execute a BUY and place the stop loss at the allocated location
If the price goes and hits the stop loss, the BUY arrow will be invalidated and disappear
when the next buy condition has been met, the BUY arrow will appear and 
open a new BUY and place the stop loss based on the stop loss setting i chose

The same principle applies for the SELL

Take Profit:
The take profit can be set based on the following
1. Take profit on the next BUY or SELL signal  then open a BUY or SELL or

2. Take profit based on the manual setting of # of points 


Display the Enter BUY / SELL arrow on the chart 
include the indicator settings on the last section of the EA settings




EA display:
Create a display window on the bottom left corner that shows trade statistics

Have the option to change the size of text on the display dashboard


Buy order switch - true / false

Sell Order switch - true / false
lot size mode - fixed lots / lots by equity %
Fixed lot - * 
lot by equity percentage - * 
Max # allowed LONG order quantity - * 
Max # allowed SHORT order quantity - *
Max # allowed order quantity - * 
Close current trade by opposite trade - true / false
T/P Risk-Reward Ratio % - *
Fixed T/P in points - *
Stop loss in points - * 
Enable Trailing Stop Loss - true / false
Trailing starts in points - * 
Trailing moves in points - * 

===================================
ORDER MISC
===================================
EA start time (broker time) - 00:00
EA stop time (broker time) - 24:00
EA Name -  * 
Order Magic Number - *

====================================
indicator settings
====================================
put the indicator settings

Con risposta

1
Sviluppatore 1
Valutazioni
(92)
Progetti
109
34%
Arbitraggio
5
40% / 20%
In ritardo
5
5%
In elaborazione
2
Sviluppatore 2
Valutazioni
(255)
Progetti
312
37%
Arbitraggio
6
50% / 17%
In ritardo
7
2%
Gratuito
3
Sviluppatore 3
Valutazioni
(1086)
Progetti
1437
45%
Arbitraggio
49
71% / 12%
In ritardo
35
2%
In elaborazione
4
Sviluppatore 4
Valutazioni
(294)
Progetti
371
21%
Arbitraggio
43
60% / 23%
In ritardo
43
12%
Caricato
5
Sviluppatore 5
Valutazioni
(298)
Progetti
427
26%
Arbitraggio
18
61% / 33%
In ritardo
26
6%
Gratuito
6
Sviluppatore 6
Valutazioni
(2422)
Progetti
3042
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
In elaborazione
7
Sviluppatore 7
Valutazioni
(51)
Progetti
58
52%
Arbitraggio
1
0% / 0%
In ritardo
0
Gratuito
8
Sviluppatore 8
Valutazioni
(2077)
Progetti
2636
61%
Arbitraggio
113
45% / 26%
In ritardo
418
16%
In elaborazione
9
Sviluppatore 9
Valutazioni
(37)
Progetti
59
27%
Arbitraggio
25
20% / 52%
In ritardo
10
17%
In elaborazione
10
Sviluppatore 10
Valutazioni
(475)
Progetti
504
53%
Arbitraggio
10
60% / 20%
In ritardo
3
1%
Gratuito
11
Sviluppatore 11
Valutazioni
(56)
Progetti
176
71%
Arbitraggio
4
100% / 0%
In ritardo
1
1%
Gratuito
12
Sviluppatore 12
Valutazioni
(49)
Progetti
59
69%
Arbitraggio
0
In ritardo
2
3%
In elaborazione
13
Sviluppatore 13
Valutazioni
(116)
Progetti
137
36%
Arbitraggio
15
13% / 67%
In ritardo
9
7%
Gratuito
14
Sviluppatore 14
Valutazioni
(22)
Progetti
30
20%
Arbitraggio
8
63% / 13%
In ritardo
9
30%
Gratuito
15
Sviluppatore 15
Valutazioni
(68)
Progetti
77
8%
Arbitraggio
33
9% / 55%
In ritardo
6
8%
In elaborazione
16
Sviluppatore 16
Valutazioni
(74)
Progetti
73
47%
Arbitraggio
2
50% / 50%
In ritardo
2
3%
Gratuito
Ordini simili
1) the EA can compound the lot size from 0.01 to 0.02 so on 2) the EA must able to trade different kind of pair 3) the EA will have stoploss or take profit 4) long term profit 5) for equiry will be 100 for every 0.01 lot Developer will have that kind of EA may apply and introduce any investor account! this EA must have mql4 file
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} Hello Looking for someone to help me improve my current strategy on my own algorithm and to also add hedging mode
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
Please watch the video on this youtube channel and download the Indicator from there. https://www.youtube.com/watch?v=ldTomLu8DxE&amp ;t=32s Rules are explained on the video and the download of the indicator is on the same video
I would like an EA that follows exactly this steps to trade de daily candle. Watch the video and then see if you can do the task. https://www.youtube.com/watch?v=g3oDYq4P9ZE Document is one this link https://cdn.discordapp.com/attachments/1135977927469703230/1135978751461695598/Daily_Bias-TTrades_edu.pdf?ex=669a9a27&amp ;is=669948a7&hm=96de195f7e695a381c1261b065f67b94fae319d02a0c88641b146f8b2978320c& Should have
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
Hi, I have an indicator from my friend, I want to copy it to my own MT5 can you do that for me. Here is the link
I'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange. I had one created in python, but I would like it to work in MT5 with various regular rules that make it profitable
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated

Informazioni sul progetto

Budget
50 - 100 USD
Per lo sviluppatore
45 - 90 USD