Need EA developed that opens trade in direction of on screen arrow after cross of EMA14 on 30min chart. Closes when opposite direction arrow appears on 5min chart. Repeats process.

MQL4 Uzman Danışmanlar

İş Gereklilikleri

Hello requirements are as follows:


Need an EA developed that opens and closes a trade as follows

Open trade condition: Arrow appears on 30 min chart.  Trade is placed in that direction once Japanese Candle closes above or below EMA 14 in direction of Arrow signal.

Close trade condition: Arrow appears in opposite direction on 5 min chart, trade is closed.

The EA then repeats this process, starts looking for Open Trade condition again on 30min chart and waits for close condition on 5 min chart. 

Requirement Notes:

30 min chart is only used for placing trades.  5 min chart is only used for closing trades of that exact same pair.

If another signal arrow appears in the same direction on 30min chart while a trade in the same direction is still open for that pair, another cannot be opened until the existing trade is closed as per the close trade condition.

On screen arrow buffer from colour tab on indicator.  0 up arrow.  1 down arrow, Signal Buffer To Use.jpg file attached gives example of this to make it very clear, have also put arrow next to buffer to further clarify this.

I'm not entirely sure how this would work but I imagine I would need to have say 30MIN EUR/USD on one chart with indicator and 5MIN EUR/USD on another chart with same indicator?

Must be able to set variable lot size.

Must have option to set stop loss based on pips value if needed.

Any comments on a better way to do this are also welcome :)







Dosyalar:

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(769)
Projeler
1033
44%
Arabuluculuk
50
8% / 50%
Süresi dolmuş
117
11%
Serbest
2
Geliştirici 2
Derecelendirme
(173)
Projeler
201
49%
Arabuluculuk
18
11% / 44%
Süresi dolmuş
1
0%
Serbest
3
Geliştirici 3
Derecelendirme
(365)
Projeler
412
36%
Arabuluculuk
35
26% / 57%
Süresi dolmuş
63
15%
Serbest
4
Geliştirici 4
Derecelendirme
(169)
Projeler
204
30%
Arabuluculuk
25
40% / 44%
Süresi dolmuş
12
6%
Serbest
5
Geliştirici 5
Derecelendirme
(349)
Projeler
463
51%
Arabuluculuk
41
24% / 49%
Süresi dolmuş
149
32%
Serbest
6
Geliştirici 6
Derecelendirme
(430)
Projeler
606
55%
Arabuluculuk
48
23% / 56%
Süresi dolmuş
178
29%
Serbest
7
Geliştirici 7
Derecelendirme
(68)
Projeler
111
26%
Arabuluculuk
17
6% / 71%
Süresi dolmuş
15
14%
Serbest
8
Geliştirici 8
Derecelendirme
(298)
Projeler
427
26%
Arabuluculuk
18
61% / 33%
Süresi dolmuş
26
6%
Serbest
9
Geliştirici 9
Derecelendirme
(221)
Projeler
369
66%
Arabuluculuk
10
50% / 0%
Süresi dolmuş
46
12%
Serbest
10
Geliştirici 10
Derecelendirme
(197)
Projeler
320
35%
Arabuluculuk
64
13% / 56%
Süresi dolmuş
83
26%
Serbest
11
Geliştirici 11
Derecelendirme
(5)
Projeler
3
0%
Arabuluculuk
19
0% / 100%
Süresi dolmuş
0
Serbest
12
Geliştirici 12
Derecelendirme
(114)
Projeler
154
47%
Arabuluculuk
2
0% / 50%
Süresi dolmuş
4
3%
Serbest
13
Geliştirici 13
Derecelendirme
(67)
Projeler
144
34%
Arabuluculuk
11
9% / 55%
Süresi dolmuş
26
18%
Çalışıyor
14
Geliştirici 14
Derecelendirme
(7)
Projeler
8
13%
Arabuluculuk
0
Süresi dolmuş
1
13%
Serbest
15
Geliştirici 15
Derecelendirme
(19)
Projeler
27
11%
Arabuluculuk
11
9% / 55%
Süresi dolmuş
12
44%
Serbest
16
Geliştirici 16
Derecelendirme
(137)
Projeler
167
35%
Arabuluculuk
11
91% / 0%
Süresi dolmuş
0
Serbest
17
Geliştirici 17
Derecelendirme
(2464)
Projeler
3102
66%
Arabuluculuk
77
48% / 14%
Süresi dolmuş
340
11%
Çalışıyor
18
Geliştirici 18
Derecelendirme
(195)
Projeler
395
28%
Arabuluculuk
155
20% / 52%
Süresi dolmuş
112
28%
Serbest
Benzer siparişler
I need to create an EA (MQL4) MT4 with can auto create buy and sell according to the Indicator " Machine Learning Adaptive SuperTrend [AlgoAlpha]" in trading view Setting could be same as trading view Additional setting such as : Start lot Stop-Order: same as indicator
I have a really very, very simple professional, proven, profitable forex strategy that works on a higher time frame with over 85% winning rate. I am searching a professional programmer to create expert advisor based on this stategy, in general I am searching a developer for a longer co-operation. I am a forex trader with over 12 years experience. telegram: fxMiguel It's a 15minute work job, 30min max, My budget is 10
Testing 30 - 200 USD
// กำหนดค่าตัวแปรเริ่มต้น input double DailyProfitTarget = 200; // กำไรที่ต้องการในแต่ละวัน (2% ของทุน) input double LotSize = 0.1; // ขนาด Lot input double TakeProfit = 10; // กำไรต่อการเทรดใน pip input double StopLoss = 5; // การหยุดขาดทุนต่อการเทรดใน pip double dailyProfit = 0; // กำไรที่ทำได้ในวันนี้ // ฟังก์ชันเริ่มต้น int OnInit() { dailyProfit = 0; return(INIT_SUCCEEDED); } //
I need to compile my mt4 EA but there are some errors and warning if you can fix and compile send me your application I will select you upon Demo
i need someone to help me take 6 pieces of code from this script and simplify it into a new code .. . note this project is needed urgently in 2 to 5
Man on mayhem 30 - 100 USD
1. The idea of the trading system is as follows: market entries are performed when MACD's main and signal lines intersect in the current trend direction. 2. Trend is determined based on the Exponential Moving Average with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one, the trend is seen as growing (ema_current > ema_previous). Alternatively, if current EMA is below
We need an Expert Advisor for MetaTrader 5 that will be simply based on Rsi, chart patterns and price levels (e.g 2366,250)… Basically when the robot notices a chart pattern, for example “double top/M pattern” it enters a trade based on confirmation from Rsi & price level and the stop loss is moved to the entry price…That is all. The expert advisor is only for Xauusd/Gold…The expert advisor should target 10 pips
Hi, Expert should be Brazilian. I need the scalping ea for xauusd, usdjpy, AUDUSD, eurusd, gbpusd, nzdusd, uascad and usdchf with any strategy. But don't use buy limit in down trend and sell limit in sell trend. I need the profit with 0.5 usd minimum per trade
Hello, I am looking for an experience MQL5 coder who can help me automate my trading strategy. Since this is an advanced coding so I would appreciate if only an experienced coder reaches out. I have attached a word doc of strategy, if you think you can build it then do let me know. Thanks, Sadaquat
Grid hedging ea 30+ USD
I Need A Hedging Ea With Daily 2% of returns. I might think that ea work consistently. hedging Is The only Way To Make A Profit. That ea work in 1:200 Leverage and lot size is starting from 0.01

Proje bilgisi

Bütçe
50+ USD
Geliştirici için
45 USD