EA based on 15/30 min candle closing above a specific level in a session

MQL5 Asesores Expertos

Tarea técnica

Hi, 


I would enlist bids to create an EA, based on the following steps


1. Session Time - the EA will only take a trade during the selected time window, Example 8.30pm to 11.00pm (GMT+8). The example is for a bulllish candle for Buys entry. 

Entry criteria 1 - A level for buys will be marked by drawing a horizontal line (Example GBPJPY 194.252 Green Line)

Entry criteria 2 - A 15min or 30 min candle to close above the range (Green Line) during the specified trading window timing. Once this is satisfied, will proceed to the next step.

Entry criteria 3 - The following (next) 15min or 30 min must first create a bottom wick (min. 2 pips for a 15 min candle and 3 pips for a 30 min candle).  Once this is satisfied, will proceed to the next step.

Entry criteria 4 - Once the 15min or 30 min candle creates a bottom wick, the high for the candle is identified.  (Example GBPJPY 194.285 Red Line).  Once this is satisfied, will proceed to the next step.

Entry criteria 5 - The Expert Adv. will activate a buys once the same candle breaks the high stated in  Entry criteria 4. (In the example, refer to the blue arrow). 


Lot Size Management : 0.05 lot or as determined. 

Position Management 1 : TP and SL will be manually set, position is set to Break Even at x number of pips. 

Position Management 2 : Option to close position at the end of the current 15/30 min candle or at the end of the next 5/30 min candle.

Optional : Alert indicator window to show the status of the EA. 

Pairs : All major FX and Commodities

The opposite to activate a sell position.



Archivos adjuntos:

JPG
MQL5-1.jpg
153.7 Kb

Han respondido

1
Desarrollador 1
Evaluación
(601)
Proyectos
937
46%
Arbitraje
31
39% / 29%
Caducado
93
10%
Libre
2
Desarrollador 2
Evaluación
(37)
Proyectos
49
37%
Arbitraje
0
Caducado
0
Libre
3
Desarrollador 3
Evaluación
(38)
Proyectos
62
34%
Arbitraje
4
25% / 50%
Caducado
7
11%
Trabajando
4
Desarrollador 4
Evaluación
(2125)
Proyectos
2696
62%
Arbitraje
116
45% / 25%
Caducado
420
16%
Trabaja
5
Desarrollador 5
Evaluación
(136)
Proyectos
178
18%
Arbitraje
17
47% / 18%
Caducado
0
Trabaja
6
Desarrollador 6
Evaluación
(2464)
Proyectos
3102
66%
Arbitraje
77
48% / 14%
Caducado
340
11%
Trabaja
7
Desarrollador 7
Evaluación
(30)
Proyectos
42
19%
Arbitraje
7
29% / 43%
Caducado
5
12%
Libre
8
Desarrollador 8
Evaluación
(49)
Proyectos
76
43%
Arbitraje
3
0% / 100%
Caducado
1
1%
Trabaja
9
Desarrollador 9
Evaluación
(497)
Proyectos
568
33%
Arbitraje
28
43% / 43%
Caducado
9
2%
Ocupado
10
Desarrollador 10
Evaluación
(50)
Proyectos
58
52%
Arbitraje
1
0% / 100%
Caducado
1
2%
Trabaja
11
Desarrollador 11
Evaluación
(205)
Proyectos
210
28%
Arbitraje
0
Caducado
3
1%
Libre
12
Desarrollador 12
Evaluación
(66)
Proyectos
200
72%
Arbitraje
4
100% / 0%
Caducado
1
1%
Libre
13
Desarrollador 13
Evaluación
(12)
Proyectos
16
44%
Arbitraje
1
100% / 0%
Caducado
0
Libre
14
Desarrollador 14
Evaluación
(560)
Proyectos
1348
59%
Arbitraje
28
82% / 0%
Caducado
10
1%
Libre
15
Desarrollador 15
Evaluación
(131)
Proyectos
166
43%
Arbitraje
20
60% / 20%
Caducado
9
5%
Trabajando
16
Desarrollador 16
Evaluación
(37)
Proyectos
44
36%
Arbitraje
0
Caducado
3
7%
Libre
17
Desarrollador 17
Evaluación
(564)
Proyectos
933
47%
Arbitraje
303
59% / 25%
Caducado
125
13%
Trabaja
Solicitudes similares
This is an easy job this should take a few hours, I dont wait to wait until you finish 4 jobs and have me waiting I need this job completed ASAP, we I have an indicator-based Expert Advisor (EA) for MetaTrader 5 that needs the following corrections: Important Allow the EA to open all trades immediately AFTER the indicator lines COMPLETELY CROSS, t he trade should trigger as soon as a complete indicator crossover
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
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

Información sobre el proyecto

Presupuesto
50 - 150 USD
Para el ejecutor
45 - 135 USD
Plazo límite de ejecución
a 10 día(s)