Trading robot · MT5

Atlas EA

by ymk5py-commits

Atlas EA is a multi-strategy intraday trading robot for MetaTrader 5, primarily focused on gold, silver, and USDJPY.

GitHub stars2
Forks1
Last update3 weeks ago1 Sep 2026
LicenceNone stated

Overview

Atlas EA identifies market structure shifts using Smart Money Concepts, specifically targeting breaks of structure and fair value gaps during the London and New York sessions. The EA includes optional modules for trend pullbacks, Asian breakouts, and M1 mean reversion. Risk is managed through per-trade equity percentage scaling, a daily loss cap, and a drawdown-based kill switch. It automates exits using reward-to-risk targets, break-even adjustments, partial profit taking, and trailing stops. Notably, the included Candle Range Theory strategy is disabled by default.

Details

Author

ymk5py-commits on GitHub

Type

Trading robot

Platform

MetaTrader 5 (MQL5)

Strategy

SMC / ICT / price action, Trend following, Breakout, Scalping

Markets

Gold, Forex, Oil & commodities

Timeframes

M15-H1, M1-M5

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 Atlas_EA.mq5. Defaults are the author's; change them in the EA's Inputs tab.

NameTypeDefaultDescription
InpSymbolsstringXAUUSD,USDJPY,XAGUSDSimbolos (separados por coma)
InpEnablePushbooltrueNotificaciones push al celular
InpDeviationPointsint20Slippage maximo (points)
InpRiskPctdouble1.5Riesgo por operacion (% equity)
InpDailyLossPctdouble5.0Limite de perdida diaria (%)
InpMaxDrawdownPctdouble30.0Kill switch: DD desde pico (%)
InpMaxTotalRiskPctdouble3.0Riesgo abierto total maximo (%)
InpMaxTradesPerDayint4Max operaciones/dia por simbolo
InpMaxPositionsint2Max posiciones simultaneas
InpResetKillSwitchboolfalseResetear kill switch (tras revisar)
InpRRdouble2.0Objetivo en R (TP sin parcial)
InpBeTriggerRdouble1.0Break-even al llegar a +R
Show all 40 inputs
NameTypeDefaultDescription
InpPartialRdouble1.0Cierre parcial al llegar a +R
InpTrailAtrMultdouble2.0Trailing: multiplicador ATR
InpCrtSymbolsstringSimbolos con Candle Range Theory (apagado: resta en backtest)
InpSmcSymbolsstringXAUUSD,USDJPY,XAGUSDSimbolos con Smart Money
InpTrendSymbolsstringSimbolos con tendencia (pullback)
InpBreakoutSymbolsstringSimbolos con ruptura asiatica
InpRevSymbolsstringSimbolos con reversion M1 (metodo manual del dueno)
InpAdxTrenddouble22.0ADX H1 minimo para tendencia
InpSqueezeRatiodouble0.75Compresion: ancho BB < ratio x prom
InpAtrSlMultdouble1.5Stop loss: multiplicador ATR M15
InpMaxRangeAtrMultdouble1.2Rango asiatico max (x ATR H1)
InpSmcFractalint2Amplitud del swing fractal (velas a cada lado)
InpSmcLookbackint160Velas M15 analizadas (estructura)
InpSmcMaxAgeBarsint20Antiguedad max del BOS/CHoCH (velas M15)
InpSmcDisplacementdouble1.0Desplazamiento min de la vela del quiebre (x rango medio; 0 = sin filtro)
InpSmcRequireHtfbooltrueExigir que la estructura H1 acompane
InpSmcRequireSweepboolfalseExigir barrido de liquidez previo (mas selectivo)
InpSmcRequireDiscbooltrueComprar solo en descuento / vender solo en premium
InpSmcNeedRejectionbooltrueExigir vela de rechazo al tocar la zona
InpSmcUseFvgbooltrueRefinar la zona con el FVG (imbalance)
InpSmcAllowChoppyboolfalsePermitir SMC en regimen lateral (mas trades, mas ruido)
InpSmcSlBufferAtrdouble0.25Colchon del SL bajo/sobre la zona (x ATR M15)
InpSmcMaxSlAtrdouble3.0Descartar el setup si el SL supera (x ATR M15)
InpSmcTvFilterint0Confluencia rating TV: 0=ninguna, 1=solo H1, 2=M15+H1
InpCrtTimeframeENUM_TIMEFRAMESPERIOD_H4Vela que define el rango
InpCrtModeint00 = en vivo (purga en la vela en curso) · 1 = confirmado (la purga ya cerro)
InpCrtMinRangeAtrdouble0.8Rango minimo de la vela (x ATR del TF) — evita dojis
InpCrtMaxRangeAtrdouble2.5Rango maximo (x ATR del TF) — evita velas ya extendidas

How to install it

  1. 1Download the sourceUse "Download source (.zip)" above, or clone ymk5py-commits/atlas-ea 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, and any .mqh files into the Include folder the code expects.
  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

Prop Firm EA Fleet

by cgemise971
20 stars

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

MT5 Trading robot SMC / ICT / price actionBreakoutScalping High risk
Updated 9 months ago None stated GitHub repository of Prop Firm EA Fleet

This MetaTrader 5 expert advisor is a multi-layered trading system specifically designed for BTCUSD. It utilizes a hierarchical decision logic that analyzes macro bias on the H4 timeframe, maps support and resistance on the H1 timeframe, and confirms structure changes on M15 before executing trades on the M5 timeframe.

MT5 Trading robot SMC / ICT / price actionBreakoutTrend following

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

Nyao Scalper

by elrizwiraswara
173 stars

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

MT5 Trading robot ScalpingTrend followingMartingale High risk
Updated 3 months ago BSD-3-Clause GitHub repository of Nyao Scalper

Fimathe EA

by yolisses
12 stars

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

MT5 Trading robot BreakoutTrend followingSMC / ICT / price action
Updated 5 years ago None stated GitHub repository of Fimathe EA

Simba Sniper EA

by oriokie
6 stars

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

MT5 Trading robot SMC / ICT / price actionScalpingTrend following High risk
Updated 8 months ago Custom licence GitHub repository of Simba Sniper 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