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

MQL4 Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 13 gün
Müşteri tarafından geri bildirim
Nice job

İş Gereklilikleri

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


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(453)
Projeler
512
33%
Arabuluculuk
25
40% / 48%
Süresi dolmuş
7
1%
Yüklendi
2
Geliştirici 2
Derecelendirme
(5)
Projeler
9
0%
Arabuluculuk
5
20% / 20%
Süresi dolmuş
1
11%
Serbest
3
Geliştirici 3
Derecelendirme
(1235)
Projeler
2820
80%
Arabuluculuk
156
22% / 43%
Süresi dolmuş
488
17%
Serbest
4
Geliştirici 4
Derecelendirme
(2422)
Projeler
3042
66%
Arabuluculuk
77
48% / 14%
Süresi dolmuş
340
11%
Çalışıyor
5
Geliştirici 5
Derecelendirme
(2077)
Projeler
2636
61%
Arabuluculuk
113
45% / 26%
Süresi dolmuş
418
16%
Çalışıyor
6
Geliştirici 6
Derecelendirme
(236)
Projeler
440
26%
Arabuluculuk
125
21% / 57%
Süresi dolmuş
96
22%
Çalışıyor
7
Geliştirici 7
Derecelendirme
(221)
Projeler
369
66%
Arabuluculuk
10
50% / 0%
Süresi dolmuş
46
12%
Serbest
8
Geliştirici 8
Derecelendirme
(19)
Projeler
35
26%
Arabuluculuk
10
30% / 70%
Süresi dolmuş
5
14%
Serbest
9
Geliştirici 9
Derecelendirme
(258)
Projeler
395
28%
Arabuluculuk
69
19% / 49%
Süresi dolmuş
120
30%
Serbest
10
Geliştirici 10
Derecelendirme
(563)
Projeler
932
47%
Arabuluculuk
301
59% / 25%
Süresi dolmuş
124
13%
Çalışıyor
11
Geliştirici 11
Derecelendirme
(253)
Projeler
407
38%
Arabuluculuk
85
42% / 19%
Süresi dolmuş
70
17%
Yüklendi
12
Geliştirici 12
Derecelendirme
(66)
Projeler
95
28%
Arabuluculuk
20
25% / 55%
Süresi dolmuş
24
25%
Serbest
13
Geliştirici 13
Derecelendirme
(41)
Projeler
46
28%
Arabuluculuk
9
0% / 100%
Süresi dolmuş
7
15%
Serbest
14
Geliştirici 14
Derecelendirme
(54)
Projeler
65
52%
Arabuluculuk
5
40% / 60%
Süresi dolmuş
22
34%
Çalışıyor
Benzer siparişler
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

Proje bilgisi

Bütçe
100 - 250 USD
KDV (21%): 21 - 52.5 USD
Toplam: 121 - 302.5 USD
Geliştirici için
90 - 225 USD
Son teslim tarihi
from 1 to 12 gün