Black XAU Automated Bot utilizes a multi-timeframe breakout and retest strategy, identifying trading zones based on initial H4 market structure. Entries are triggered on the M5 timeframe when price retests a confirmed breakout level. The expert advisor includes comprehensive risk management tools such as ATR-based position sizing, trailing stops, and a break-even function. To filter market noise, it employs a dual EMA filter and a session filter covering London and New York hours. An integrated news filter uses the built-in calendar to pause trading during high-impact USD events.
Read from blackXAU2.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Lots
double
0.1
MaxWaitSeconds
int
24*60*60
UseRiskPercent
bool
false
RiskPercent
double
1.0
Slippage
int
10
OnlyOnePosition
bool
true
TradeComment
string
H4ZoneRetest
UseNewsFilter
bool
true
NewsFilterMinutes
int
30
NewsFilterCurrency
string
USD
UseTrailingStop
bool
true
TrailingMode
int
0
0=fixed, 1=ATR
Show all 38 inputs
Name
Type
Default
Description
TrailingStart
double
200.0
TrailingStep
double
100.0
ATR_Trail_Period
int
14
ATR_Trail_Timeframe
ENUM_TIMEFRAMES
PERIOD_M15
ATR_Trail_Mult
double
1.5
BE_MovePoints
double
300.0
MagicNumber
int
202503
MaxSpreadPoints
double
50.0
NormalizePricesOut
bool
true
UseSessionFilter
bool
true
Bật/tắt lọc theo phiên
SessionStartHour
int
7
Giờ bắt đầu (London)
SessionEndHour
int
22
Giờ kết thúc (NY)
ShortLotMultiplier
double
0.5
multiplier cho short orders
ZoneMode
int
0
0 = Daily HL prev, 1 = first N H4 bars
ZoneFirstH4Count
int
4
BreakoutBodyPct
double
50.0
BreakoutMinPoints
double
200.0
UseEMAFilter
bool
true
EMA_Fast
int
50
EMA_Slow
int
200
EMA_Timeframe
ENUM_TIMEFRAMES
PERIOD_H1
UseATRSizing
bool
true
ATR_Period
int
14
ATR_Timeframe
ENUM_TIMEFRAMES
PERIOD_H1
ATR_SL_Mult
double
1.5
ATR_TP_Mult
double
3.0
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone phatnomenal/blackXAU_AUTOMATED-BOT-TRADE from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
3Copy the filesCopy the .mq5 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.
Nyao Scalper is an automated scalping robot for MetaTrader 5 that utilizes a multi-factor weighted scoring system to identify trade opportunities. It evaluates trend alignment through EMA crossovers, momentum via RSI, and price action through wick rejection and candle body analysis. The EA manages risk with adaptive AT
This MetaTrader 5 expert advisor specializes in trading Gold (XAUUSD) by targeting volatility during the New York session. It utilizes an Average True Range (ATR) indicator to identify market trends and determine entry levels for limit orders. Risk management includes fixed stop loss parameters and dynamic trailing sto
This MetaTrader 5 expert advisor implements a box breakout strategy designed for the foreign exchange market. The robot identifies price ranges during specific time windows and enters trades upon a breakout. It features a trend filter using fast and slow moving averages to align entries with broader market direction. R
Binario is a breakout expert advisor for MetaTrader 4 and 5 that utilizes a price channel constructed from two moving averages of the same period. By default, it uses a 144-period exponential moving average applied to both highs and lows. It enters trades when the price moves outside this band by a predefined pip dista
Prop Firm EA Fleet is a collection of MetaTrader 5 robots designed for passing prop firm evaluations and managing funded accounts. The suite utilizes various strategies including market structure analysis, session range breakouts for London and New York sessions, and high-frequency scalping. It features strict risk man
Fimathe EA is a MetaTrader 5 robot designed to automate the Fimathe trading technique. It replaces manual channel drawing by analyzing a user-defined range of historical candles to determine reference channels and neutral zones. The system identifies price partitions and uses the median distance to set entry levels. Fo