Tarea técnica
– MA20/30/50 Alignment + MA50 Slope + Swing SL + Step Trail + News Filter
Symbol: XAUUSD
Timeframe: M5
Language: MQL5
Trading: 24/5 (no session filter)
1) Indicators (Inputs)
MA20, MA30, MA50
MA type selectable: EMA or SMA
Applied to Close
Inputs: MA periods and MA method
2) Entry Rules (Alignment + Slope)
BUY:
MA20 > MA30 > MA50
MA50 slope filter passes:
Slope = MA50(current) − MA50(10 candles ago)
Require slope ≥ SlopeMin (input, in points)
SELL:
MA20 < MA30 < MA50
MA50 slope filter passes:
Slope = MA50(current) − MA50(10 candles ago)
Require slope ≤ -SlopeMin
Trade management:
1 trade at a time (no stacking)
Optional cooldown after closing a trade (input minutes)
3) Stop Loss (Structure / Swing)
Swing lookback input N candles (default 15)
Buffer input in TradingView points (default 300 points)
BUY SL = lowest low of last N candles − buffer
SELL SL = highest high of last N candles + buffer
4) Trailing Stop (Step Trailing using TradingView points)
(TradingView points: 1 point = 0.01)
Inputs:
TrailStart = 1000 points
TrailStep = 1000 points
LockMode:
At +1000 → move SL to Entry (or Entry + BE_Offset points, input)
At +2000 → SL locks +1000
At +3000 → SL locks +2000
…continue each step
5) News Filter (Red Folder / High Impact)
EA must block new entries:
Starting 60 minutes before high-impact (“red folder”) news
Until 60 minutes after the news time
Implementation:
Use MT5 built-in Economic Calendar functions (MQL5 calendar API) to read events/importance and upcoming times. �
MQL5 +2
Apply news relevance to XAUUSD using currency filter inputs:
Default currencies to monitor: USD (optionally add EUR/GBP as inputs)
Only block for high importance events (input importance level)
Clarify: news filter should block entries only (do not force-close existing positions unless added as an optional input).
6) Risk & Safety
Fixed lot input AND Risk % input (choose one via input)
Max spread filter input (skip entries if spread too high)
Magic number input
Full logging:
Entry reasons
News block active (which event/time window)
Spread block
Trailing updates
SL calculated swing value
7) Deliverables
.mq5 source + .ex5 compiled
1 revision cycle for bug fixes
Confirm delivery time
Han respondido
1
Evaluación
Proyectos
313
28%
Arbitraje
33
27%
/
64%
Caducado
10
3%
Libre
2
Evaluación
Proyectos
546
40%
Arbitraje
30
57%
/
3%
Caducado
57
10%
Trabaja
Ha publicado: 11 ejemplos
3
Evaluación
Proyectos
3
0%
Arbitraje
1
0%
/
100%
Caducado
0
Libre
4
Evaluación
Proyectos
19
16%
Arbitraje
5
40%
/
40%
Caducado
0
Libre
5
Evaluación
Proyectos
1
0%
Arbitraje
1
0%
/
0%
Caducado
0
Libre
6
Evaluación
Proyectos
69
35%
Arbitraje
4
25%
/
75%
Caducado
0
Libre
7
Evaluación
Proyectos
19
16%
Arbitraje
3
67%
/
0%
Caducado
0
Libre
8
Evaluación
Proyectos
1
0%
Arbitraje
0
Caducado
0
Libre
9
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
10
Evaluación
Proyectos
1
0%
Arbitraje
1
0%
/
0%
Caducado
0
Libre
11
Evaluación
Proyectos
3355
67%
Arbitraje
77
48%
/
14%
Caducado
342
10%
Libre
Ha publicado: 1 ejemplo
12
Evaluación
Proyectos
2902
63%
Arbitraje
122
44%
/
25%
Caducado
429
15%
Libre
13
Evaluación
Proyectos
0
0%
Arbitraje
1
0%
/
100%
Caducado
0
Libre
14
Evaluación
Proyectos
25
0%
Arbitraje
4
0%
/
100%
Caducado
5
20%
Libre
15
Evaluación
Proyectos
6
0%
Arbitraje
2
50%
/
0%
Caducado
1
17%
Libre
16
Evaluación
Proyectos
16
13%
Arbitraje
4
50%
/
25%
Caducado
4
25%
Trabaja
17
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
18
Evaluación
Proyectos
4
0%
Arbitraje
3
0%
/
0%
Caducado
1
25%
Trabajando
19
Evaluación
Proyectos
697
34%
Arbitraje
33
70%
/
9%
Caducado
22
3%
Trabaja
20
Evaluación
Proyectos
258
30%
Arbitraje
0
Caducado
3
1%
Libre
Ha publicado: 2 ejemplos
21
Evaluación
Proyectos
632
33%
Arbitraje
39
38%
/
49%
Caducado
11
2%
Trabajando
22
Evaluación
Proyectos
31
65%
Arbitraje
1
0%
/
0%
Caducado
1
3%
Trabaja
Ha publicado: 5 ejemplos
23
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Trabaja
24
Evaluación
Proyectos
552
49%
Arbitraje
57
40%
/
37%
Caducado
228
41%
Trabaja
25
Evaluación
Proyectos
5
0%
Arbitraje
2
50%
/
50%
Caducado
2
40%
Libre
26
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
27
Evaluación
Proyectos
473
40%
Arbitraje
103
41%
/
23%
Caducado
78
16%
Ocupado
Ha publicado: 2 ejemplos
28
Evaluación
Proyectos
418
54%
Arbitraje
20
55%
/
15%
Caducado
29
7%
Trabaja
Solicitudes similares
I am looking for an experienced MT5 / MQL5 developer to fix an issue with my existing trading bot. The bot is currently working and I want to keep all features, logic, and the dashboard exactly as they are . No modifications to strategy, UI, or other functionalities are needed. The Problem: When I set Take Profit (TP) and Stop Loss (SL), approximately 25% of the trades are opened without TP and/or SL applied. This
Pro EA
30+ USD
Hi, I want to build a trading robot specifically for passing a prop firm challenge. The EA should focus on strict risk management, low drawdown, and consistency suitable for prop firm rules. My current budget for this project is $30. Please let me know what is achievable within this budget and the strategy you recommend
SMA & EMA INDICATOR FOR MT4
30 - 50 USD
Indicator Simple Moving Averages and Exponential Moving Average BUY SIGNALS SMA 7 High Crosses Above 20 EMA= LIME color Buy Signal at the low of next candle. SMA 7 High Crosses above 40 EMA= BLUE color Buy Signal at low of next candle. SMA 7 High Crossed above 200 EMA= YELLOW Color buy signal at the low of next candle. SELL SIGNALS SMA 7 Low Crosses below 20 Ema= LIME color Sell Signal at the high of next candle. SMA
TRADE COPIER
80+ USD
hello great developer im looking for trade copier I want to tell me more about the features, returns, risks and scalability I think you can tell me the best platform to use for effective results. I also want to know whether it's automated, daily/weekly/monthly returns (profit) and monthly drawdown
CREATE OR FIX FOR ME
30+ USD
WILL PROVIDE MORE DETAILS IN CHAT ... THE EA The EA executes (places trades)? The EA exits (closes trades)? The EA expired ? Or something else? Please provide more details: Which platform? ( MetaTrader 5 or MetaTrader 4 ) What exactly is happening? (error message, no trades, wrong trades, etc.) Broker name? Symbol (like XAUUSD, XAUUSD+, etc.) Send the exact message or screenshot text and I’ll fix it step-by-step
Fix rules of previous EA and add a new features
30 - 100 USD
I'm seeking an experienced developer to improve my current, complex MQL4 Expert Advisor. The primary focus of this project is to incorporate new trading strategies and rectify issues related to inaccurate trade execution. Key Responsibilities: - Integrate new trading strategies into the Expert Advisor. - Diagnose and fix issues causing inaccurate trade execution. - Potentially optimize the performance of the Expert
I trade manually on M1 chart (XAUUSD) with fractals and alligator. When there is a price break on fractal (or some fractals that form a price level) or a price level created by multiple candles spikes, I enter 2 trades (0.02 lots), and 2 trades (0.04 lots). If I go in profit (5/10€), I close in profit. But if I go in loss with DD, at this point starts the management: every price level (important level) created by
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
Refine signal trigger execution . Optimize live chart performance . Ensure stable and clean code structure : Stable and clean code is important . Otherwise its a mess . Apply with as much accurate structure you foresee
RED DEVIL AI
30+ USD
50 EMA > 200 EMA → Uptrend confirmed Price pulls back to touch or cross below 50 EMA RSI > 50 ATR(14) > 20-period ATR average (volatility expanding) Current candle closes bullish ➡ Enter BUY at candle close50 EMA < 200 EMA → Downtrend Price pulls back to touch or cross above 50 EMA RSI < 50 ATR filter confirms volatility Current candle closes bearish ➡ Enter SELL at candle closeATR(14) Take Profit: 2.5 × ATR(14) This
Información sobre el proyecto
Presupuesto
400 - 600 USD
Plazo límite de ejecución
de 5 a 10 día(s)
Cliente
Encargos realizados1
Número de arbitrajes0