Savanna Gold Trend

Savanna Gold Trend - XAUUSD Expert Advisor for MetaTrader 5

Trend-continuation trading robot for gold on MT5. Pyramids into a running move, never averages down, stop loss on every position.

Savanna Gold Trend is an automated trading robot for XAUUSD on MetaTrader 5 (MT5). It waits for price to break out of its recent range in the direction of the higher timeframe trend, opens a position, and then adds further positions only while that move keeps running in profit. Each position is then managed on its own until its trail takes it out.

The name comes from how it behaves. It sits still for long stretches, commits when a move is genuinely under way, and then stays with that move rather than taking a few points and leaving.

What it does not do:

No martingale. Lot size never increases after a loss.
No grid. No position is ever added against the market.
No averaging down and no recovery mode.
No unprotected trades. Every position gets a stop loss as soon as it is filled.

Every additional entry requires the move to have travelled further in your favour first, so adding into a losing position is impossible by design.


How it works

Trend filter. The EA trades only in the direction of the H1 EMA trend, and only while that trend is still turning the same way.

Entry. A breakout of the recent M5 range by a set distance, with a volatility filter that stands aside when the market is too quiet or too disorderly.

Pyramid. Up to four positions per move. Each additional position requires price to have extended a further set distance in profit, and all of them must fill within a short window of the first. Adding into a losing move is not possible by design.

Exit. Each position trails a share of its own run-up rather than a fixed distance. A large move therefore keeps a large part of itself, while a small one is not given away. The stop only ever tightens.

Risk control. A stop loss on every position placed from its real fill price, a hard limit on separate entries per day, a spread filter, three configurable session windows, an optional daily loss cut-off, and an optional maximum holding time.


Walk-forward test

Backtest settings can be fitted to the data they were chosen on, so a separate check was run. Every parameter was selected using January to April 2026 data only, and then applied without any change to May, June and July 2026, which were not used during that selection.

Result on the unseen period, XAUUSD, 100% real tick data, 1615 USD starting deposit, 1:500 leverage, fixed 0.01 lot:

105 trades, 78.1% won, profit factor 2.29, net result 468.62 USD, maximum drawdown 7.95%, average win 10.11 USD, average loss 15.68 USD, largest single loss 20.84 USD.

These are MetaTrader 5 Strategy Tester results. They are not results from a real account.


Requirements

Symbol: XAUUSD, which is what the settings are calibrated for.
Timeframe: any, because the logic reads M5 and H1 data internally.
Account type: hedging. The EA holds several positions in the same direction, and a netting account merges them, which breaks the per-position exits.
Broker: ECN or Raw spread is preferred. The EA skips entries when the spread is too wide.
Minimum deposit: 1000 USD at 0.01 lot is comfortable. The stop loss is wide by design because the strategy holds through normal pullbacks.
A VPS is recommended.

The EA rescales its price-based settings to whatever symbol it is attached to and will run elsewhere without errors, but the settings are calibrated for gold and no result is claimed on other instruments.


Setup

Attach the EA to an XAUUSD chart on a hedging account. Any timeframe is fine. Keep the default settings, which are the tested configuration. Compare your broker server time against the three session windows and adjust them if the times do not match. Run the EA on a demo account first.


Input parameters

Money and sizing
InpFixedLot - Lot per position. Default 0.01. Set to 0 to size by risk instead.
InpRiskPercent - Percent of balance risked per position when InpFixedLot is 0.
InpMagic - Magic number. Change it if another EA runs on the same account.
InpDeviationPoints - Maximum accepted slippage on market orders, in points.

Symbol adaptation
InpAutoScaleToSymbol - Rescale the price-based settings to the attached symbol. Keep enabled.
InpCalibPrice - Reference price the defaults were calibrated at. Default 3500.

Trend filter
InpTrendTF - Higher timeframe used for the trend. Default H1.
InpEmaFast - Fast EMA period on that timeframe.
InpEmaSlow - Slow EMA period on that timeframe.
InpRequireSlope - Also require the fast EMA to be turning the same way.

Entry
InpBreakoutBars - Number of M5 bars forming the range that price must clear.
InpBreakoutBuffer - How far beyond the range price must trade to trigger an entry.
InpAtrPeriod - ATR period used by the volatility filters.
InpMinATR - Skip trading when volatility is below this.
InpMaxATR - Skip trading when volatility is above this.

Pyramid
InpMaxLegs - Maximum positions per move. Default 4.
InpAddStepPrice - How far price must extend in profit before another position is added.
InpAddWindowSec - All positions of a move must open within this many seconds of the first.
InpAddMinGapSec - Minimum seconds between positions.
InpAddOnlyInProfit - Only add while the move is showing a profit.

Exit
InpTakeProfitPrice - Fixed take profit per position. 0 uses the trail only.
InpTrailStartPrice - Profit at which the trail becomes active. Default 8.00.
InpTrailGiveBackPct - Share of the run-up the trail gives back. Default 70.
InpTrailMinDist - The trail is never tighter than this.
InpUseBreakEven - Optional break-even stop. Disabled by default because it caps winners.
InpBreakEvenAt - Profit that triggers the break-even move.
InpBreakEvenLock - Profit the break-even stop keeps.
InpMaxHoldHours - Close a position after this many hours regardless. 0 disables.

Protective stop
InpSL_ATR - Stop loss as a volatility multiple. 0 uses the fixed distance below.
InpFixedSLPrice - Fixed stop loss distance per position. Default 15.00.
InpMinSLPrice - Lower bound on the stop distance.
InpMaxSLPrice - Upper bound on the stop distance.

Sessions, broker server time
InpUseSessions - Restrict trading to the windows below.
InpSess1Start - First window start hour. Default 1.
InpSess1End - First window end hour. Default 6.
InpSess2Start - Second window start hour. Default 15.
InpSess2End - Second window end hour. Default 19.
InpUseSess3 - Enable the third window.
InpSess3Start - Third window start hour. Default 22.
InpSess3End - Third window end hour. Default 23.
InpTradeFriday - Enable or disable Friday.
InpFridayCutoffHour - Stop opening trades on Friday after this hour.

Risk guards
InpMaxSpreadPoints - Skip entries when the spread is wider than this.
InpMaxMovesPerDay - Maximum separate entries per trading day. Default 3.
InpMaxDailyLossUSD - Stop trading for the day after this loss. 0 disables.
InpRearmSec - Seconds to wait after a move closes before looking for a new one.

Other
InpVerboseLog - Write detailed entries to the Experts log, useful when reporting an issue.
InpComment - Comment attached to each order.


Frequently asked questions

Which account type do I need? A hedging MetaTrader 5 account. This is not optional: the EA holds several positions in the same direction and a netting account would merge them.

Does it work on other symbols? It runs on any symbol without errors because it rescales its settings, but the supplied settings are calibrated for gold only.

How many trades will I see? Up to three separate moves per day with the default settings, each of which may open up to four positions. Often fewer.

Does it use martingale or a grid? No. Lot size is fixed, and a position is only ever added after the move has travelled further in profit.

Why is the stop loss so wide? The strategy holds through normal pullbacks rather than scalping. A tight stop removes the winners along with the losers.


Please read

Past performance does not indicate future results. The testing above covers seven months on one instrument, with three months held aside as an out-of-sample check. All figures are Strategy Tester results, not real account results, and none of them is a forecast. Use money you can afford to lose and test on a demo account first.
Другие продукты этого автора
Apex Drawdown Zero
Tshivhidzo Moss Mbedzi
Apex Drawdown Zero V9 — Gold & Forex Trading Robot (XAUUSD, EURUSD, EURJPY) with Prop Firm Protection | MT5 Apex Drawdown Zero is a fully automated trading robot for MetaTrader 5, built for traders who care about drawdown control first. It trades a proprietary daily session-range model on the H1 timeframe, taking a maximum of one qualified trade per day with a fixed, percent-based risk and a structural stop-loss attached from the moment of entry. No martingale. No grid. No averaging. No recovery
Super Signals Channel Indicator Its channel is a non-repaint indicator that reacts more with recent price movements. For this reason, the Super Signals Channel Indicator is a better match for short-term or day trading strategy. The Super Signals Channel only plots swing trading opportunities. So most of its trade signals appear during consolidation or sidelined periods of the market. Super Signals Channel Indicator for MT4 Explanation The green band below the price shows the dynamic support le
FTMO Smart Trader EA
Tshivhidzo Moss Mbedzi
4 (3)
Представляем FTMO Smart Trader EA: Ваше идеальное решение для прохождения торговых испытаний Prop Firm Хотите пройти испытания торговых фирм, таких как FTMO, FundedNext или The Funded Trader Program? FTMO Smart Trader EA разработан специально для достижения этой цели. Обладая впечатляющим процентом выигрышных сделок в  и лишь  просадкой, этот советник тщательно создан для выполнения строгих требований таких торговых фирм. ПРЕДЛОЖЕНИЕ ОГРАНИЧЕНО: Получите одну из 4 оставшихся копий за 600 долларо
Super Signals Channel Indicator A professional non-repainting channel indicator designed for swing trading and short-term trading strategies. The indicator identifies dynamic support and resistance levels and generates clear buy/sell signals with visual arrows on the chart. KEY FEATURES • Non-Repainting Signals - All signals remain fixed once generated • Dynamic Channel Bands - Automatically adjusts to market volatility • Clear Visual Arrows - Green arrows for buy signals, red arrows for sell si
Auzar
Tshivhidzo Moss Mbedzi
5 (1)
Auzar MT5 – AI Prop Firms Forex Robot for Gold (XAUUSD) Scalping The Auzar MT5 Expert Advisor is a next-generation AI-powered trading system developed for MetaTrader 5 (MT5) . It provides a scalping solution for Gold (XAUUSD) , specifically engineered to meet the requirements of prop firm trading environments such as FTMO , Funded Next , and My Forex Funds (MFF) . Built on neural network technology , Auzar adapts dynamically to evolving market conditions, delivering precision, consistency, and
FTMO Range Breakout Pro is a professionally developed Expert Advisor designed for breakout trading in structured environments such as evaluation accounts. Built for MetaTrader 5, it adapts to varying broker conditions using a proprietary range detection algorithm and risk control system. This EA offers configurable settings tailored for traders who aim to follow strict drawdown and execution criteria often found in prop firm accounts. Key Features Smart Range Detection – Dynamically identifies a
Gold Maximizer
Tshivhidzo Moss Mbedzi
Gold Maximizer is an Expert Advisor for MetaTrader 5 that trades support and resistance breakouts on XAUUSD. It combines nine independent breakout strategies on one chart. Each strategy works on its own timeframe, watches its own price levels, and opens at most one position at a time. Trading strategy The EA identifies recent highs and lows over different lookback periods and places pending stop orders beyond those levels. When price breaks out of its recent range, the pending order is trigge
SessionsPro
Tshivhidzo Moss Mbedzi
Sessions Pro is a trading sessions indicator for MetaTrader 5 that draws the London, New York, Tokyo and Sydney sessions with their high/low ranges, session VWAP, an economic calendar news filter, a candle countdown timer and a live dashboard panel. One indicator instead of the five most traders stack on a chart. It works on any symbol - forex, indices, metals, crypto - on every timeframe from M1 to H12. All four sessions are fully configurable: rename them, change their hours, restrict them t
Regression Breakout Map is a breakout indicator for MetaTrader 5 built around an adaptive linear regression channel. It finds periods where volatility has contracted, marks the breakout when price leaves the channel, and then draws the complete trade map on your chart: entry, stop loss, and a TP1 / TP2 / TP3 target ladder with a stop that ratchets forward as each target is reached. It works on any symbol - forex, indices, metals, crypto - on every timeframe from M1 to H12, and it does not repa
SMC Reversal Map is a Smart Money Concepts (SMC) indicator for MetaTrader 5 that marks change of character reversals - the moment market structure breaks and the trend in control loses it. It does something most SMC tools do not: before it shows you a signal, it looks up how the most similar setups in your chart's own history actually turned out, and tells you the result as a confidence score you can act on. It works on any symbol - forex, indices, metals, crypto - on every timeframe, and it d
SMC Fibonacci OTE is a Smart Money Concepts (SMC) indicator for MetaTrader 5 that turns a break of structure into a complete trade plan. It detects the structure shift, anchors a Fibonacci retracement to the exact swing that caused it, shades the Optimal Trade Entry zone, and then hands you the entry, the stop loss and three take profit levels the moment price retraces into that zone. No manual drawing. No dragging the Fibonacci tool and guessing which swing to anchor it to. It works on any sy
Cheetah Gold Scalper - XAUUSD Expert Advisor for MetaTrader 5 Tick-based gold scalping robot for MT5. Intraday XAUUSD scalper with no martingale, no grid, and a stop loss on every position. Two trades per day. Cheetah Gold Scalper is an automated trading robot for XAUUSD on MetaTrader 5 (MT5). It trades one situation: the point where a fast move in gold loses momentum. When price travels a set distance within about a minute and is still accelerating, the EA opens against the move, adds at mos
Фильтр:
Нет отзывов
Ответ на отзыв