Trading robot ยท MT5

GainzAlgo EA

by saadkhan371

This MetaTrader 5 robot is a trend-following expert advisor converted from Pine Script, designed primarily for gold scalping on the one-minute timeframe.

GitHub stars2
Forks0
Last update5 months ago29 Mar 2026
LicenceNone stated

Overview

GainzAlgo EA identifies entries using a triple Exponential Moving Average stack combined with Relative Strength Index filters and candle confirmation. The EA manages risk through Average True Range based stop loss and take profit levels, aiming for a consistent reward-to-risk ratio. It includes features like compounding lot sizes, margin-based position sizing, and a higher timeframe trend filter to refine trade selection while providing multiple built-in performance presets.

Details

Author

saadkhan371 on GitHub

Type

Trading robot

Platform

MetaTrader 5 (MQL5)

Strategy

Trend following, Scalping, Indicator crossover

Markets

Gold, Forex, Crypto

Timeframes

M1-M5, M15-H1

Risk profile

No grid, martingale or hedging logic was found in its code or README. That says nothing about how it performs: backtest it first.

Input parameters

Read from GainzAlgo_EA.mq5. Defaults are the author's; change them in the EA's Inputs tab.

NameTypeDefaultDescription
InpPresetENUM_PRESETPRESET_MICRO
InpEmaFastLenint5Fast EMA Length
InpEmaSlowLenint13Slow EMA Length
InpEmaTrendLenint34Trend EMA Length
InpRsiLenint7RSI Length
InpRsiOBint72RSI Overbought
InpRsiOSint28RSI Oversold
InpAtrLenint14ATR Length
InpSymbolstringXAUUSDmSymbol (XAUUSDm in MT5 for Gold, $100 setup)
InpMultiSymbolboolfalseTrade multiple symbols
InpSymbolListstringXAUUSDmSymbols (comma-separated, when Multi ON)
InpInitialDepositdouble100Initial Deposit ($100 โ€“ set Tester Deposit to match)
Show all 30 inputs
NameTypeDefaultDescription
InpUseAtrMultbooltrueUse ATR for SL/TP
InpTpMultdouble2.0Take Profit (x ATR) manual
InpSlMultdouble1.0Stop Loss (x ATR) manual
InpUseCompoundingboolfalseEnable Compounding (lot size grows with balance)
InpUseMarginBasedLotbooltrueAuto lot to fit margin (ON = no "not enough money")
InpLotSizedouble0.01Lot size (0.01 for EURUSDm $100; fixed when margin-based gives 0)
InpCompoundingPercentdouble0.5Risk % per trade when compounding (0.5% = $0.50 on $100)
InpMaxPositionsint1Max open positions per direction (1 = 75% strategy)
InpMagicint123456Magic Number
InpTimeframeENUM_TIMEFRAME_MODETF_M1Timeframe mode (M1 for $100 scalping)
InpUseM5TrendbooltrueM5 trend filter (75% strategy: only trade with M5 trend)
InpM5TrendBarsint2M5 trend confirmation (2 = require 2 bars in trend)
InpCandleConfirmbooltrueCandle confirmation (bar close in trade direction)
InpMinSLPointsdouble0Min SL distance (points, 0=off; e.g. 30 for XAUUSD)
InpShowSignalsbooltrueShow BUY/SELL Arrows
InpShowTPSLLabelsboolfalseShow TP/SL text labels
InpShowPositionDashboardbooltrueShow Position Table (Entry/SL/TP/Risk:Reward) in corner
InpDebugModebooltrueDebug: full logs + profit per trade | OFF: live, errors only

How to install it

  1. 1Download the sourceUse "Download source (.zip)" above, or clone saadkhan371/pinescript from GitHub, and unzip it.
  2. 2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
  3. 3Copy the filesCopy the .mq5 file into Experts.
  4. 4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
  5. 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.

Similar expert advisors

EA Scalper XAUUSD

by francomascareloai
236 stars

EA Scalper XAUUSD is an automated trading research project for MetaTrader 5 focused on gold. It employs a multifaceted entry strategy using Smart Money Concepts like order blocks and liquidity sweeps, alongside moving average crossovers and Fibonacci zones. The EA includes a self-learning module designed to adapt to di

MT5 Trading robot SMC / ICT / price actionIndicator crossoverScalping High risk
Updated 3 months ago Custom licence GitHub repository of EA Scalper XAUUSD

Scalpflip EA

by anthonycdp
25 stars

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

MT5 Trading robot ScalpingTrend followingMean reversion
Updated 1 year ago None stated GitHub repository of Scalpflip EA

FG Scalping Pro

by FaizGusion00
11 stars

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

MT5 Trading robot ScalpingIndicator crossoverMean reversion
Updated 1 year ago Custom licence GitHub repository of FG Scalping Pro

Gold Scalper MT5

by autoea-online
5 stars

Gold Scalper is an educational MetaTrader 5 expert advisor designed for scalping XAUUSD on the one-minute timeframe. It is presented as a masterclass tutorial to demonstrate modular coding practices. The system utilizes a 200-period Exponential Moving Average for trend filtering and the Relative Strength Index for entr

MT5 Trading robot ScalpingTrend followingIndicator crossover
Updated 6 months ago MIT GitHub repository of Gold Scalper MT5

Trade Pro 1Min Scalper

by Justin-yzp
4 stars

Trade Pro 1Min Scalper is an automated trading robot for MetaTrader 5 that implements a strategy based on Bill Williams Fractals and a triple moving average system. It identifies market trends using fast, medium, and slow EMA periods and executes entries based on short-term price action. The expert advisor includes a f

MT5 Trading robot Trend followingScalpingIndicator crossover
Updated 2 years ago None stated GitHub repository of Trade Pro 1Min Scalper

Sentinel EA

by davidtomblin
3 stars

Sentinel EA is a trend-following scalping robot developed for MetaTrader 5, specifically optimized for trading Gold (XAU/USD) on the one-minute timeframe. The strategy utilizes a fast and slow Exponential Moving Average crossover to identify trade entries. It features mandatory risk controls including fixed stop loss a

MT5 Trading robot ScalpingIndicator crossoverTrend following
Updated 9 months ago None stated GitHub repository of Sentinel EA

More trading robots

Need a broker for MT5?

Compare regulated brokers that support MetaTrader, with spreads, minimum deposits and leverage side by side.

Compare brokers