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 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
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en

プロジェクト情報

予算
100 - 250 USD
VAT(付加価値税) (21%): 21 - 52.5 USD
合計: 121 - 302.5 USD
開発者用
90 - 225 USD
締め切り
最低 1 最高 12 日