MT5 Scalping Expert Advisor (Auto Trading) for XAUUSD, BTCUSD & USDCAD – M1

Spezifikation

I need a professional MT5 Expert Advisor (fully automated trading robot) for scalping on M1 timeframe.
1. General Requirements
Platform: MetaTrader 5
Type: Fully automated EA (no manual confirmation)
Timeframe: M1 only
Symbols: XAUUSD, BTCUSD, USDCAD
Must support running on multiple charts simultaneously
Clean, optimized, and low-latency execution logic
2. Strategy Logic (Scalping Model)
The EA should use:
Trend + Momentum + Volatility confirmation
Indicators:
EMA 50 (trend direction)
EMA 200 (major trend filter)
RSI (14)
ATR (14) for dynamic stop loss
Optional spread filter
3. Buy Conditions
EMA 50 above EMA 200
Price above EMA 50
RSI above 55
Spread below maximum allowed value
No open buy position
4. Sell Conditions
EMA 50 below EMA 200
Price below EMA 50
RSI below 45
Spread below maximum allowed value
No open sell position
5. Risk Management
Must include:
Fixed lot OR auto lot based on % risk
Risk per trade: Adjustable (default 1%)
Stop Loss: ATR-based (e.g., 1.5 × ATR)
Take Profit: Risk:Reward ratio adjustable (default 1:1.5)
Trailing stop (optional, adjustable)
Break-even function
Daily max loss limit
Max trades per day
Max spread filter (important for BTC & Gold)
6. Trade Management Features
One trade per direction at a time
Magic number input
Trading session filter (London & New York sessions)
News filter (optional but preferred)
Slippage control
Equity protection (close all trades if drawdown % reached)
7. Dashboard & Alerts
On-chart dashboard showing:
Current trend
Spread
ATR value
Lot size
Daily profit/loss
Push notification
Alert when trade opens/closes
8. Optimization & Performance
Optimizable inputs
Must work efficiently on M1
Backtest compatible with MT5 Strategy Tester
Code must be clean and well-structured
9. Delivery Requirements
Source code (.mq5 file)
Compiled file (.ex5)
Installation instructions
Short user guide explaining inputs

Bewerbungen

1
Entwickler 1
Bewertung
Projekte
1
0%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
1
100%
Frei
2
Entwickler 2
Bewertung
(9)
Projekte
19
16%
Schlichtung
3
67% / 0%
Frist nicht eingehalten
0
Frei
3
Entwickler 3
Bewertung
(16)
Projekte
24
0%
Schlichtung
4
0% / 100%
Frist nicht eingehalten
5
21%
Arbeitet
4
Entwickler 4
Bewertung
(22)
Projekte
33
52%
Schlichtung
1
100% / 0%
Frist nicht eingehalten
1
3%
Frei
5
Entwickler 5
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
6
Entwickler 6
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
7
Entwickler 7
Bewertung
(4)
Projekte
5
0%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
1
20%
Frei
8
Entwickler 8
Bewertung
(3)
Projekte
1
100%
Schlichtung
3
0% / 100%
Frist nicht eingehalten
0
Frei
9
Entwickler 9
Bewertung
(30)
Projekte
30
63%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
1
3%
Arbeitet
Veröffentlicht: 5 Beispiele
10
Entwickler 10
Bewertung
(627)
Projekte
846
48%
Schlichtung
29
34% / 14%
Frist nicht eingehalten
63
7%
Arbeitet
11
Entwickler 11
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
12
Entwickler 12
Bewertung
(308)
Projekte
552
35%
Schlichtung
79
32% / 42%
Frist nicht eingehalten
199
36%
Beschäftigt
13
Entwickler 13
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
14
Entwickler 14
Bewertung
(4)
Projekte
3
33%
Schlichtung
2
0% / 100%
Frist nicht eingehalten
0
Frei
15
Entwickler 15
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
16
Entwickler 16
Bewertung
(1)
Projekte
1
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
17
Entwickler 17
Bewertung
(347)
Projekte
416
54%
Schlichtung
20
55% / 15%
Frist nicht eingehalten
29
7%
Beschäftigt
18
Entwickler 18
Bewertung
(4)
Projekte
5
20%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
1
20%
Arbeitet
19
Entwickler 19
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
20
Entwickler 20
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
21
Entwickler 21
Bewertung
(13)
Projekte
14
21%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
2
14%
Arbeitet
Ähnliche Aufträge
The indicator a bit inverted. But it doesn’t matter to me as long as the winrate make sense for investment. For brief details regarding the indicator. What should have been a sell, i inverted it into buy with sl and tp swapped(only change the name of sl and tp for visualisation , but the code still on right tp and sl) . And in script ive inverted the signal command code. But the trouble is the tp and sl cant be
All other Necessary filters already coded , Mostly it is referring to another expert copy pasting . Live Chart Optimization . Optimization from Signal Trigger Point . Apply to stay ahead . While applying please explain the correct trailing stop loss for value gap entries
Patrick 30 - 200 USD
//+------------------------------------------------------------------+ //| EURUSD Daily Strategy EA | //+------------------------------------------------------------------+ extern int MA_Fast = 50; extern int MA_Slow = 200; extern int RSI_Period = 14; extern double RiskReward = 2.0; extern double StopLossMultiplier = 1.5; void OnTick() { if (TimeCurrent() != iTime(NULL, PERIOD_D1, 0)) return;
I would like to create a robot with the smart money concepts, that integrates order block,FVG,supply & demand ,read the market structure,liquidity and also trade with the session and also after a liquidity sweep a market structure is needed to verify the reversal and a retracement to the order block and sometimes fair value Gap
Joker poverty scalper 40 - 100 USD
the joker poverty scalper is the power full robort it can analyse in just 1 minutes it is good for beginner traders you can even make 5000$ in just an week or two.. the best thing to do is to buy joker and make life easy with your own copy of joker .in order to be rich you need the joker to help you with your success in life even in future THE JOKER POVERT SCALPER
I’m looking to acquire an existing, profitable Expert Advisor (EA) with full source code to add to our client investment portfolio. To be clear, this is not a request to develop or design a new strategy. If you already have an EA that is proven, consistent, and production-ready, I’m open to reviewing it immediately. Please apply only if you meet all the requirements below. Submissions without a proper introduction or
Project Scope Development of a fully automated, conservative, institutional-style Expert Advisor for MT5 trading XAUUSD, designed with strict capital preservation and mathematically structured risk management. • Symbol input will be fully configurable to support broker-specific suffixes/prefixes (example: XAUUSD.a, XAUUSDm) and automatically adapt to different digit formats. Core Strategy Logic • Higher-timeframe
I can Program or do any Developing for you for MQL5 or 4 I can work 1 - 5 days deposit is required before im doing anything for both our safety as these work takes a lot of time and energy inbox me and we can discuss the job im reliable and trustworthy looking forward to working with you
Se requiere de un programador para modificar asesor experto de estrategia de ruptura. El EA realiza operaciones por quiebre de rango pero por operaciones de Orden de Mercado ( Ejecuta una operación de compra o venta inmediatamente al precio actual del mercado) y requiero cambiarlo a que realice operaciones de Orden P extremos. Adicional, requiere que se realice un filtro para entrar de nuevo al mercado en caso de
Ai robot 30 - 50 USD
1️⃣ System Architecture An AI robot typically consists of the following subsystems: 🔹 1. Perception Layer Collects environmental data using: RGB / Depth cameras LiDAR Ultrasonic sensors IMUs (Inertial Measurement Units) Microphones Data is processed using: Computer Vision (e.g., object detection, SLAM) Signal processing Sensor fusion algorithms 🔹 2. Cognition / Intelligence Layer Implements AI models such as

Projektdetails

Budget
30+ USD
Ausführungsfristen
von 1 bis 10 Tag(e)

Kunde

Veröffentlichte Aufträge1
Anzahl der Schlichtungen0