Axuusd Gold Advisor employs a hybrid strategy approach, allowing users to toggle between trend following using moving average crossovers, mean reversion via RSI and Stochastic divergence, and breakout patterns. Trade management includes automated ATR-based stop losses, fixed reward-to-risk take profits, and partial position closing. The robot features detailed risk controls, such as a daily loss percentage cap, maximum concurrent trade limits, and a session filter to restrict operations to specific GMT hours.
Read from GoldBot.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
TradeSymbol
string
XAUUSD
symbol to trade
EntryTF
ENUM_TIMEFRAMES
PERIOD_H4
timeframe for entries
RiskPercent
double
2.0
% risk per trade (kept default as requested)
DailyLossCapPct
double
20.0
% loss cap for day
UseSessionFilter
bool
true
SessionStartGMT
int
8
GMT session start
SessionEndGMT
int
17
GMT session end
UseTrendFollowing
bool
true
UseMeanReversion
bool
false
UseBreakout
bool
false
EMA_Fast_Period
int
50
EMA_Slow_Period
int
200
Show all 34 inputs
Name
Type
Default
Description
RSI_Period
int
14
StochK
int
14
StochD
int
3
StochSlowing
int
3
DivergenceLookback
int
5
lookback to check divergence (bars)
FibLookback
int
100
fib swing lookback for breakout
ATRPeriod
int
14
ATRMultiplier
double
2.0
SL = ATR * ATRMultiplier (2x)
RR_Ratio
double
3.0
TP = SL * RR_Ratio -> 3:1
BreakEvenPipsMove
int
2
buffer when moving to BE (in points)
MinLotsDecimals
int
2
MinLot
double
0.01
maxlot
double
100.0
AllowTrading
bool
true
MagicNumber
int
20250924
CloseOpposites
bool
false
close opposite side positions before opening a new one
CloseAllOnDailyCap
bool
false
close all trades when daily loss cap hit
UsePartialClose
bool
true
PartialClosePct
double
50.0
TotalDailyRiskPct
double
8.0
MaxConcurrentTrades
int
3
MaxLossPerTradeUSD
double
200.0
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone damozycodes/AXUUSD from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
3Copy the filesCopy the .mq4 file into Experts.
4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
5Test before you tradeRun it in the Strategy Tester, then attach it to a demo chart and allow algorithmic trading.
Third-party code. ForexR did not write, test or endorse this EA, and the summary above was generated automatically from its README and code. ForexR lists only repositories with readable source code and never hosts files. Read the code, backtest it and use a demo account first; automated trading can lose money quickly.
This MetaTrader 4 expert advisor utilizes the SuperTrend and Bollinger Bands indicators to identify market entries. It monitors for trend changes, breakouts, corrections, and pullbacks. The EA incorporates several risk management tools, including a configurable stop loss, dynamic stop loss logic, and a trailing stop. I
Puer Tigris is a MetaTrader 4 expert advisor that implements multiple entry strategies, primarily focusing on Bollinger Bands mean reversion. It features a martingale lot scaling system where position sizes are multiplied after a trade is closed, with a configurable limit on the number of recovery levels. The robot use
Vforce EA is a versatile trading robot for MetaTrader 4 that utilizes a wide array of technical indicators to identify entry points. It integrates Stochastic, RSI, ADX, MACD, and Bollinger Bands, allowing traders to enable or disable specific signals via input parameters. The system manages risk through fixed lot sizin
This expert advisor for MetaTrader 5 is a multi-strategy system that utilizes market regime detection to switch between trend following, range trading, and breakout modes. It incorporates a wide array of technical indicators, including Moving Averages, RSI, MACD, Ichimoku, and SuperTrend. The bot manages risk through v
IchiDCA CCBSN PropFirm EA is an automated trend-following robot for MetaTrader 5, optimized for gold and forex markets. It triggers trades based on Ichimoku Cloud breaks, filtered by dual Exponential Moving Averages and MACD indicators. The strategy manages positions through a Dollar Cost Averaging system that layers u
This MetaTrader 5 expert advisor combines Bollinger Band mean-reversion, squeeze breakouts, and EMA crossover trend following. It filters for ranging markets using a long-period EMA slope to execute reversal trades with candlestick confirmation, specifically identifying Doji patterns at the bands. Risk management inclu