An EA based on just 5 candles

MQL5 Esperti Futures Forex Stocks

Lavoro terminato

Tempo di esecuzione 12 ore
Feedback del cliente
Great developer. Great job, the EA works better than expected, since he enhanced it reach with a variable I did not ask to. Very fast and effective assistance. i recommend him without reservation.
Feedback del dipendente
Great customer.Everything ok. For this work, he's only wrong selected 3 stars rather than 5, when left feedback, and this cannot be changed. But anyway he's ok.

Specifiche

I need an EA that places orders at the last second of a candle, based on the behavior of this very candle, and of the 4 previous one. It should work with futures and forex preferably. More details when the job is taken. 

Con risposta

1
Sviluppatore 1
Valutazioni
(878)
Progetti
1391
67%
Arbitraggio
117
32% / 42%
In ritardo
215
15%
In elaborazione
2
Sviluppatore 2
Valutazioni
(68)
Progetti
111
26%
Arbitraggio
17
6% / 71%
In ritardo
15
14%
Gratuito
3
Sviluppatore 3
Valutazioni
(169)
Progetti
204
30%
Arbitraggio
25
40% / 44%
In ritardo
12
6%
Gratuito
4
Sviluppatore 4
Valutazioni
(157)
Progetti
268
25%
Arbitraggio
14
29% / 7%
In ritardo
16
6%
In elaborazione
5
Sviluppatore 5
Valutazioni
(76)
Progetti
130
49%
Arbitraggio
5
80% / 0%
In ritardo
6
5%
Gratuito
6
Sviluppatore 6
Valutazioni
(70)
Progetti
86
31%
Arbitraggio
1
100% / 0%
In ritardo
1
1%
Gratuito
7
Sviluppatore 7
Valutazioni
(48)
Progetti
51
43%
Arbitraggio
1
0% / 0%
In ritardo
0
Gratuito
8
Sviluppatore 8
Valutazioni
(33)
Progetti
46
59%
Arbitraggio
0
In ritardo
6
13%
Gratuito
9
Sviluppatore 9
Valutazioni
(2077)
Progetti
2636
61%
Arbitraggio
113
45% / 26%
In ritardo
418
16%
In elaborazione
10
Sviluppatore 10
Valutazioni
(23)
Progetti
45
20%
Arbitraggio
24
29% / 46%
In ritardo
12
27%
Gratuito
11
Sviluppatore 11
Valutazioni
(167)
Progetti
192
11%
Arbitraggio
37
38% / 35%
In ritardo
5
3%
Caricato
12
Sviluppatore 12
Valutazioni
(2)
Progetti
3
0%
Arbitraggio
1
0% / 100%
In ritardo
0
Gratuito
13
Sviluppatore 13
Valutazioni
(568)
Progetti
641
41%
Arbitraggio
21
57% / 29%
In ritardo
47
7%
In elaborazione
14
Sviluppatore 14
Valutazioni
(1086)
Progetti
1437
45%
Arbitraggio
48
73% / 13%
In ritardo
35
2%
In elaborazione
15
Sviluppatore 15
Valutazioni
(1127)
Progetti
1429
62%
Arbitraggio
21
57% / 10%
In ritardo
43
3%
Gratuito
16
Sviluppatore 16
Valutazioni
(188)
Progetti
212
58%
Arbitraggio
9
11% / 89%
In ritardo
8
4%
Gratuito
17
Sviluppatore 17
Valutazioni
(66)
Progetti
143
34%
Arbitraggio
10
10% / 60%
In ritardo
26
18%
Gratuito
18
Sviluppatore 18
Valutazioni
(490)
Progetti
1016
58%
Arbitraggio
29
28% / 24%
In ritardo
132
13%
Gratuito
19
Sviluppatore 19
Valutazioni
(199)
Progetti
287
52%
Arbitraggio
0
In ritardo
1
0%
Gratuito
20
Sviluppatore 20
Valutazioni
(87)
Progetti
114
26%
Arbitraggio
7
29% / 57%
In ritardo
5
4%
Gratuito
21
Sviluppatore 21
Valutazioni
(54)
Progetti
53
17%
Arbitraggio
7
0% / 100%
In ritardo
5
9%
Gratuito
22
Sviluppatore 22
Valutazioni
(264)
Progetti
538
50%
Arbitraggio
55
40% / 36%
In ritardo
224
42%
In elaborazione
23
Sviluppatore 23
Valutazioni
(3)
Progetti
4
0%
Arbitraggio
1
100% / 0%
In ritardo
0
Gratuito
24
Sviluppatore 24
Valutazioni
(2422)
Progetti
3042
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
In elaborazione
25
Sviluppatore 25
Valutazioni
(41)
Progetti
88
14%
Arbitraggio
30
30% / 53%
In ritardo
36
41%
In elaborazione
26
Sviluppatore 26
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
27
Sviluppatore 27
Valutazioni
(563)
Progetti
932
47%
Arbitraggio
301
59% / 25%
In ritardo
124
13%
In elaborazione
Ordini simili
looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies
// 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);
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is
Using Bollinger Band only. When price closes above upper BB, open Buy. If the length of the candle body that closed above the upper BB is more than Y pips, then do not Buy and remove the EA. Otherwise, continue to open Buy if crosses and close above upper BB and the number of positions is not more than Max No of Positions. The user will choose either Buy or Sell only. When price closes below the lower BB, close all
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this
hello great developer Can you make a high/low ticker tape on a table for 100 stock symbols? As a symbol makes a high or low throughout the day, it will appear on the table. i will be expecting great developer to bid for this project
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this, and my budget is $20, Thank you
Hello freelancers here, I need an expert freelancer to help me convert an expert advisor from MT4 to MT5. I have the MT4 source code, As for now i only got $15 for this project i don't have much on me at the moment, So i need someone who can work long terms cause i still have other projects i need him to work on for me
An EA based on Fibonacci 100 - 300 USD
I am in need of 2 EA based on Fibonacci re-tracement after a high or low is made,each EA will have a hedge trade on it.the hedge trade will be at the 38 percent of the Fibonacci..this will be present on the 2 EA, the 2 EA will have different levels of re-tracement, while the hedge trade will be a continuation (buy/sell stop), while the re-tracement trades will be (buy/sell limit)This EA must work on timeframe ranging

Informazioni sul progetto

Budget
50 - 150 USD
Per lo sviluppatore
45 - 135 USD
Scadenze
a 60 giorno(i)