Candle breakout ea needed

MQL4 Esperti

Specifiche

Basically an ea that will place buy or sell orders at the highs and low of specified candle range
must have 2 filters 1( MA Filter, be able to set specific timeframe and Ma settings) and 2 ( stochastic filter eg buy when k above D with abilty to change settings and timeframe of filter)



Con risposta

1
Sviluppatore 1
Valutazioni
(349)
Progetti
463
51%
Arbitraggio
41
24% / 49%
In ritardo
149
32%
Gratuito
2
Sviluppatore 2
Valutazioni
(144)
Progetti
198
42%
Arbitraggio
20
25% / 55%
In ritardo
9
5%
Gratuito
3
Sviluppatore 3
Valutazioni
(430)
Progetti
606
55%
Arbitraggio
48
23% / 56%
In ritardo
178
29%
Gratuito
4
Sviluppatore 4
Valutazioni
(1094)
Progetti
1450
45%
Arbitraggio
49
73% / 12%
In ritardo
36
2%
Gratuito
5
Sviluppatore 5
Valutazioni
(19)
Progetti
35
26%
Arbitraggio
10
30% / 70%
In ritardo
5
14%
Gratuito
6
Sviluppatore 6
Valutazioni
(24)
Progetti
28
32%
Arbitraggio
1
0% / 0%
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(135)
Progetti
163
40%
Arbitraggio
11
27% / 73%
In ritardo
25
15%
Gratuito
8
Sviluppatore 8
Valutazioni
(409)
Progetti
537
75%
Arbitraggio
9
44% / 0%
In ritardo
24
4%
Gratuito
9
Sviluppatore 9
Valutazioni
(377)
Progetti
400
31%
Arbitraggio
62
19% / 69%
In ritardo
51
13%
In elaborazione
10
Sviluppatore 10
Valutazioni
(34)
Progetti
50
44%
Arbitraggio
4
25% / 25%
In ritardo
14
28%
Gratuito
11
Sviluppatore 11
Valutazioni
(67)
Progetti
79
33%
Arbitraggio
6
50% / 33%
In ritardo
7
9%
Gratuito
12
Sviluppatore 12
Valutazioni
(16)
Progetti
19
11%
Arbitraggio
3
0% / 100%
In ritardo
2
11%
Gratuito
13
Sviluppatore 13
Valutazioni
(5)
Progetti
9
0%
Arbitraggio
1
100% / 0%
In ritardo
3
33%
Gratuito
14
Sviluppatore 14
Valutazioni
(39)
Progetti
55
13%
Arbitraggio
5
20% / 20%
In ritardo
6
11%
Gratuito
15
Sviluppatore 15
Valutazioni
(221)
Progetti
369
66%
Arbitraggio
10
50% / 0%
In ritardo
46
12%
Gratuito
16
Sviluppatore 16
Valutazioni
(2429)
Progetti
3059
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
Gratuito
17
Sviluppatore 17
Valutazioni
(6)
Progetti
6
0%
Arbitraggio
0
In ritardo
0
Gratuito
18
Sviluppatore 18
Valutazioni
(3)
Progetti
0
0%
Arbitraggio
3
0% / 100%
In ritardo
0
Gratuito
19
Sviluppatore 19
Valutazioni
(2087)
Progetti
2647
61%
Arbitraggio
113
45% / 26%
In ritardo
418
16%
In elaborazione
20
Sviluppatore 20
Valutazioni
(96)
Progetti
143
76%
Arbitraggio
0
In ritardo
2
1%
Gratuito
21
Sviluppatore 21
Valutazioni
(256)
Progetti
416
38%
Arbitraggio
86
44% / 19%
In ritardo
70
17%
Occupato
22
Sviluppatore 22
Valutazioni
(87)
Progetti
114
26%
Arbitraggio
7
29% / 57%
In ritardo
5
4%
Gratuito
23
Sviluppatore 23
Valutazioni
(66)
Progetti
143
34%
Arbitraggio
10
10% / 60%
In ritardo
26
18%
Gratuito
Ordini simili
Lihle's trades 30+ USD
``` //+------------------------------------------------------------------+ //| Hello World Expert Advisor | //| | //| This is a basic EA that buys and sells based on a simple | //| moving average crossover strategy. | //+------------------------------------------------------------------+ #property version "0.01" #property strict input int FastMA
Grid EA 40 - 100 USD
This EA will set pending orders in a specified grid level. No indicators will be used. When an order is closed by tp, it will reopen the order in same place as far as it is a certain distance from the price. It will always have pending orders or executed and open orders by a certain range from the actual price
1. Inputs: a/ Select direction of trades to be applied against (Short only, Long Only, Both Short and Long) b/ Timeframe to apply against (M1,M5,M15,M30,Hourly,4HR,Daily) c/ MACD input settings (default 12,26,9) d/ RSI settings (default 14) e/ RSI Level for Long Trades (Default 50, Leave blank if short only) f/ RSI level for Short Trades (Default 50, Leave blank if Long only) 2/ When the selected direction is long
Tdi makes a divergence with moving average 2 in the indicator window above level 68 in crash indeces.... For boom the divergence should occur below level 32.... Timeframe preferably 5minutes but could be left to current..Applicant should have knowledge about synthetic indices... Please don't apply or inbox if you are not willing to show competence first through demo
Hello! I want to convert an existing open source indicator for tradingview to mql5. Its an orderblock indicator also showing horizontal bullish/bearish volume. My expectation of this is the following: The orderblocks will apear on the chart at exactly the same place with top/bottom etc. The bullish and bearish volume is somehow displayed/indicated. (The values of the orderblocks are retrieveable to develop an EA in
I want to trade cause I need money I'm struggling so I want to help my self and my family and I want to build some businesses. Buy my self a house help people get better jobs
Hello, i need a robot for gold trading being able to determine a trend or instant changes on a micro scale so its just going to scalp very fast but, for example lets say we have an equity of 500 bucks it needs to take profit at 5 and open a new position and just continiue going like that all day, but i also want it to determine buying opportunities based off of a very wide range of candlestick data of gold the day
I am trying to create a gold scalper ea that trades the American session at 2:30 gmt . I want it to trade a large lot size per deposit aiming at a leverage 100. Ideally it has some form of martingale lot size strategy that keeps losses low and triggers take profit. Sniper like trailing take profit that listens to the tick count for that bar and trades on the basis of volatility. I am open to subjections on the cost
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hi, Thanks for looking at my requirement. Here are the details of the job(MT4) and right now, we do have 2 jobs to do in same file. The clear detailed explanation along with the pictures are in the google drive link : https://drive.google.com/drive/folders/14KMGzunkE-Hbg0eK6iUrs4DNvRetTJYc?usp=sharing Also, i am into this coding thing for more than 2 years now full time. I am a math guy and not a coder. So the

Informazioni sul progetto

Budget
30 - 80 USD
Per lo sviluppatore
27 - 72 USD
Scadenze
a 10 giorno(i)