MT4 EA for Price Action

Lavoro terminato

Tempo di esecuzione 8 giorni
Feedback del dipendente
Very Good Customer!
Feedback del cliente
Best coder ever! Very detailed, fulfill the requirements, with patience of course! 5 stars!

Specifiche

Good day!


MT4 EA Running in logic summarized below:


Currency Pair: Example to apply on EUR/USD 5 minutes Chart

Lot size for first entry: Example to apply with 0.1 lot size

Technique: Any low spread low commission chart scalping (for any timeframe)



Bullish Engulfing As Example for the logic (setup bearish engulf based on similar principles, just the workaround vice versa)
1. Previous japanese candlestick bar black in color (A)
2. Current latest japanese candlestick bar white in color (B)
3. (B) Open Price compare with (B) Close price =/> 2 pips AND </= 11 pips
4. B close price > A close price
5. Set buy limit price at "-50% of (B) close price"; profit target = "close price of (B) - open price of (B)"; 
   (C) Stop Loss = 1 pip below either "low" of (A) or (B)
6. When buy limit setup above, at the same time, at level of stop loss, create sell stop 
7. Lot size always "double" the first entry; profit target level resemble stop loss pips [if (C) previous = 3 pips, 
   then shall it be 3 pips then]; stop loss = 1 pip above either "high" of either (A) or (B) or past 3 historical candles; 
   stop loss level create another buy stop with similar principle & repeat same thing again & again until 
   profit realize in "x" number of trades

Other Important General Ruling
8. If first trade profit target hit, cancel the sell stop
9. New trade only start after first or its next consecutives trade hit profit
10. If first trade buy limit didn't trigger & new trade opportunity arise, cancel the first trade & proceed new trade as per principles above


Thanks.

File:

Con risposta

1
Sviluppatore 1
Valutazioni
(365)
Progetti
412
36%
Arbitraggio
35
26% / 57%
In ritardo
63
15%
Gratuito
2
Sviluppatore 2
Valutazioni
(2428)
Progetti
3057
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
In elaborazione
3
Sviluppatore 3
Valutazioni
(2086)
Progetti
2646
61%
Arbitraggio
113
45% / 26%
In ritardo
418
16%
In elaborazione
4
Sviluppatore 4
Valutazioni
(196)
Progetti
318
35%
Arbitraggio
64
13% / 56%
In ritardo
82
26%
Gratuito
5
Sviluppatore 5
Valutazioni
(12)
Progetti
14
29%
Arbitraggio
5
20% / 80%
In ritardo
6
43%
Gratuito
6
Sviluppatore 6
Valutazioni
(356)
Progetti
632
26%
Arbitraggio
89
73% / 13%
In ritardo
12
2%
Gratuito
7
Sviluppatore 7
Valutazioni
(549)
Progetti
1332
59%
Arbitraggio
28
82% / 0%
In ritardo
10
1%
Gratuito
8
Sviluppatore 8
Valutazioni
(554)
Progetti
765
46%
Arbitraggio
23
39% / 13%
In ritardo
63
8%
In elaborazione
9
Sviluppatore 9
Valutazioni
(90)
Progetti
118
17%
Arbitraggio
44
23% / 39%
In ritardo
20
17%
Gratuito
10
Sviluppatore 10
Valutazioni
(1235)
Progetti
2820
80%
Arbitraggio
156
22% / 43%
In ritardo
488
17%
Gratuito
11
Sviluppatore 11
Valutazioni
(430)
Progetti
606
55%
Arbitraggio
48
23% / 56%
In ritardo
178
29%
Gratuito
12
Sviluppatore 12
Valutazioni
(349)
Progetti
463
51%
Arbitraggio
41
24% / 49%
In ritardo
149
32%
Gratuito
13
Sviluppatore 13
Valutazioni
(1130)
Progetti
1432
62%
Arbitraggio
21
57% / 10%
In ritardo
43
3%
Gratuito
14
Sviluppatore 14
Valutazioni
(590)
Progetti
789
71%
Arbitraggio
9
33% / 33%
In ritardo
22
3%
Gratuito
15
Sviluppatore 15
Valutazioni
(1855)
Progetti
3458
88%
Arbitraggio
73
40% / 15%
In ritardo
265
8%
Gratuito
16
Sviluppatore 16
Valutazioni
(204)
Progetti
282
34%
Arbitraggio
34
32% / 29%
In ritardo
75
27%
In elaborazione
17
Sviluppatore 17
Valutazioni
(277)
Progetti
334
55%
Arbitraggio
14
36% / 29%
In ritardo
1
0%
Gratuito
18
Sviluppatore 18
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
19
Sviluppatore 19
Valutazioni
(549)
Progetti
826
73%
Arbitraggio
15
53% / 13%
In ritardo
193
23%
In elaborazione
20
Sviluppatore 20
Valutazioni
(135)
Progetti
193
42%
Arbitraggio
17
29% / 59%
In ritardo
28
15%
Gratuito
21
Sviluppatore 21
Valutazioni
(221)
Progetti
369
66%
Arbitraggio
10
50% / 0%
In ritardo
46
12%
Gratuito
22
Sviluppatore 22
Valutazioni
(17)
Progetti
22
73%
Arbitraggio
2
0% / 100%
In ritardo
10
45%
Gratuito
23
Sviluppatore 23
Valutazioni
(119)
Progetti
127
41%
Arbitraggio
3
33% / 67%
In ritardo
0
Gratuito
24
Sviluppatore 24
Valutazioni
(66)
Progetti
143
34%
Arbitraggio
10
10% / 60%
In ritardo
26
18%
Gratuito
Ordini simili
Hi Developer, I would like to create the Scalping EA based for Mt4 on the investing.com data https://www.investing.com/currencies/eur-usd-technical EA have timing to adjust time to trade. follow the broker time. From starting time to end time EA have a adjustable Lot size (0.01 incremental to 0.01) EA have a adjustable TP (1pip to 100pip incremental 1pip) EA have a adjustable SL (1pip to 100pip incremental 1pip) EA
This is not an EA that actually opens/closes trades. Instead this project involves creating a dashboard where the user can create a grid trade scenario with initial entry and scale trade pip distances, lot sizes for each trade, and draw down amount. It then calculates the break-even + profit level where all trades would close. For each new scale trade the BE+ point is recalculated which is then displayed on the
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader, I wanted this indicator in NT bcs I chart in NT, and if the indicator could also have been an automated strategy even better. Please confirm that it will be an indicator and Automated Trading Strategy
Hi guys I would like to k ow if someone has experience with machine learning models? I would like to train a model to identify if there is a range market or trendy market based on several parameters like EMA and ATR for example. If we use for example a 20 and 50 EMA and we measure the distance between both lines the algo should oearn if the trend is strong or weak. If it‘s steong it keeps trending and if it‘s weak
Hello I need a very simple indicator This indicator should show the highest floating or history drawdown of the account It means that it can display the highest number that the account drawdown to be displayed on the chart in this format max drawdown account(xxxx$$) ...date(00/00/00)time:(00:00) max drawdown currency ..( currency name with max drwadown) . (xxxx$$) date(00/00/00)time:(00:00) thanks
I want have the possibility to increase lotsize not alone by Lot-multiplier rather I want add a fix-lot increase for excample for 0,05 lot. I want have this for buy / sell and hedge-buy and hedge sell
Hello, I‘m interested in an indicator to predict the next candles probability (bullish or bearish). But honestly I have no idea how to do this. Would be interested in your opinion how we can create such an indicator. Please let me know if you‘ve done similar work
Profitable EA HFT 50 - 300 USD
From a long time i am searching for a profitable EA i have lost a lot , and now i have only 300$ to buy a profitable EA , i wish to say with 0 losses but some or most traders they don't want to hear this i am really tired of searching for a programmer to just create me a profitable EA with the least losses or zero losses maybe nearly 1 year i am searching i just need an HFT EA that can work very well on MT4,MT5
у нас есть стратегия, нам нужно написать mql5-код ​​для тестера стратегий МТ5,Цена договорная. Мой контакт @abbosaliyev из Telegram Программист должен знать РУССКИЙ ИЛИ УЗБЕКСКИЙ язык. Задание: разработать тестер, который использует шаблон условий на открытие и проверит весь исторический график на всех доступных таймфреймах. Остальная информация будет предоставлена ​​после согласования цены
New york session based strategy 9:30 open Price takes out buy side or sell side liquidity Usually using 15min high and lows 5m entry Price takes out that high/low and price must close strongly back into the zone Is price is above price we have a sell bias vis versa for buys Sl is at the high or low with option for “offset” for cushion Tp is usually the opposite High or low. Would like the option for set pips-points &

Informazioni sul progetto

Budget
30 - 200 USD
Per lo sviluppatore
27 - 180 USD
Scadenze
da 5 a 10 giorno(i)