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

MQL4 Эксперты

Работа завершена

Время выполнения 13 дней
Отзыв от заказчика
Nice job

Техническое задание

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


Откликнулись

1
Разработчик 1
Оценка
(453)
Проекты
512
33%
Арбитраж
25
40% / 48%
Просрочено
7
1%
Загружен
2
Разработчик 2
Оценка
(5)
Проекты
9
0%
Арбитраж
5
20% / 20%
Просрочено
1
11%
Свободен
3
Разработчик 3
Оценка
(1235)
Проекты
2820
80%
Арбитраж
156
22% / 43%
Просрочено
488
17%
Свободен
4
Разработчик 4
Оценка
(2422)
Проекты
3042
66%
Арбитраж
77
48% / 14%
Просрочено
340
11%
Работает
5
Разработчик 5
Оценка
(2077)
Проекты
2636
61%
Арбитраж
113
45% / 26%
Просрочено
418
16%
Работает
6
Разработчик 6
Оценка
(236)
Проекты
440
26%
Арбитраж
125
21% / 57%
Просрочено
96
22%
Работает
7
Разработчик 7
Оценка
(221)
Проекты
369
66%
Арбитраж
10
50% / 0%
Просрочено
46
12%
Свободен
8
Разработчик 8
Оценка
(19)
Проекты
35
26%
Арбитраж
10
30% / 70%
Просрочено
5
14%
Свободен
9
Разработчик 9
Оценка
(258)
Проекты
395
28%
Арбитраж
69
19% / 49%
Просрочено
120
30%
Свободен
10
Разработчик 10
Оценка
(563)
Проекты
932
47%
Арбитраж
301
59% / 25%
Просрочено
124
13%
Работает
11
Разработчик 11
Оценка
(253)
Проекты
407
38%
Арбитраж
85
42% / 19%
Просрочено
70
17%
Загружен
12
Разработчик 12
Оценка
(66)
Проекты
95
28%
Арбитраж
20
25% / 55%
Просрочено
24
25%
Свободен
13
Разработчик 13
Оценка
(41)
Проекты
46
28%
Арбитраж
9
0% / 100%
Просрочено
7
15%
Свободен
14
Разработчик 14
Оценка
(54)
Проекты
65
52%
Арбитраж
5
40% / 60%
Просрочено
22
34%
Работает
Похожие заказы
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

Информация о проекте

Бюджет
100 - 250 USD
VAT (21%): 21 - 52.5 USD
Итого: 121 - 302.5 USD
Исполнителю
90 - 225 USD
Сроки выполнения
от 1 до 12 дн.