EA to recognize signals based on indicators, put pending orders and manage positions with Trail Stops.

MQL4 Asesores Expertos

Trabajo finalizado

Plazo de ejecución 13 días
Comentario del Cliente
Nice job

Tarea técnica

Resume of the EA.

EA is based on signals given by three indicators. When this signals are valid and true, EA draw in the chart with the Fibonacci Retracements Tool certains levels to know Stop Loss, Entry Level, Take profit and a other level. Price interacts with these levels and EA will be able to put pending orders (Buy stop for BUY / Sell stop  for SELL). Finally if order is opened, EA manage the position with Trail Stops until trade is closed by price hit Stop Level or Take Profit.

Indicators (The 3 indicators are attached)

1. Hull Moving Average period 20 and Hull Moving Average period 10: Use for know the trend. I use HMA mladen, indicator is attached.
2. Demark_trend_new: Only use for know Tom Demark Points Level 1 Supply and Demand. For know pivot points. Indicator is attached.
3. TMS_Osc: For know momentum and confirm trend. 

* For more knowledge, HMA and TMS_Osc are used to know trend. Tom Demark Point Level 1 in addition with HMA and TMS_osc with same trend are used to know pivot points to continue the trend.

¿What is a Tom Demark Point Supply or Demand, Level 1? Figure 1

Tom Demark Demand Point:

- On a three consecutive candles A+B+C, the low of B candle is lowest than the lows of A and C candles. 

Tom Demark Supply Point:

- On a three consecutive candles A+B+C, the high of B candle is higher than the highs of A and C candles.


Signals (on a pattern on four consecutive candles A+B+C+D)

- BUY: (figure 2)
1. Tom Demark Demand Point, Level 1, on 3 consecutive candles A+B+C.
2. Hull Moving Average period 20 and period 10 are both up and with same colour (green) from B to C candles.
3. TMS_Osc: RSI Signal (Green) > Trade Signal (Red) and RSI Signal up (Never Flat), from B to C candles.

- SELL: (figure 3)
1. Tom Demark Supply Point, Level 1, on candles A+B+C.
2. Hull Moving Average period 20 and period 10 are both down and with same colour (orange) from B to C candles.
3. TMS_Osc: RSI Signal (Green) < Trade Signal (Red) and RSI Signal down (Never Flat), from B to C Candles.

When EA recognize the anterior valid signals, at open of candle D, EA draw in the chart with the help of Fibonacci Retracements Tool various levels:

+ To draw Fibo Retracements: 

- BUY: From Highest High to Lowest Low of B+C candles. (figure 4)
- SELL: From Lowest Low to Highest High of B+C candles (figure 5)

+ Levels and prices to know and put in parametres:
- Level 0: Stop Loss. (For BUY is situated in the Lowest Low of B+C Candles / For SELL is situated in the Highest High of B+C Candles)
- Level 1: Entry Level. (For BUY is situated in the Highest High of B+C Candles / For SELL is situated in the Lowest Low of B+C Candles)
- Level 1.5: Level that price reacts with him and, in different situations, EA move SL. (Trail Stop)
- Level 2: Take Profit Level.

If signals are valid and EA draw Fibo Levels, at open of candle D, EA put a pending order with the next parametres:

- BUY: 
+ Type of pending order: BUY STOP
+ Stop Loss: Price of Level 0
+ Take Profit: Price of Level 2
+ Entry Level: Price of Level 1 +1 pip buffer to avoid false signals.
+ Volume or Lot size: ALWAYS 2% of equity.
+ Expiration: ALWAYS 1 candle expiration (If candle D not able to open order, cancel it at close of candle D)

- SELL 
+ Type of pending order: SELL STOP
+ Stop Loss: Price of Level 0
+ Take Profit: Price of Level 2
+ Entry Level: Price of Level 1 -1 pip buffer to avoid false signals.
+ Volume or Lot size: ALWAYS 2% of equity.
+ Expiration: ALWAYS 1 candle expiration (If candle D not able to open order, cancel it at close of candle D)

If the pending order is open, EA always acts with candles closed. Never acts while candle is forming.

Positions always are closed when price hit Take Profit or Stop Loss.

If order is opened EA must be manage positions with Trail Stop when candles closes. There are different situations and EA must reacts:
- OPEN POSITION WITH BUY STOP: 

1. If price closes between Level 1 and Level 0 and price not be able to reach Level 1.5 = Stop Loss remains in Level 0
2. If price closes between Level 1 and Level 0 and price was able to reach Level 1.5 while candle is forming = Stop Loss remains in Level 0, but
- if the following candles close between Level 1 and Level 1.5 = Stop Loss move to Level 1, or
- if the following candles closes above Level 1.5 = Stop Loss move to level 1.5
3. If price closes between Level 1 and Level 1.5 and price not be able to reach Level 1.5 = Stop Loss remains in Level 0
4. If price closes between Level 1 and Level 1.5 but while candle is forming, price was able to reach Level 1.5 = Stop Loss move to Level 1 +1 pip
5. If price closes above Level 1.5 and not reach Take Profit = Stop Loss move to Level 1.5
6. If price hit Level 2 (Take Profit), position closes.
7. If price hit Stop Loss, position closes.

- OPEN POSITION WITH SELL STOP: 

1. If price closes between Level 1 and Level 0 and price not be able to reach Level 1.5 = Stop Loss remains in Level 0
2. If price closes between Level 1 and Level 0 and price was able to reach Level 1.5 while candle is forming = Stop Loss remains in Level 0, but
- if the following candles close between Level 1 and Level 1.5 = Stop Loss move to Level 1, or
- if the following candles close below Level 1.5 = Stop Loss move to level 1.5
3. If price closes between Level 1 and Level 1.5 and price not be able to reach Level 1.5 = Stop Loss remains in Level 0
4. If price closes between Level 1 and Level 1.5 but while candle is forming, price was able to reach Level 1.5 = Stop Loss move to Level 1 +1 pip
5. If price closes below Level 1.5 and not reach Take Profit = Stop Loss move to Level 1.5
6. If price hit Level 2 (Take Profit), position closes.
7. If price hit Stop Loss, position closes.

For more knowledge, I attached examples of trading in the next steps of negotation.

When trade is open, EA must send an e-mail.
When trade is opean, EA Must send an alarm to MT4
When trade is closed, EA Must send and email.
When trade is closed, EA must send an alarm to MT4.

EA can work with any Time Frame.

EA must only open 1 trade for any Symbol, never 2 or more trades at the sime time. If position is closed, EA must be able to open 1 more trade, but never 2 or more.

Lot size is always  2% of equity.

EA must work with EURUSD and GBPUSD.

Figure 1

Figure 2

Fig 3

Fig 4

Fig 5


Han respondido

1
Desarrollador 1
Evaluación
(453)
Proyectos
512
33%
Arbitraje
25
40% / 48%
Caducado
7
1%
Trabajando
2
Desarrollador 2
Evaluación
(5)
Proyectos
9
0%
Arbitraje
5
20% / 20%
Caducado
1
11%
Libre
3
Desarrollador 3
Evaluación
(1235)
Proyectos
2820
80%
Arbitraje
156
22% / 43%
Caducado
488
17%
Libre
4
Desarrollador 4
Evaluación
(2422)
Proyectos
3042
66%
Arbitraje
77
48% / 14%
Caducado
340
11%
Trabaja
5
Desarrollador 5
Evaluación
(2077)
Proyectos
2636
61%
Arbitraje
113
45% / 26%
Caducado
418
16%
Trabaja
6
Desarrollador 6
Evaluación
(236)
Proyectos
440
26%
Arbitraje
125
21% / 57%
Caducado
96
22%
Trabaja
7
Desarrollador 7
Evaluación
(221)
Proyectos
369
66%
Arbitraje
10
50% / 0%
Caducado
46
12%
Libre
8
Desarrollador 8
Evaluación
(19)
Proyectos
35
26%
Arbitraje
10
30% / 70%
Caducado
5
14%
Libre
9
Desarrollador 9
Evaluación
(258)
Proyectos
395
28%
Arbitraje
69
19% / 49%
Caducado
120
30%
Libre
10
Desarrollador 10
Evaluación
(563)
Proyectos
932
47%
Arbitraje
301
59% / 25%
Caducado
124
13%
Trabaja
11
Desarrollador 11
Evaluación
(253)
Proyectos
407
38%
Arbitraje
85
42% / 19%
Caducado
70
17%
Trabajando
12
Desarrollador 12
Evaluación
(66)
Proyectos
95
28%
Arbitraje
20
25% / 55%
Caducado
24
25%
Libre
13
Desarrollador 13
Evaluación
(41)
Proyectos
46
28%
Arbitraje
9
0% / 100%
Caducado
7
15%
Libre
14
Desarrollador 14
Evaluación
(54)
Proyectos
65
52%
Arbitraje
5
40% / 60%
Caducado
22
34%
Trabaja
Solicitudes similares
Hi, I have an indicator from my friend, I want to copy it to my own MT5 can you do that for me. Here is the link
I'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange and forex market. I already have some source code to a strategy but would like to enhance it to make it profitable and automated
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
Hello Every one, Good day, I want from someone professional to create an EA is working on Mt5, This EA is working by depend on some indicators, and all those indicators must be working on MACD window, not on the chart, for more details please read my attached pdf file carefully. Many Thanks
I'm looking for an expert MQL5 developer that can create an EA that's based on my price action trading strategy with no indicators. The EA must analyze trades based on my price action rules, enter trades based on my price action rules, manage trades based on my price action rules and exit trades based on my price action rules
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link

Información sobre el proyecto

Presupuesto
100 - 250 USD
IVA (21%): 21 - 52.5 USD
Total: 121 - 302.5 USD
Para el ejecutor
90 - 225 USD
Plazo límite de ejecución
de 1 a 12 día(s)