SuperScalp Goldย is an automatic buying and selling EA designed for XAUUSD (Gold), based mostly on Supertrend logic mixed with a number of filters (EMA, RSI, ATR, Ichimoku, MACD, Fibonacciโฆ) to optimize alerts and improve danger administration.
โ๏ธ 1. Fundamental Setup (Most Necessary)
๐ Really helpful: XAUUSD โ M15
๐ To lock timeframe:
UseAllowedTimeframe = true
OperatingTimeframe = PERIOD_M15
โ Ensures the EA runs solely on the optimized timeframe โ avoids efficiency inconsistency
๐ 2. Buying and selling Logic
โก The EA makes use of inner Supertrend to find out development path:
๐ต Uptrend โ prioritize Purchase
๐ด Downtrend โ prioritize Promote
๐ง Key parameters:
SupertrendPeriod โ sensitivity
SupertrendMultiplier โ sign power
โ Increased multiplier โ fewer, extra secure trades
โ Decrease multiplier โ extra trades, quicker alerts
๐ฏ 3. Cease Loss & Take Revenue (Sensible ATR)
๐ SL/TP are calculated dynamically based mostly on market volatility:
ATR_Period
ATR_Multiplier_SL
ATR_Multiplier_TP
โ Excessive volatility โ wider SL/TP
โ Low volatility โ tighter SL/TP
๐ That is the core that helps the EA adapt to Gold
๐ฐ 4. Cash Administration (Very Necessary)
๐น Dynamic Lot (Really helpful)
EnableDynamicLotSizing = true
DynamicLotRiskPercent = 0.5โ5%
โ Robotically calculates lot measurement based mostly on danger
๐น Mounted Lot
LotSize = 0.01
โ Appropriate for small accounts
๐ฅ 5. Martingale (Use Fastidiously)
โ ๏ธ Two sorts: โ Additive / โ๏ธ Multiplicative
๐ง Key settings:
Martingale_Multiplicative_Multiplier = 2โ3 (really helpful: 1โ2)
Martingale_Multiplicative_MaxLot
Martingale_MaxConsecutiveLosses
๐ก 6. Account Safety
๐ฃ Capital safety:
EnableMaxLossLimit = true
MaxLossLimitPercent = 20
โ At -20% โ EA stops and closes all trades
๐ Extra limits:
MaxAllOrders โ max variety of trades
MaxLotSum โ max complete lot
๐ 7. Sensible Filters (Scale back Dangerous Trades)
๐ EMA Pattern โ Purchase when EMA50 > EMA200 / Promote when EMA50 < EMA200
๐ RSI โ Keep away from overbought/oversold
๐ Ichimoku โ Purchase above cloud / Promote beneath cloud
๐ ATR Filter โ Keep away from low or excessive volatility
๐ Bollinger Bands โ Keep away from entries when worth is simply too prolonged
๐ง 8. Fibonacci (Key Energy)
๐ฏ Fibonacci Filter โ Filters alerts based mostly on worth zones
๐ธ Fibonacci Take Revenue โ TP ranges from 23.6 โ 100%
๐ Really helpful:
โ Use 61.8% + 100%
โ Disable decrease ranges โ keep away from TP too shut
โก 9. MACD Divergence
โ Filters weak alerts
โ Reduces false entries
๐ Preserve ON โ extra secure
๐ Flip OFF โ extra trades
โฐ 10. Buying and selling Hours
UseTradingHours = true
Instance: 7 โ 20
โ Keep away from low liquidity periods (Asian)
โ Deal with sturdy periods (London/US)
๐ฏ 11. Sensible Exit System
๐ฐ Cash-based: MaxProfitUSD / MaxLossUSD
๐ ATR / Factors-based โ shut based mostly on complete system efficiency
๐ 12. Superior Commerce Administration
๐ Trailing Cease โ transfer SL with revenue
๐ Breakeven โ safe commerce at R stage
โ๏ธ Partial Shut โ shut a part of place
๐ง Adaptive Trailing โ R-based trailing (very highly effective)
๐ 13. Dashboard
EnableDashboard = true
โ Shows EA standing
โ Tracks Purchase/Promote and revenue
โ
14. Really helpful Protected Setup
โ XAUUSD โ M15
โ Dynamic Lot: 1โ2%
โ Use Martingale (Multiplier < 3, really helpful 1โ2)
โ Allow MaxLossLimit
โ Preserve default filters
โ Fibonacci TP: 61.8 + 100
โ ๏ธ 15. Necessary Notes
โ No EA ensures revenue
โ Outcomes rely on dealer, unfold, and market situations
โ At all times check on demo first
๐ฌ Abstract
๐ก SuperScalp Gold Professional strengths:
โ Gold scalping
โ Sturdy danger administration
โ Versatile TP (Fibonacci + ATR)
๐ Finest for merchants who need automation with managed danger
๐ Product & Help
๐ Product Web page:ย
https://www.mql5.com/en/market/product/171846
๐ Contact & Help:
https://www.mql5.com/en/customers/minhnguyen1504


