XAUUSD Aggressive Scalper Suite utilizes a combination of Stochastic Oscillator crossovers and linear regression analysis to identify trend quality and entry points. Trade management is handled through ATR-based dynamic stop loss and take profit levels. Risk controls include an automated news filter to pause activity during high-impact events, a maximum spread filter, and specific trading hour windows. The system offers both conservative logic and high-frequency modes for different market conditions.
Read from QuantumMathAI_V6_Guardian.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
LRC_Period
int
50
Linear Regression Lookback Period
Slope_Threshold
double
0.2
Min Slope to confirm Trend
R_Squared_Min
double
0.7
Min R-Squared (Trend Quality) [0.0-1.0]
RiskPercent
double
1.0
Risk % per Trade (0 = Use Fixed Lot)
FixedLot
double
0.1
Fallback Fixed Lot
ATR_Period
int
14
ATR Period
ATR_Multiplier_SL
double
3.0
[IMPORTANT] SL Distance = ATR * 3.0 (Widened for $4k)
ATR_Multiplier_TP
double
4.0
Target Profit = ATR * 4.0
UseAutoNews
bool
true
Enable Auto-Calendar Fetching
IncludeMedium
bool
false
If true, pause on 'Medium' impact too. False = 'High' only.
PauseMinsBefore
int
30
Minutes to pause BEFORE news
PauseMinsAfter
int
30
Minutes to pause AFTER news
Show all 17 inputs
Name
Type
Default
Description
ServerTimeOffset
int
2
Your Broker Timezone Offset from UTC (e.g., UTC+2)
MaxSpreadPoints
int
150
Max Spread Allowed (150 pts = $1.5)
StartHour
int
8
Trading Start Hour (Server Time)
EndHour
int
22
Trading End Hour (Server Time)
MagicNumber
int
66666
Unique Magic Number
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Laxury-H/XAUUSD-Aggressive-Scalper 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.
Scalpflip EA is an automated scalping robot for MetaTrader 5 that utilizes a multi-layered technical analysis approach. It offers three entry modes: trend-following, mean-reversion, and a smart mode that selects the strategy based on current market conditions. The system filters trades using the Relative Strength Index
FG Scalping Pro is an automated trading system for MetaTrader 5 that utilizes a multi-indicator approach to identify entry points. It combines exponential moving average crossovers with RSI momentum and Bollinger Band volatility filters to execute trades. The EA manages risk through dynamic ATR-based stop loss and take
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
Snipe FX Pro is a MetaTrader 5 expert advisor designed for high-frequency tick scalping, primarily pre-configured for XAUUSD. It utilizes a virtual stealth execution system to manage entries and exits without placing hard stops on the broker's server until necessary. The EA enters trades based on price breakouts or pul
This MetaTrader 5 expert advisor serves as a signal generation tool primarily designed for the EURUSD currency pair. It identifies entry signals by combining MACD crossovers and Relative Strength Index levels, using a 200-period Exponential Moving Average as a primary trend filter. The system integrates a fundamental n
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