Collection · MT5

Montero Trading Bots Collection

by Sitodine99

This collection for MetaTrader 5 provides several automated Expert Advisors designed for various symbols including forex, gold, and indices.

High risk

GitHub stars2
Forks0
Last update3 days ago19 Sep 2026
LicenceNone stated

Overview

The repository features Mecha Godzilla, a grid trading system using ATR-based spacing and bidirectional orders, alongside specialized bots for Asian session breakouts and H4 trend following. Risk management features across the tools include daily loss limits, balance targets, and trailing stops. While some EAs are optimized for proprietary trading challenges, certain strategies utilize grid layering, martingale lot multipliers, or lack a default stop loss, requiring careful supervision.

Details

Author

Sitodine99 on GitHub

Type

Collection

Platform

MetaTrader 5 (MQL5)

Strategy

Grid, Breakout, Trend following, Multi-strategy, Martingale, Hedging

Markets

Forex, Gold, Indices

Timeframes

M15-H1, H4 and above, M1-M5

Risk profile

  • Uses martingale lot scaling: losses can grow fast
  • Opens a grid of orders: exposure builds up in a trend
  • Holds opposite positions at once
  • Trades without a fixed stop loss

Input parameters

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

NameTypeDefaultDescription
TimeframeENUM_TIMEFRAMESPERIOD_H1
FixedContractSizedouble0.01Lote del grid. Si UseAutoScaling=true, es solo el valor
UseStopLossboolfalse
StopLossATRMultiplierdouble5.0
MinProfitToClosedouble0.30
UseBalanceTargetboolfalse
BalanceTargetdouble605.0
MinOperatingBalancedouble1.0
MaxDailyLossdouble350.0Base; escala con el lote efectivo (ver UnwindFastTrackRefLot)
SafetyBeltFactordouble1.0
UseAutoScalingboolfalsetrue: FixedContractSize/UnwindLotSize/MaxGridPositions se
CenterLookbackBarsint500
Show all 40 inputs
NameTypeDefaultDescription
CenterNumBucketsint50
CenterMinQualityScoredouble1.2
RecalcIntervalDaysint7
RecalcATRDistancedouble3.0
AtrPeriodint14
AtrStepMultiplierdouble1.5
MaxGridLevelsint20
MaxPositionsPerLevelint2
LimitGridPositionsbooltrue
MaxGridPositionsint12Techo manual. Si UseAutoScaling=true, es solo el valor
PauseMultiplierdouble12.0Grid pausa solo ante movimientos muy grandes
ResumeMultiplierdouble2.0
MinBarsInStateint24
GridDirectionint00=Bidireccional | 1=Solo BUYs | 2=Solo SELLs
UseHurstFilterboolfalseActivar filtro de régimen por exponente de Hurst
HurstPeriodint100Barras para calcular el exponente de Hurst
HurstThresholddouble0.65H > umbral → tendencia → grid no abre posiciones
UseFIFOTimeLimitboolfalseActiva el cierre forzado de la posición más antigua
FIFOMaxDaysOpenint30Días abierta antes de ser candidata a cierre forzado
FIFOCloseIntervalDaysint2Días mínimos entre dos cierres FIFO consecutivos
UnwindLotSizedouble0.04Si UseAutoScaling=true, valor de partida — se recalcula solo
UnwindMinBarsBeforeActivationint48
UnwindCooldownBarsint48
UnwindMinPairProfitdouble0.10
UnwindTrailATRdouble8.0Trailing de fase 1 (grid aún abierto)
UnwindPhase2TrailATRdouble2.0Trailing de fase 2 (TF corriendo sola), mínimo
UnwindPhase2TrailATRMaxdouble5.0Trailing de fase 2, máximo
UnwindPhase2TrailScaleUSDdouble20.0Beneficio extra para llegar del mínimo al máximo

How to install it

  1. 1Download the sourceUse "Download source (.zip)" above, or clone Sitodine99/Trading_Bots 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

5 stars

This repository contains an extensive library of MetaTrader 5 expert advisors covering various algorithmic trading methodologies. The collection includes strategies based on Bollinger Bands, Relative Strength Index, moving average ribbons, and swing failure patterns. A core focus is the Ighodalo series for gold and CFD

MT5 Collection Trend followingBreakoutMartingale High risk
Updated 8 weeks ago Custom licence GitHub repository of Ighodalo MT5 Strategy Collection

MQ4 Master Collection

by hairibaba
3 stars

This repository provides a collection of MetaTrader 4 expert advisors and utility tools. It includes diverse trading strategies ranging from M1 scalping and Heiken Ashi trend following to swing-based approaches. The codebase features a robust trade management framework with classes for order execution, error handling,

MT4 Collection Trend followingScalpingIndicator crossover High risk Archived
Updated 7 years ago None stated GitHub repository of MQ4 Master Collection
67 stars

This repository contains a large collection of over 100 expert advisors for the MetaTrader 5 platform, many of which appear to be generated using the Mission Automate tool. The library covers a wide variety of trading methodologies including range breakouts, Ichimoku cloud strategies, Heiken Ashi engulfing patterns, an

MT5 Collection Trend followingBreakoutMartingale High risk
Updated 3 years ago None stated GitHub repository of Konz MQL5 EA Collection
49 stars

This repository contains a diverse collection of MetaTrader 5 expert advisors ranging from RSI-based scalping robots to multi-timeframe trend following systems. The EAs utilize various technical indicators including EMA crossovers, MACD momentum, and ATR for volatility-based exits. The core logic often incorporates mul

MT5 Collection ScalpingTrend followingBreakout High risk
Updated 2 months ago Custom licence GitHub repository of Frontline MT5 Strategy Collection

This MetaTrader 5 collection features two primary components: a manual risk management panel and an automated confluence robot. The TyAlgo advisor executes trades using the No Nonsense Forex method, aggregating signals from various technical indicators via global variables. Risk is managed through the TyphooN tool, whi

MT5 Collection Trend followingMulti-strategyMartingale High risk

Expert MT5 Collection

by GeneralTradingSarl
16 stars

This repository is a large collection of over 1,000 expert advisors designed for the MetaTrader 5 platform. It serves as an open-source library featuring various algorithmic trading strategies, including moving average crossovers, RSI levels, Parabolic SAR, and range breakouts. The collection provides robots for trend

MT5 Collection Trend followingBreakoutGrid High risk
Updated 4 days ago None stated GitHub repository of Expert MT5 Collection

More collections

Need a broker for MT5?

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

Compare brokers