Developer to build a simple EA

指定

I need a developer for a trading robot that works on my phone.                                                                 The idea of the trading system is as follows: market entries are performed when MACD's main and signal lines intersect in the current trend direction.

2. Trend is determined based on the Exponential Moving Average with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one, the trend is seen as growing (ema_current > ema_previous). Alternatively, if current EMA is below the previous one, the trend is considered to be falling (ema_current< ema_previous). 

3. Trading Signals:

  • Buy signal: the main MACD line crosses the signal line upwards (macd_current>signal_current && macd_previous<signal_previous).
  • Sell signal: the main MACD line crosses the signal line downwards (macd_current<signal_current && macd_previous>signal_previous). The below figure shows Buy and Sell cases.

  • MACD_Sample__2.png

4. Positions are closed at opposite signals: Buy positions are closed at Sell signals, and Sell positions are closed at Buy signals.

5. Positions are opened at the market price, when a new bar emerges. The Expert Advisor is to be tested using Open prices, so there is no need to add functions for disabling operations inside the bar. 

6. Additional filters for opening a position:

The absolute value of MACD's main line will be used to filter out weak signals: the signal is only confirmed if this value is greater than open_level (in points). Signal confirmation conditions are as follows:

  • Confirmation of a buy signal: Abs(macd_current)>open_level
  • Confirmation of a sell signal: macd_current>open_level


7. Additional filters for closing a position:

The absolute value of MACD's main line will also be used to confirm position closure: the signal is confirmed if this value is greater than close_level (in points). Close signal confirmation conditions are as follows:

  • Confirmation to close Buy positions — macd_current>close_level
  • Confirmation to close Sell positions — Abs(macd_current)>close_level

8. Close by Take Profit — during position opening, a Take Profit level is set at a fixed distance from the open price, specified in points. The value is set in the InpTakeProfit input parameter.

9. Position management

TrailngStop is used to protect profit. Stop Loss is set if profit in points exceeds the value specified in the InpTrailingStop parameter. If the price continues to move in the profit direction, Stop Loss should be trailed at the given distance. Stop Loss cannot be moved towards the loss direction, i.e. the Stop Loss value cannot be increased. If none of protective orders (Take Profit or Stop Loss) triggers, the position should be closed by an opposite signal. No other position exit methods are available.

反馈

1
开发者 1
等级
(393)
项目
549
40%
仲裁
30
57% / 3%
逾期
57
10%
工作中
发布者: 11 代码
2
开发者 2
等级
(253)
项目
316
29%
仲裁
34
26% / 65%
逾期
10
3%
空闲
3
开发者 3
等级
(64)
项目
83
28%
仲裁
9
33% / 56%
逾期
9
11%
空闲
发布者: 1 代码
4
开发者 4
等级
(13)
项目
20
40%
仲裁
1
0% / 100%
逾期
1
5%
空闲
5
开发者 5
等级
(378)
项目
486
24%
仲裁
59
54% / 25%
逾期
55
11%
已载入
6
开发者 6
等级
(18)
项目
22
9%
仲裁
6
33% / 50%
逾期
1
5%
已载入
7
开发者 7
等级
(1)
项目
0
0%
仲裁
2
0% / 100%
逾期
0
空闲
8
开发者 8
等级
(2)
项目
2
0%
仲裁
0
逾期
0
空闲
发布者: 1 代码
9
开发者 9
等级
项目
0
0%
仲裁
0
逾期
0
空闲
10
开发者 10
等级
(50)
项目
64
20%
仲裁
11
27% / 55%
逾期
5
8%
空闲
11
开发者 11
等级
(627)
项目
989
47%
仲裁
33
36% / 36%
逾期
98
10%
工作中
发布者: 6 代码
12
开发者 12
等级
(15)
项目
19
16%
仲裁
5
40% / 40%
逾期
0
空闲
13
开发者 13
等级
(457)
项目
795
49%
仲裁
71
17% / 54%
逾期
139
17%
空闲
14
开发者 14
等级
(23)
项目
34
53%
仲裁
1
100% / 0%
逾期
1
3%
空闲
15
开发者 15
等级
(22)
项目
21
10%
仲裁
4
25% / 75%
逾期
0
空闲
16
开发者 16
等级
(16)
项目
35
23%
仲裁
4
0% / 50%
逾期
2
6%
工作中
17
开发者 17
等级
(3)
项目
3
0%
仲裁
0
逾期
0
空闲
18
开发者 18
等级
项目
0
0%
仲裁
0
逾期
0
空闲
19
开发者 19
等级
(563)
项目
651
33%
仲裁
41
41% / 46%
逾期
11
2%
繁忙
20
开发者 20
等级
(2)
项目
3
33%
仲裁
1
0% / 100%
逾期
0
空闲
21
开发者 21
等级
项目
0
0%
仲裁
0
逾期
0
空闲
22
开发者 22
等级
(3)
项目
1
100%
仲裁
3
0% / 100%
逾期
0
空闲
23
开发者 23
等级
(2317)
项目
2916
63%
仲裁
124
44% / 25%
逾期
429
15%
工作中
24
开发者 24
等级
(187)
项目
243
20%
仲裁
22
50% / 18%
逾期
0
工作中
25
开发者 25
等级
(7)
项目
5
0%
仲裁
6
0% / 83%
逾期
1
20%
工作中
26
开发者 26
等级
(16)
项目
18
28%
仲裁
0
逾期
3
17%
空闲
27
开发者 27
等级
(311)
项目
557
35%
仲裁
79
32% / 43%
逾期
202
36%
工作中
28
开发者 28
等级
(360)
项目
432
54%
仲裁
20
55% / 15%
逾期
29
7%
工作中
29
开发者 29
等级
(1)
项目
1
0%
仲裁
1
0% / 100%
逾期
0
空闲
30
开发者 30
等级
(12)
项目
16
13%
仲裁
4
50% / 25%
逾期
4
25%
已载入
31
开发者 31
等级
(11)
项目
15
20%
仲裁
0
逾期
5
33%
工作中
32
开发者 32
等级
(32)
项目
33
61%
仲裁
1
100% / 0%
逾期
1
3%
工作中
发布者: 5 代码
33
开发者 33
等级
(296)
项目
475
40%
仲裁
105
40% / 24%
逾期
80
17%
繁忙
发布者: 2 代码
34
开发者 34
等级
项目
0
0%
仲裁
0
逾期
0
空闲
35
开发者 35
等级
(45)
项目
91
13%
仲裁
34
26% / 59%
逾期
37
41%
空闲
36
开发者 36
等级
(6)
项目
7
14%
仲裁
1
0% / 100%
逾期
1
14%
空闲
37
开发者 37
等级
项目
0
0%
仲裁
0
逾期
0
空闲
38
开发者 38
等级
项目
0
0%
仲裁
0
逾期
0
空闲
39
开发者 39
等级
(6)
项目
5
0%
仲裁
2
50% / 50%
逾期
2
40%
空闲
相似订单
Mk 30+ USD
I need a fully automated trading robot designed to generate consistent profits while strictly controlling risk and minimizing losses. The robot should use a combination of strategies, including trend-following, scalping, and price action, and must be able to adapt to different market conditions such as trending and ranging markets. It should analyze the market using indicators like Moving Averages, RSI, MACD, and
Seeking developer service to code an EA. Interested developer must have good experience and understanding on how ORB and FVG works, and agreed to the terms below : 1. Shall demonstrate a fully functional EA that operates as specified in the requirement and function automatically as requested in real-time environment (forward test - demo/live), regardless of good results obtained in strategy-tester. Backtesting
Need trading robot 50 - 70 USD
I need a robot for trading gold and currencies . I need to use it with metatrader 4 and 5 . My budget is not high . Max . 70 USD. I need to be able to start and stop it at any time without restrictions
am looking for an experienced MQL5 developer to build a high-frequency trading Expert Advisor (EA) for XAUUSD (Gold) on M1 and M5 timeframes . The EA must include advanced execution logic, dynamic pending orders, risk management, and news/session filters. Clean, efficient, and well-documented code is required. Strategy type: Scalping (fast trades, quick profit). Very fast execution logic (optimized for speed). Goal
Title: MT5 EA Needed – Prop‑Firm Compliance Tool (SL/TP at Entry, 60‑Second Hold, Daily Profit Cap, 0.5% XAUUSD Risk) Description: I need an MT5 Expert Advisor that enforces prop‑firm compliance rules for Instant Funding accounts. The EA must NOT trade automatically — it should only monitor and control my manual XAUUSD trading. I trade all sessions, so there should be no time restrictions. MY TRADING STYLE (Important
​1. Project Overview ​ Asset: XAUUSD (Gold) ​ Timeframe: M1 (1-Minute) for execution; M5/M15 for trend filtering. ​ Objective: Execute high-frequency scalps during peak liquidity (London/NY overlap) to capture 10–30 pip movements with high precision. ​ Core Logic: The "Poverty Bot" strategy relies on Mean Reversion combined with Momentum Burst (Price Action + RSI/EMA filters). ​2. Strategy Logic (The "Poverty"
Simple MA indicator with buy and sell arrow with a push notification. Conditions for buy or sell should be when price breaks above or below the MA and then retraced back to the MA creating a HH/HL or LH/LL then the buy/sell signal arrow should be at the reversal candle that forms the HL/HH. And on indicator window1 RSI cross over MA and the RSI line
Hi, I hope you doing Greate, Let me share details , so the original EA already working but you can check and verify everything fine.First you verify that all original EA features are working correctly then add a user dashboard showing the number of detected zones, buy sell both none status, and an on off button. also ensure mitigated zones disappear properly and that trades follow the zone rules, and integrate the
I need a high-speed Expert Advisor (EA) for MT5 designed specifically for XAUUSD (Gold) scalping. The bot should focus on fast entries and quick profits with high efficiency. Main requirements: 1. Symbol: XAUUSD (Gold only). 2. Platform: MetaTrader 5. 3. Strategy type: Scalping (fast trades, quick profit). 4. The bot should open trades frequently based on fast market movements. 5. Small Take Profit (quick profit
A perfect indicator 30 - 80 USD
Merge nearby zones yes/no Alert on/off Label on/off Show only current relevant zones near price yes/no Distance filter from current price Zone transparency Colors Preferred Output on Chart: I want the indicator to show only: the strongest nearby support zones under price the strongest nearby resistance zones above price major higher timeframe zones clean chart view I do not want excessive clutter. Entry Assistance

项目信息

预算
50 - 100 USD
截止日期
 1  3 天