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%
工作中
相似订单
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
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance

项目信息

预算
100 - 250 USD
VAT (21%): 21 - 52.5 USD
总计: 121 - 302.5 USD
开发人员
90 - 225 USD
截止日期
 1  12 天