Expert based on Alligator crosses

MQL5 专家 外汇

指定

Develop an Expert Advisor (EA) for MetaTrader 5 based on the "Alligator modified" indicator (https://www.mql5.com/en/market/product/11406?source=Site+Market+MT5+Search+Rating006%3aalligator). The EA should place trades on the bar where a signal appears on a higher timeframe, provided the signal is confirmed on one or two lower timeframes. The Stop Loss should be set at the signal level indicated by the indicator. During testing in the strategy tester, charts of 2-3 different timeframes must be opened.

Example for 5 bars back:
H4


H1

M15

---

**Functional Requirements:**

1. **Signal Confirmation and Trade Execution:**
   - The EA should place trades when a signal appears on a higher timeframe.
   - The signal must be confirmed on one or two lower timeframes before execution - timeframes can be chosen in settings.
   - The trade is placed on the bar where the higher timeframe signal appears.
   - Define a number of bars back from the signal on the higher timeframe in which signals must align in the same direction.
   - If, for example, there are buy signals on H4 and H1, but on M15 both buy and sell signals exist, and the latest signal on M15 contradicts the buy signal (i.e., a sell appears after a buy), then such a trade should be ignored.
   - A time boundary must be set within which the confirmation signals on lower timeframes should appear. This boundary is determined by the number of bars on the higher timeframe. For example, if the higher timeframe is H4 and the boundary is set to 5 bars, confirming signals on lower timeframes must have appeared within the last 20 hours.
   - Implement a trade filter based on the distance between the signal level and the high/low of the signal bar. This ensures that the order and Stop Loss are neither too close nor too far apart.
   
2. **Stop Loss:**
   - The Stop Loss must be set at the signal level generated by the indicator.
   
3. **Timeframes Options:**
   - The EA should allow selection of multiple timeframes for signal confirmation.
   - The main signal comes from a higher timeframe.
   - Confirmation timeframes can be selected dynamically.

4. **Order Management:**
   - Open additional positions options:
     - On fractal
     - On fractal after trailing
     - No additional positions
   
   - Close position options:
     - Trailing on fractal
     - Trailing on bars
     - Close on profit in USD
   
5. **Risk Management:**
   - Ability to calculate risk as a percentage of the account balance.
   - Option to trade with a fixed lot size.
   
6. **Operational Modes:**
   - Alert mode (signals without execution)
   - Trading mode (automatic execution of trades)
   
7. **Manual Trade Management:**
   - Ability to manually close positions opened by the EA.
   
8. **Order Removal Logic:**
   - Orders must be removed when a cross-level is reached.

9. **Shift Options:**
   - Order placement shift
   - Stop Loss shift
   - Order removal shift
   
10. **Strategy Tester Compatibility:**
   - The EA should open charts of 2-3 different timeframes when running in the tester for visual analysis.


反馈

1
开发者 1
等级
(78)
项目
114
16%
仲裁
4
25% / 25%
逾期
10
9%
已载入
2
开发者 2
等级
(376)
项目
530
53%
仲裁
25
56% / 24%
逾期
6
1%
已载入
3
开发者 3
等级
(92)
项目
113
24%
仲裁
12
42% / 25%
逾期
8
7%
空闲
4
开发者 4
等级
(43)
项目
59
22%
仲裁
11
18% / 27%
逾期
5
8%
已载入
5
开发者 5
等级
(6)
项目
8
0%
仲裁
2
0% / 100%
逾期
3
38%
工作中
6
开发者 6
等级
(12)
项目
16
44%
仲裁
3
33% / 0%
逾期
0
工作中
7
开发者 7
等级
(408)
项目
727
49%
仲裁
57
16% / 49%
逾期
133
18%
工作中
8
开发者 8
等级
(21)
项目
23
26%
仲裁
2
100% / 0%
逾期
0
空闲
9
开发者 9
等级
(18)
项目
22
32%
仲裁
2
50% / 50%
逾期
0
工作中
10
开发者 10
等级
(143)
项目
188
19%
仲裁
18
44% / 17%
逾期
0
工作中
11
开发者 11
等级
(42)
项目
88
14%
仲裁
32
28% / 59%
逾期
36
41%
空闲
12
开发者 12
等级
(1)
项目
1
0%
仲裁
0
逾期
0
工作中
13
开发者 13
等级
项目
0
0%
仲裁
0
逾期
0
工作中
14
开发者 14
等级
(68)
项目
211
72%
仲裁
5
100% / 0%
逾期
1
0%
空闲
15
开发者 15
等级
(149)
项目
266
35%
仲裁
12
25% / 58%
逾期
42
16%
工作中
16
开发者 16
等级
(1882)
项目
3489
88%
仲裁
73
40% / 15%
逾期
267
8%
工作中
17
开发者 17
等级
(170)
项目
202
46%
仲裁
6
17% / 0%
逾期
11
5%
繁忙
18
开发者 18
等级
(522)
项目
596
33%
仲裁
33
39% / 42%
逾期
9
2%
繁忙
19
开发者 19
等级
(350)
项目
445
23%
仲裁
46
59% / 22%
逾期
51
11%
工作中
20
开发者 20
等级
(1)
项目
2
0%
仲裁
2
50% / 50%
逾期
0
空闲
21
开发者 21
等级
项目
0
0%
仲裁
0
逾期
0
空闲
22
开发者 22
等级
(16)
项目
20
0%
仲裁
9
0% / 78%
逾期
6
30%
空闲
23
开发者 23
等级
(14)
项目
14
14%
仲裁
8
25% / 13%
逾期
3
21%
繁忙
24
开发者 24
等级
(273)
项目
446
38%
仲裁
92
42% / 18%
逾期
72
16%
繁忙
25
开发者 25
等级
(270)
项目
546
49%
仲裁
55
40% / 36%
逾期
226
41%
工作中
相似订单
Creating a trading robot for mql4 and mql5 for trading news mainly usd, eurozone, gdp and aud To open trades soon after news release based on actual vs previous( can add a time delay to have an option to adjust entry time, to say maybe action trades after 1 minutes or so, visible on inputs) To be able to set multiple news upfront, or permanently set the news for recurrence every month. Specific news in terms monthly
Hello I have a ninjatrader script which I would like to convert into a mql5 EA. The source code will get provided in the comments. It's an easy code and less than 100 lines. NOTE - You must have at least 30 Reviews - You need to show proof that you converted scripts already - You need to know how to cleancode (line documentation) If you don't meet this criteria you get rejected immediately
Hello Developers, I'm seeking a highly skilled and experienced MQL developer to modify an existing MT4 grid and cascade system based on the following requirements: 🔹 Project Overview: Currently, the system places pending orders (Sell Stop & Sell Limit) based on manual Long or Sell settings. The task is to modify the system to simultaneously place both Long and Sell positions. In trend direction, an additional Long
Read description first I need an expert that can convert tradingview pine script to mt5 indicator, Please go through the code first and be very very sure that you can do the work, i don't want a situation where i will need to cancel the work, please lets avoid that, Please have a look at this strategy and see if we can use it. Basically we want to use the daily pivot lines to do certain trades. - the pivot lines are
convert three indicators for me, I have the source code available. These indicators should work on MT4, MT5 and Traingview1. ATR Probability levels: This is an MQL5 indicator which I have directly tested on MT4. The code is working but it doesn't show any description, there are no labels showing up. I need a ON/OFF button on MT5, because the indicator will be used in several time frames. And maybe a button on MT4
I want to create an expert advisor based on indicators and range with panel. Details of how the indicators will be, panel type and range will be provided when you are ready and interested to work with me. I will really appreciate if you can create a nice looking panel. I hope to be in connection with you soon
📌 EA Name: Atomic Analyst EA ⚙️ Entry Conditions: ✅ Sell Condition (Short Entry): Price is in a downtrend Indicator signals TP3 or TP5 Price starts dropping from the upper Fibonacci level Low volatility condition (optional) ✅ Buy Condition (Long Entry): Price is in an uptrend Potential to reach TP3 or TP5 levels Price starts rising from the lower Fibonacci level High volatility condition (optional) 📊 Exit
I would need a program that uses the Interactive Brokers API to retrieve data. Is this part of your skills? Thank you. I need a program that allows to enter a list of tickers (eg: AAPL, TSLA) on a specific date to retrieve the Open, High, Low, Close (OHLC) data of each ticker at the specific times from 04:00 to 19:00 (New York time - EST): - Generate a horizontal table in PDF, structured in a clear and readable way
I need MT5. Using stop loss, Tp and Trailing stop. Ability to place pending orders and enter positions at market execution following price actions and indicators provide, order block. , broker name exness, Triggering position automatically and also manually controlled And 1 hr time frame it’s perfect for me from a top down analysis from a daily. I Want a dashboard in MT5 for manual control but automatically take
Hello, *****Please read the following carefully. After you read it, I am looking for someone who takes the time to actually write a message with some suggestions that spark my interest and show me that the description was read carefully. Looking forward to it :)***** I am looking for a very experienced programmer, who can help me with an EA for MT4 that I can use to backtest a strategy, to give me signals and also to

项目信息

预算
100 - 200 USD
截止日期
 5 天

客户

所下订单2
仲裁计数0