Expert Advisor and Indicator Needed for Elite Sniper Strategy (MT4)

Specification

I'm looking for a skilled MQL4 developer to create both an Expert Advisor (EA) and a Custom Indicator based on my Elite Sniper Strategy. The solution is for MetaTrader 4, not MT5.

Strategy Rules:

1. Trend Direction Confirmation

  • Price must be above (for buys) or below (for sells) the 200 EMA on the current timeframe.

  • The D1 (daily) EMA must match the direction (e.g., both trending up for buys).

2. Momentum Confirmation

  • ADX > 25 on the current timeframe.

  • ADX must be rising (i.e., current ADX > previous ADX).

  • D1 ADX > 25 confirms momentum on the higher time frame.

3. Price Action Confirmation

  • Candle must close beyond recent swing high or low (breakout).

  • Candle must have a strong body (body ≥ 50% of full candle range).

  • There must be no inside bars in the last 3 candles.

4. Volatility Confirmation

  • Volume spike: current volume > 1.2× 5-bar moving average volume.

  • Candle range must be ≥ 70% of ATR(14).

5. Trend Slope Confirmation

  • The 200 EMA must be sloped in the direction of the trade (upward for buys, downward for sells).

6. Time Filter

  • Only allow trades between 03:00 and 17:00 (chart/broker time).

  • Optional: Only allow trades on the top of the hour or every 15 minutes (toggle setting).

7. Visuals and Alerts

  • On a valid signal, draw an arrow or rectangle on the signal candle.

  • Send push notification and/or pop-up alert with this breakdown:


OPEN TRADE - BUY on GBP/USD

ADX: 27.34 (rising: true)

HTF ADX: 29.12

HTF Trend: UP

EMA Slope: UP

Breakout: YES

Strong Body: YES

Volume Spike: YES

ATR OK: YES

No Inside Bar: YES


Expert Advisor Features:

  • Use the above conditions to trigger trades automatically.

  • User-defined input settings (lot size, SL, TP, max spread, session hours).

  • SL and TP calculated in pips.

  • Option to disable auto-trading and use it as a signal-only EA.



Indicator Features:

  • Same logic, but only marks valid setups visually with arrows/rectangles.

  • Includes alert notifications (push, sound, email optional).

  • Toggle which confirmations to display.





Responded

1
Developer 1
Rating
(881)
Projects
1400
67%
Arbitration
118
31% / 42%
Overdue
215
15%
Loaded
Published: 1 code
2
Developer 2
Rating
(45)
Projects
64
22%
Arbitration
10
20% / 30%
Overdue
6
9%
Loaded
3
Developer 3
Rating
(2)
Projects
0
0%
Arbitration
1
0% / 0%
Overdue
0
Working
4
Developer 4
Rating
(232)
Projects
330
24%
Arbitration
19
63% / 21%
Overdue
1
0%
Loaded
5
Developer 5
Rating
(8)
Projects
8
13%
Arbitration
0
Overdue
1
13%
Busy
6
Developer 6
Rating
(3)
Projects
4
0%
Arbitration
0
Overdue
0
Free
7
Developer 7
Rating
(30)
Projects
39
33%
Arbitration
0
Overdue
1
3%
Working
8
Developer 8
Rating
(529)
Projects
606
33%
Arbitration
33
39% / 45%
Overdue
9
1%
Loaded
9
Developer 9
Rating
(363)
Projects
461
24%
Arbitration
48
58% / 21%
Overdue
52
11%
Working
10
Developer 10
Rating
(4)
Projects
5
0%
Arbitration
0
Overdue
1
20%
Working
11
Developer 11
Rating
(1897)
Projects
3508
88%
Arbitration
73
40% / 15%
Overdue
268
8%
Working
12
Developer 12
Rating
(278)
Projects
498
36%
Arbitration
63
33% / 35%
Overdue
178
36%
Loaded
13
Developer 13
Rating
(220)
Projects
226
29%
Arbitration
0
Overdue
3
1%
Free
Published: 2 codes
14
Developer 14
Rating
(564)
Projects
933
47%
Arbitration
302
59% / 25%
Overdue
125
13%
Working
15
Developer 15
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
16
Developer 16
Rating
(255)
Projects
576
36%
Arbitration
64
20% / 58%
Overdue
147
26%
Free
Published: 1 article, 22 codes
17
Developer 17
Rating
(2537)
Projects
3203
66%
Arbitration
77
48% / 14%
Overdue
341
11%
Working
Published: 1 code
18
Developer 18
Rating
(596)
Projects
1401
59%
Arbitration
31
81% / 0%
Overdue
10
1%
Free
19
Developer 19
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
20
Developer 20
Rating
(393)
Projects
622
33%
Arbitration
29
69% / 7%
Overdue
19
3%
Working
21
Developer 21
Rating
(502)
Projects
536
53%
Arbitration
12
67% / 17%
Overdue
3
1%
Free
22
Developer 22
Rating
(133)
Projects
160
49%
Arbitration
20
15% / 50%
Overdue
22
14%
Working
23
Developer 23
Rating
(63)
Projects
143
45%
Arbitration
19
42% / 16%
Overdue
32
22%
Free
24
Developer 24
Rating
(4)
Projects
3
33%
Arbitration
0
Overdue
0
Free
25
Developer 25
Rating
(270)
Projects
548
49%
Arbitration
55
40% / 36%
Overdue
226
41%
Working
26
Developer 26
Rating
(40)
Projects
46
28%
Arbitration
4
25% / 25%
Overdue
0
Free
27
Developer 27
Rating
(70)
Projects
217
71%
Arbitration
6
100% / 0%
Overdue
1
0%
Free
28
Developer 28
Rating
(2)
Projects
2
0%
Arbitration
1
0% / 0%
Overdue
2
100%
Free
Published: 1 code
Similar orders
//+------------------------------------------------------------------+ //| XAUUSD Ultimate EA | //| Trend + Momentum + News Filter | //+------------------------------------------------------------------+ input string TRADE_SETUP = "--- Trading Settings ---"; input double RiskPerTrade = 1.0; // Risk % per trade input int ATR_Period = 14; // ATR period for
I need an expert developer for an MT5 EA . You will be able to create an EA that first runs a TOP DOWN ANALYSIS using a candle stick formation, and then goes on to execute a trade using the RSI+Stoch+candle stick confluence. Every other thing that will be contained in the parameter list will be provided in a full description. The Logic of the EA will be explained properly for a clearer understanding. Please i need
I want to make a simple EA based of 2-3 indicators from trading view. Basic functions and basic logic. Needs to be backtestable and work on forex, indices and crypto
I need a profitable EA I just a professional that will create ea for me I need a perfect ea I need multi currency trading ea if it trade only one not problem I need the ea to pass prop firm challenge and also trade live account profitable
I’m looking for a skilled MQL5 developer with strong experience in Forex trading and a proven, profitable strategy to build a fully automated trading bot (Expert Advisor) for the MetaTrader 5 (MT5) platform that work on all time frames. Must be able to open lot size of 0.01 to 99.00 trading forex, currency pairs, indices, crypto currencies also precious metals. Once starts the project i will explain in detail
Fast 1 30 - 150 USD
Job Title: MT5 Expert Advisor for ICT Strategy with Fair Value Gap and Risk Management Job Description: I’m looking for a skilled MQL5 developer to create an MT5 Expert Advisor (EA) based on an ICT-style strategy that trades XAUUSD using multi-timeframe market structure and Fair Value Gap detection. Key features: 4H market direction using BOS/CHOCH 2H/1H detection of FVGs (gap between candle 1’s high and candle 3’s
Hi programmer, create me the best ever trading robot that works on all brokers and platforms MT4 & MT5 works on all timeframes, must be able to open lot size of 0.01 to 5.00 trading forex, currency pairs,indices,crypto currencies also precious metals.The bot should be able to open 500 positions just in 10minutes 99.9% accurate buy and sell 100% automated hands free, trading robot auto TP & SL should able to trade
I’m looking for a skilled MQL5 developer with strong experience in Forex trading and a proven, profitable strategy to build a fully automated trading bot (Expert Advisor) for the MetaTrader 5 (MT5) platform. The ideal candidate should: Have a deep understanding of Forex markets, price action, and technical indicators. Be able to recommend or provide a successful trading strategy that can be coded into the bot
Create an EA based on trend following where entries are triggered on new highs and lows for the day based on 15 min candles. Include an input to limit the number of entries, also EA should trade 2 pairs xauusd and u30
Edit Expert 30 - 40 USD
Edit Expert I want to add a number of trades command. For example, it only opens 10 trades and that's it. So that no other orders are opened after the number that was previously specified

Project information

Budget
100 - 200 USD
Deadline
from 3 to 7 day(s)

Customer

Placed orders1
Arbitrage count0