Tarea técnica
1. Platform & Environment
Platform: MetaTrader 5 (MT5 ONLY)
Language: MQL5
Account type: ECN / Netting or Hedging
Designed for broker rebate/commission return programs
No DLLs, no external dependencies
2. Strategy Overview
The EA is a high-frequency scalping Expert Advisor focused on maximizing the number of trades with minimal price movement, where the main source of profitability is broker rebate rather than market movement.
Key characteristics:
Very small TP or time-based exits
Low market exposure
Strong spread & execution control
Optimized for fast execution environments
3. Symbols & Timeframes
Symbols: User-selectable Forex pairs (default majors & minors)
Timeframes:
Default: M1
Optional: M5
EA must be multi-symbol capable OR single-symbol (configurable)
4. Market Filters
Trades are allowed ONLY when:
Current spread ≤ MaxSpread (in points)
Trading session filter allows execution
Optional volatility filter (ATR-based)
If spread exceeds limit:
No new trades
Option to close active trades
5. Signal & Entry Logic
Entry logic must be simple and fast, suitable for MT5 tick-based execution.
Buy Conditions:
Spread condition met
No conflicting open position (or max trades not exceeded)
Optional price action / micro-range condition
Sell Conditions:
Same logic, opposite direction
⚠️ No heavy indicators (to ensure speed & stability).
6. Order Placement (MT5 Trade Model)
Trade type: Market orders
Uses CTrade class
Configurable parameters:
Fixed lot OR auto lot (balance/equity based)
Max open positions
Unique Magic Number
Retry logic in case of trade server errors
Slippage control (deviation points)
All trade actions must be logged
7. Stop Loss & Take Profit
Take Profit:
Small pip TP (user configurable)
Stop Loss:
Fixed OR ATR-based OR optional disabled
Option to close trades by logic instead of TP/SL
8. Position Management
Optional features:
Break-even
Trailing Stop
Time-based trade closing:
Close after X seconds or X bars
Optional global profit close
Optional equity protection close
9. Signal Lifetime
Entry signal remains valid only for:
X seconds OR
X bars
If market conditions change (spread/volatility), the signal is cancelled
10. Closing & Cancellation Logic
Trades must close when:
TP or SL is hit
Max holding time reached
Spread exceeds emergency level
Opposite signal appears (optional)
Risk protection is triggered
11. Risk Management
Daily profit target (stop trading after reached)
Daily loss limit
Max drawdown control
Max trades per day
Margin level protection
12. Inputs & Optimization (MT5 Strategy Tester)
All parameters must be external inputs
Must support:
Genetic optimization
Multi-pass testing
EA must be stable in Every Tick (Real Ticks) testing mode
13. Visualization & Debugging
On-chart display:
Spread
Number of trades
Floating P/L
Log:
Trade execution
Errors
Spread violations
Clean, readable logging
14. Code Quality & Delivery
Clean, well-commented MQL5 code
No warnings or errors on compilation
Source code included (.mq5)
Delivered EA must match specification exactly
15. Testing & Acceptance
Developer must:
Provide MT5 Strategy Tester results
Demonstrate stable execution under varying spreads
Confirm rebate-optimized behavior
✅ Optional Add-Ons (Mention if Needed)
News filter (MT5 economic calendar)
Multi-symbol trading
VPS optimization
Rebate efficiency reporting
Han respondido
1
Evaluación
Proyectos
199
48%
Arbitraje
3
33%
/
33%
Caducado
2
1%
Trabaja
2
Evaluación
Proyectos
19
16%
Arbitraje
5
40%
/
40%
Caducado
0
Libre
3
Evaluación
Proyectos
39
23%
Arbitraje
14
0%
/
93%
Caducado
4
10%
Trabaja
4
Evaluación
Proyectos
4
0%
Arbitraje
1
0%
/
100%
Caducado
0
Libre
5
Evaluación
Proyectos
421
54%
Arbitraje
20
55%
/
15%
Caducado
29
7%
Trabaja
6
Evaluación
Proyectos
186
41%
Arbitraje
24
58%
/
21%
Caducado
13
7%
Libre
7
Evaluación
Proyectos
1
0%
Arbitraje
1
0%
/
100%
Caducado
1
100%
Trabaja
8
Evaluación
Proyectos
8
0%
Arbitraje
8
13%
/
88%
Caducado
0
Libre
9
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
10
Evaluación
Proyectos
234
20%
Arbitraje
21
43%
/
19%
Caducado
0
Trabaja
11
Evaluación
Proyectos
24
21%
Arbitraje
0
Caducado
2
8%
Libre
12
Evaluación
Proyectos
971
74%
Arbitraje
27
19%
/
67%
Caducado
100
10%
Trabaja
Ha publicado: 1 artículo, 6 ejemplos
13
Evaluación
Proyectos
5
0%
Arbitraje
6
0%
/
67%
Caducado
1
20%
Trabajando
14
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
15
Evaluación
Proyectos
63
52%
Arbitraje
5
0%
/
40%
Caducado
1
2%
Libre
16
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
17
Evaluación
Proyectos
16
44%
Arbitraje
2
0%
/
100%
Caducado
3
19%
Trabaja
18
Evaluación
Proyectos
37
54%
Arbitraje
2
50%
/
50%
Caducado
3
8%
Libre
19
Evaluación
Proyectos
5
0%
Arbitraje
2
50%
/
50%
Caducado
2
40%
Libre
20
Evaluación
Proyectos
3
0%
Arbitraje
0
Caducado
0
Libre
21
Evaluación
Proyectos
285
35%
Arbitraje
18
22%
/
61%
Caducado
42
15%
Trabajando
22
Evaluación
Proyectos
2
0%
Arbitraje
0
Caducado
0
Libre
23
Evaluación
Proyectos
552
49%
Arbitraje
57
40%
/
37%
Caducado
227
41%
Trabaja
24
Evaluación
Proyectos
12
25%
Arbitraje
0
Caducado
1
8%
Libre
25
Evaluación
Proyectos
21
10%
Arbitraje
4
0%
/
50%
Caducado
2
10%
Trabaja
26
Evaluación
Proyectos
144
46%
Arbitraje
20
40%
/
15%
Caducado
32
22%
Trabaja
27
Evaluación
Proyectos
2
0%
Arbitraje
0
Caducado
0
Libre
Solicitudes similares
simple automated trading system with adaptive risk management and trend-based execution. The EA manages trades with dynamic position handling and built-in stability filters. Designed for single-position trading and disciplined execution 30 usd budget
Hi I have a simple task (hopefully) I have a custom strategy that I built with the help of Claude Anthropic - everything is finished and I zipped it with power shell but when importing it NT8 gives me the error message that the file was made from an older, incompatible version or not a NinjaScript. My folder structure is correct as far I can see so I don't know what the issues is and it's costing me too much to go
Ninjatrader strategy for mnq
30+ USD
Do you happen to have a profitable strategy for MNQ? it is urgent if any one can help me with this i will be happy to discuss with you and move forward to pay for it kindly let me know the amount thank fill free to bid
Subject: Development of Ultra-High Precision Confluence Indicator - M1 Binary Options (Non-Repaint) Hello, I am looking for a Senior MQL5 Developer to create a custom "Surgical Precision" indicator for MetaTrader 5, specifically optimized for 1-minute (M1) Binary Options trading. The system must integrate three distinct layers of algorithmic analysis. 1. Core Logic: Triple-Layer Confluence The signal (Call/Put)
EA developer with stregegy builder required
50 - 100 USD
Looking for an experienced MQL5 developer to design and develop a custom Expert Advisor (EA) for MetaTrader 5. The purpose of this EA is not just automated trading, but also to help me better structure, test, and refine my personal trading strategy
Freeallfree
400 - 800 USD
Professional MT5 EA – XAUUSD I need a professional Expert Advisor for MT5 (MQL5) to trade XAUUSD only. This is not a random scalping bot. The EA must trade only high-probability liquidity breakouts during active sessions and avoid ranging or low-volatility markets. Symbol: XAUUSD Timeframe: M15 (optional H1 confirmation) Session filter (Dubai GMT+4): Trade only London and New York sessions Adjustable session times No
Project Overview I am looking to acquire high-quality, algorithmic trading strategies or specialized strategy testers developed in MQL5 . My primary focus is on the underlying logic and code architecture rather than historical performance (Track Record/Myfxbook). I require full ownership of the source code (.mq5) for further research, optimization, and scaling. Requirements & Scope I am interested in systems that
Automated trading system
150 - 250 USD
Anyone I need my own bot with my own licenses keys I will pay up please the bot must make good profit and I will pay up good money just hope it helps me
Develop a fully automated MT5 Expert Advisor based on a multi-timeframe institutional trend-pullback strategy with: Regime filtering (H4) Execution logic (H1) ATR-based stop model Multi-stage trailing system Risk-based position sizing Portfolio-level risk protection Detailed performance logging This EA will be used for client capital (PAMM/MAM environment). Stability and risk control are higher priority than high
Phahla fx boto
30+ USD
99.99% signal accuracy 10-15 trades distribution all currency trade and meta AI assistance on loss[advice] stop and start robot cyber security firewall protection activation code: 20060605TLP20 Please create a trading bot with any logo with the name elevation
Información sobre el proyecto
Presupuesto
30 - 200 USD