TRADING BOT

MQL5 Esperti

Specifiche

I need a BOT that can open a position when the conditions from my three indicators have been met and also close the position when the condition for closing from my indicator is met

Con risposta

1
Sviluppatore 1
Valutazioni
(878)
Progetti
1391
67%
Arbitraggio
117
32% / 42%
In ritardo
215
15%
Gratuito
2
Sviluppatore 2
Valutazioni
(19)
Progetti
35
26%
Arbitraggio
10
30% / 70%
In ritardo
5
14%
Gratuito
3
Sviluppatore 3
Valutazioni
(1124)
Progetti
1426
62%
Arbitraggio
21
57% / 10%
In ritardo
43
3%
Gratuito
4
Sviluppatore 4
Valutazioni
(26)
Progetti
34
26%
Arbitraggio
7
14% / 43%
In ritardo
7
21%
Gratuito
5
Sviluppatore 5
Valutazioni
(76)
Progetti
130
49%
Arbitraggio
5
80% / 0%
In ritardo
6
5%
Gratuito
6
Sviluppatore 6
Valutazioni
(327)
Progetti
346
71%
Arbitraggio
4
100% / 0%
In ritardo
1
0%
Caricato
7
Sviluppatore 7
Valutazioni
(769)
Progetti
1033
44%
Arbitraggio
50
8% / 50%
In ritardo
117
11%
Gratuito
8
Sviluppatore 8
Valutazioni
(58)
Progetti
66
8%
Arbitraggio
39
26% / 56%
In ritardo
12
18%
In elaborazione
9
Sviluppatore 9
Valutazioni
(57)
Progetti
72
22%
Arbitraggio
13
46% / 15%
In ritardo
5
7%
Gratuito
10
Sviluppatore 10
Valutazioni
(233)
Progetti
414
34%
Arbitraggio
52
37% / 40%
In ritardo
153
37%
Caricato
11
Sviluppatore 11
Valutazioni
(57)
Progetti
75
25%
Arbitraggio
9
33% / 56%
In ritardo
8
11%
Gratuito
12
Sviluppatore 12
Valutazioni
(3)
Progetti
3
67%
Arbitraggio
1
0% / 0%
In ritardo
0
Gratuito
13
Sviluppatore 13
Valutazioni
(52)
Progetti
97
24%
Arbitraggio
10
20% / 20%
In ritardo
12
12%
In elaborazione
14
Sviluppatore 14
Valutazioni
(131)
Progetti
169
18%
Arbitraggio
17
47% / 18%
In ritardo
0
Gratuito
15
Sviluppatore 15
Valutazioni
(2067)
Progetti
2625
62%
Arbitraggio
113
45% / 26%
In ritardo
418
16%
Caricato
16
Sviluppatore 16
Valutazioni
(2411)
Progetti
3028
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
Gratuito
17
Sviluppatore 17
Valutazioni
(21)
Progetti
35
54%
Arbitraggio
8
63% / 38%
In ritardo
1
3%
Gratuito
18
Sviluppatore 18
Valutazioni
(263)
Progetti
537
50%
Arbitraggio
55
40% / 36%
In ritardo
224
42%
In elaborazione
19
Sviluppatore 19
Valutazioni
(96)
Progetti
143
76%
Arbitraggio
0
In ritardo
2
1%
Gratuito
20
Sviluppatore 20
Valutazioni
(66)
Progetti
143
34%
Arbitraggio
10
10% / 60%
In ritardo
26
18%
Gratuito
21
Sviluppatore 21
Valutazioni
(87)
Progetti
114
26%
Arbitraggio
7
29% / 57%
In ritardo
5
4%
Gratuito
22
Sviluppatore 22
Valutazioni
(43)
Progetti
72
49%
Arbitraggio
4
0% / 50%
In ritardo
19
26%
Gratuito
23
Sviluppatore 23
Valutazioni
(3)
Progetti
4
0%
Arbitraggio
1
100% / 0%
In ritardo
0
Gratuito
24
Sviluppatore 24
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
25
Sviluppatore 25
Valutazioni
(41)
Progetti
88
14%
Arbitraggio
29
31% / 55%
In ritardo
36
41%
In elaborazione
26
Sviluppatore 26
Valutazioni
(563)
Progetti
931
47%
Arbitraggio
301
59% / 25%
In ritardo
123
13%
In elaborazione
Ordini simili
// 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);
Necesito un bot decente para prueba de fondeo y también cuenta personal, scalp, no grid, no martingale, no practicas prohibidas, algo objetivo, confiable y rentable... 5 Min mínimos de duración por operación, algo ya hecho y bactesteado en cuenta real y de fondeo. Necesito algo agresivo, constante pero que no exponga el capital... prefiero una estrategia de smc
Modify existing EA 50 - 70 USD
Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in percentage Ability to correct error 10015 Thank you in advance
Looking for experienced programmer to create a trend line breakout and trend line bounce indicator that send alert with arrow on screen without open trades multiple currency pairs time frame M15 H1 H4 D1 W1 MN
Hello programmers, I need a coding assistance to do the following job. Currently the EA opens two different trades one has a comment "Originial" and another has comment "Series" The job is if the Original trade is negative by x pips, open a hedge trade(Hedge1#-OrderTicket of the soruce trade) along with one buystop and a sell stop order and the comment of the trade will be "Recovery#1-+OrderTicket() of the original
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA
I have a EA and A Indicator I want to upgrade with some new features I want to add to the Indicator And The EA Also there is a memory error in the system that is showing up in the journal after the ea is ran on multiple charts I will need to get this fixed as well Indicator is 528 lines of code EA is 703 lines of code Dashboard I want to add is 1974 lines of code Indicator Changes I want to change the indicator The
An ea with 4 moving average, and two time frame confluence. Option to add risk to reward and percentage of balance to trade. Message me remaining for the more info
Hi All, I will try to be as precise as possible. We can discuss if you have any questions. I need an indicator to be developed for MT5 for detecting Engulfing Failed Zones. Requirement (in H4/ H1/ M30 Time frames only): Identify Engulfing Buy/ Sell Candle. Identify when the Engulfing Buy is failed, or Engulfing sell is failed. Draw a zone for that area of Engulfing Buy/Sell Fail. Invalidate the zone or delete the
Hi. I want to fix my EA. The concept of lowestBid- There aree 3 levels of price. Price1 at the top, Price 2 in the middle and Price3 at the bottom. When the EA starts it start at Price1. And lowestBid is set to Price1. When the price hits Price 2, lowestBid=Price2. When price hits Price3, lowestBid=Price3. When Price come back up to level2, lowestBid=Price2 ....so on and so forth. lowestBid will keep changing with

Informazioni sul progetto

Budget
30 - 100 USD
Per lo sviluppatore
27 - 90 USD