Tarea técnica
MT4 Hedging Expert Advisor Build
Project: Custom Grid + Hedge EA Development (MT4)
Strategy Concept
We want to develop a custom Expert Advisor (EA) that combines trend filtering, indicator-based entry signals, and grid trading.
Indicators
EMAs (multi-timeframe trend filter):
Short EMAs (e.g. 10–30) for short-term direction
Medium EMAs (e.g. 50–100) for structure confirmation
Long EMA (200) as main trend filter
Signals should only be taken when EMA structure aligns with trend bias
RSI (14):
Used as a momentum filter
Avoid buying when RSI is oversold (below ~30)
Avoid selling when RSI is overbought (above ~70)
Optional divergence logic: if RSI diverges from price, trigger an opposite entry
Stochastic (5,3,3):
Extra swing filter for entry validation (overbought/oversold + crosses)
Entry Logic
First Entry:
A buy or sell is triggered when EMA structure + RSI + Stochastic agree
Example: In a downtrend (EMA short < mid < slow < EMA200), open a sell if RSI and Stoch confirm
Grid Expansion:
After the first entry, the EA adds positions in the same direction at fixed pip distances
Step 1: tighter grid (e.g. 20 pips)
After X orders (e.g. 9), step switches to wider spacing (e.g. 100 pips)
Hedging:
EA can open a new grid in the opposite direction if fresh entry conditions are met
Buy and Sell baskets are managed independently
Exit Logic
Basket Take Profit (TP):
Close all trades on one side once the combined profit (USD-based) reaches a set target
Equity Protection:
Optional buffer to secure gains and prevent overexposure
Technical Requirements
Platform: MT4
Inputs must be configurable:
EMA periods, RSI thresholds, Stoch settings
Grid step sizes, switch-after-N orders, basket TP (USD or pips)
Max orders per basket, spread filter, minimum spacing between orders
Must support independent hedging baskets (buy & sell)
Clean, stable code (no repainting indicators)
Deliverables
Source code .mq4
Full input parameter guide
Example backtest (GBPUSD H1 recommended) to show functionality
Bonus (Nice-to-Have)
On-chart info panel (status, number of orders, basket P/L, cleanup buffer)
Auto lot-sizing options
Adjustable equity protection
We are looking for an experienced developer who has built grid/martingale/hedge EAs before and can deliver a stable and professional codebase.
Han respondido
1
Evaluación
Proyectos
382
25%
Arbitraje
23
61%
/
22%
Caducado
1
0%
Trabaja
2
Evaluación
Proyectos
411
30%
Arbitraje
66
20%
/
70%
Caducado
52
13%
Trabaja
3
Evaluación
Proyectos
74
20%
Arbitraje
12
17%
/
25%
Caducado
6
8%
Trabajando
4
Evaluación
Proyectos
61
39%
Arbitraje
1
0%
/
0%
Caducado
1
2%
Trabaja
5
Evaluación
Proyectos
915
76%
Arbitraje
25
16%
/
68%
Caducado
99
11%
Trabajando
Ha publicado: 1 artículo, 6 ejemplos
6
Evaluación
Proyectos
50
12%
Arbitraje
3
33%
/
33%
Caducado
2
4%
Trabajando
7
Evaluación
Proyectos
58
21%
Arbitraje
3
67%
/
0%
Caducado
9
16%
Trabajando
8
Evaluación
Proyectos
50
20%
Arbitraje
15
27%
/
67%
Caducado
7
14%
Libre
Ha publicado: 1 ejemplo
9
Evaluación
Proyectos
12
17%
Arbitraje
1
0%
/
0%
Caducado
1
8%
Trabaja
10
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Trabaja
11
Evaluación
Proyectos
14
0%
Arbitraje
1
0%
/
100%
Caducado
3
21%
Libre
12
Evaluación
Proyectos
3287
67%
Arbitraje
77
48%
/
14%
Caducado
342
10%
Trabaja
Ha publicado: 1 ejemplo
13
Evaluación
Proyectos
527
35%
Arbitraje
63
35%
/
35%
Caducado
190
36%
Trabaja
14
Evaluación
Proyectos
18
39%
Arbitraje
2
0%
/
50%
Caducado
3
17%
Libre
15
Evaluación
Proyectos
4
25%
Arbitraje
1
0%
/
100%
Caducado
0
Libre
16
Evaluación
Proyectos
347
52%
Arbitraje
13
54%
/
0%
Caducado
22
6%
Trabaja
17
Evaluación
Proyectos
561
25%
Arbitraje
22
41%
/
36%
Caducado
85
15%
Trabaja
Ha publicado: 6 ejemplos
18
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
19
Evaluación
Proyectos
16
31%
Arbitraje
4
50%
/
0%
Caducado
0
Trabaja
20
Evaluación
Proyectos
0
0%
Arbitraje
3
0%
/
0%
Caducado
0
Trabaja
21
Evaluación
Proyectos
945
47%
Arbitraje
303
59%
/
25%
Caducado
125
13%
Libre
22
Evaluación
Proyectos
10
30%
Arbitraje
0
Caducado
2
20%
Libre
23
Evaluación
Proyectos
29
41%
Arbitraje
2
50%
/
50%
Caducado
2
7%
Libre
24
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Trabaja
25
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
26
Evaluación
Proyectos
17
35%
Arbitraje
0
Caducado
1
6%
Libre
27
Evaluación
Proyectos
2848
62%
Arbitraje
118
46%
/
25%
Caducado
428
15%
Trabaja
28
Evaluación
Proyectos
5
20%
Arbitraje
0
Caducado
1
20%
Libre
Ha publicado: 3 ejemplos
29
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
30
Evaluación
Proyectos
280
35%
Arbitraje
14
29%
/
50%
Caducado
42
15%
Libre
Solicitudes similares
I have a TradingView indicator in Pine Script that I want converted into a NinjaTrader (NinjaScript C#) indicator, with the same logic, signals, and visuals fully replicated, so I need a developer experienced in both platforms to handle the conversion, deliver a working NinjaTrader file, and ensure accuracy against the TradingView version
Robot
50+ USD
The most advanced mobile robot 98 % wine fully automated it must work both mt4 and mt5 with any broker it must be able to trade small amount to big amount
the screenshot is what it looks like i want it to use all the same indicators that the trading view dials have whatever payment is necessary is necessary I'm willing to pay the quicker the better and the more exact the better
We have a working price prediction engine for (BTC, ETH, SOL) at fixed 5-minute intervals and want to build a robust backtesting system that evaluates these predictions against MECX futures prices. The goal is to measure baseline directional accuracy and then explore conditional strategies that improve accuracy beyond a 60% milestone. Data Overview Predictions Table (public.price_predictions_5m) One row per asset
HYBRID + MQL5 EXPERT ADVISOR FOR GOLD XAU/USD
30 - 90 USD
Project Overview: We are seeking a highly skilled and experienced developer to build a next-generation Forex Expert Advisor (EA) for MetaTrader 5. The core innovation of this project is an EA that relies 100% on a custom deep learning AI model (e.g., LSTM, Transformer) for generating all trading signals. The EA will trade the XAU/USD (Gold) instrument. The developer must be proficient not only in advanced MQL5
I need an indicator in Mt5 or trading view The indicator detects Double Top / Double Bottom patterns. Pattern is only valid if it forms during a clear impulsive leg (up for DT, down for DB) and divergence (( RSI)) . If the pattern appears inside a corrective move, it is ignored. But if it appears in the next impulsive leg after correction, it is accepted. (Impulse vs corrective is filtered using ATR/ADX/slope rules
Develop an Expert Advisor trading trend reversals. Reversal signals will be generated based on Price Action patterns. Trend will be determined based on ADX, Alligator and MACD, while the indicator selection should be available in the EA's input parameters
Mthizo trades
30 - 200 USD
- *Currency Pairs*: Major pairs such as EUR/USD, XAU/USD and GBP/USD - *Funding Currency*: South African Rand (ZAR) - *Initial Deposit*: R100 (may require additional deposit for live trading) - *Risk Management*: Basic risk management features, such as stop loss and take profit - *Strategy*: Pre-defined strategy based on Smart Money Concept principles - *Cost*: Approximately R100-R200 (one-time cost or
I need an Expert advisor based on AOX signal . it must have check and handing of trade operation..errors. The main criterin for opening and dosing a position : moving average direction the price is higher than the previous bar Trade lots is input parameter bar
Supply Demand Indicator MT4/MT5 Trading....
30 - 60 USD
Indicator that finds zones. All details in word document Ask questions if need I’d also like to to change from finding bullish marker and main candles to bearish marker and main candles if price crosses past inputted price The document is showing zones for bullish price action. Id like to also change manually in setting for it to show bearish price action ( it will look for bullish candle markers and main) Zones
Información sobre el proyecto
Presupuesto
150+ USD
Plazo límite de ejecución
a 2 día(s)
Cliente
Encargos realizados1
Número de arbitrajes0