UltraHFT Expert Advisor is a high-frequency scalping robot for MetaTrader 5 that combines five strategy layers including EMA crossovers, RSI mean reversion, and volatility breakouts.
UltraHFT Expert Advisor evaluates market conditions on every tick, entering trades when multiple signals align. The system employs strict risk controls with hard stop losses, take profits, and trailing stops. To protect the account, it features a daily drawdown limit, trade throttling, and filters for high spreads or specific sessions. It is optimized for low-latency environments and raw spread pairs.
Read from UltraHFT_EA.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
RiskPercent
double
1.0
Risk % per trade
MaxDailyDrawdown
double
5.0
Max daily DD %
MaxOpenTrades
double
10
Max simultaneous trades
TP_Pips
double
3.0
Take Profit (pips)
SL_Pips
double
1.5
Stop Loss (pips)
TrailingStart
double
1.5
Trailing start (pips)
TrailingStep
double
0.3
Trailing step (pips)
SignalTimeoutMs
int
200
Signal re-check (ms)
MaxTradesPerMinute
int
60
Throttle (trades/min)
UseTickTrading
bool
true
Trade every valid tick
UseSpreadFilter
bool
true
Filter high spreads
MaxSpreadPips
double
0.5
Max allowed spread
Show all 40 inputs
Name
Type
Default
Description
UseScalpStrategy
bool
true
Micro-scalp (1M)
UseMomentumStrat
bool
true
Momentum burst
UseReversionStrat
bool
true
Mean reversion
UseOrderFlow
bool
true
Bid/Ask pressure
UseVolatilityBreak
bool
true
Volatility breakout
EMA_Fast
int
3
EMA fast period
EMA_Mid
int
8
EMA mid period
EMA_Slow
int
21
EMA slow period
RSI_Period
int
7
RSI period
RSI_OB
int
72
RSI overbought
RSI_OS
int
28
RSI oversold
BB_Period
int
10
Bollinger period
BB_Dev
double
1.5
Bollinger deviation
ATR_Period
int
5
ATR period
MACD_Fast
int
5
MACD fast
MACD_Slow
int
13
MACD slow
MACD_Signal
int
3
MACD signal
Stoch_K
int
5
Stochastic K
Stoch_D
int
3
Stochastic D
Stoch_Slow
int
3
Stochastic slowing
CCI_Period
int
10
CCI period
TradeLondon
bool
true
London session
TradeNewYork
bool
true
NY session
TradeTokyo
bool
false
Tokyo session
TradeSydney
bool
false
Sydney session
AvoidNewsMinutes
bool
5
Pause N min around news
MagicNumber
long
20250402
EA Magic Number
TradeComment
string
UltraHFT
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone NipunDilshanSenevirathne/UltraHFT_Expert-Advisor 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.
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
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
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
This MetaTrader 5 expert advisor focuses on XAUUSD using a multi-timeframe scalping approach based on Smart Money Concepts. It identifies institutional market structures by analyzing H4 trends, H1 supply and demand zones, and M5 entries. The logic incorporates order block detection, Fair Value Gaps (FVG), and liquidity
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
EA Ak47 Hybrid is a modular scalping expert advisor for MetaTrader 5, specifically optimized for gold markets. It generates signals using the Relative Strength Index filtered by an Exponential Moving Average trend component. The EA includes secondary filters for ATR volatility, MACD momentum, and Stochastic oscillators