指定
– 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
応答済み
1
評価
プロジェクト
313
28%
仲裁
33
27%
/
64%
期限切れ
10
3%
暇
2
評価
プロジェクト
546
40%
仲裁
30
57%
/
3%
期限切れ
57
10%
仕事中
パブリッシュした人: 11 codes
3
評価
プロジェクト
3
0%
仲裁
1
0%
/
100%
期限切れ
0
暇
4
評価
プロジェクト
19
16%
仲裁
5
40%
/
40%
期限切れ
0
暇
5
評価
プロジェクト
1
0%
仲裁
1
0%
/
0%
期限切れ
0
暇
6
評価
プロジェクト
69
35%
仲裁
4
25%
/
75%
期限切れ
0
暇
7
評価
プロジェクト
19
16%
仲裁
3
67%
/
0%
期限切れ
0
暇
8
評価
プロジェクト
1
0%
仲裁
0
期限切れ
0
暇
9
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
10
評価
プロジェクト
1
0%
仲裁
1
0%
/
0%
期限切れ
0
暇
11
評価
プロジェクト
3355
67%
仲裁
77
48%
/
14%
期限切れ
342
10%
暇
パブリッシュした人: 1 code
12
評価
プロジェクト
2902
63%
仲裁
122
44%
/
25%
期限切れ
429
15%
暇
13
評価
プロジェクト
0
0%
仲裁
1
0%
/
100%
期限切れ
0
暇
14
評価
プロジェクト
25
0%
仲裁
4
0%
/
100%
期限切れ
5
20%
暇
15
評価
プロジェクト
6
0%
仲裁
2
50%
/
0%
期限切れ
1
17%
暇
16
評価
プロジェクト
16
13%
仲裁
4
50%
/
25%
期限切れ
4
25%
仕事中
17
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
18
評価
プロジェクト
4
0%
仲裁
3
0%
/
0%
期限切れ
1
25%
取り込み中
19
評価
プロジェクト
697
34%
仲裁
33
70%
/
9%
期限切れ
22
3%
仕事中
20
評価
プロジェクト
258
30%
仲裁
0
期限切れ
3
1%
暇
パブリッシュした人: 2 codes
21
評価
プロジェクト
632
33%
仲裁
39
38%
/
49%
期限切れ
11
2%
取り込み中
22
評価
プロジェクト
31
65%
仲裁
1
0%
/
0%
期限切れ
1
3%
仕事中
パブリッシュした人: 5 codes
23
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
仕事中
24
評価
プロジェクト
552
49%
仲裁
57
40%
/
37%
期限切れ
228
41%
仕事中
25
評価
プロジェクト
5
0%
仲裁
2
50%
/
50%
期限切れ
2
40%
暇
26
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
27
評価
プロジェクト
473
40%
仲裁
103
41%
/
23%
期限切れ
78
16%
多忙
パブリッシュした人: 2 codes
28
評価
プロジェクト
418
54%
仲裁
20
55%
/
15%
期限切れ
29
7%
仕事中
類似した注文
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
プロジェクト情報
予算
400 - 600 USD
締め切り
最低 5 最高 10 日
依頼者
出された注文1
裁定取引数0