This MetaTrader 5 repository features a diverse collection of automated trading strategies, including indicator-based scalpers and price action robots.
The experts utilize technical filters such as Average True Range periods and baseline moving averages to identify entry signals. Key risk management features integrated across the tools include configurable stop loss points, take profit multipliers, and trading session time filters. Specific implementations cover range breakouts and volatility-based momentum trades. The repository provides open-source access to several distinct algorithmic approaches for users to study or implement on intraday timeframes.
Read from ATR Explosion Scalper.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpTimeframe
ENUM_TIMEFRAMES
PERIOD_M15
InpBaselinePeriod
int
100
InpAtrBaselinePeriod
int
35
InpAtrSlowPeriod
int
100
InpAtrFastPeriod
int
20
InpSlPoint
int
340
InpTpFactor
double
0.45
InpTpMode
ENUM_TPMODE
TPMODE_BAILOUT
InpMinimumBars
int
10
InpExpirationHours
int
2
Expiration Hours
InpUseTimeFilter
bool
true
Using Time Filter?
InpStartTradingTime
int
10
Trading Start at Hour (server time)
Show all 13 inputs
Name
Type
Default
Description
InpStopTradingTime
int
13
Trading Stop at Hour (server time)
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone handiko/TradingStrategy-Public 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 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
This repository contains a collection of MetaTrader 5 expert advisors, primarily featuring the Signal Poller EA series alongside standard indicator-based robots. The system is designed for high-leverage environments, specifically targeting gold, bitcoin, forex, and indices. It utilizes an external signal push architect
This collection of MetaTrader 5 expert advisors focuses on order flow, microstructure, and scalping strategies. It includes tools for cumulative delta scalping, swing pivot fading, and bridging external signals from TradingView via file monitoring. The suite features robust risk controls such as daily loss and profit l
MT5CollectionScalpingMean reversionTrend following
This repository provides a diverse collection of MetaTrader 4 and MetaTrader 5 expert advisors covering multiple trading methodologies. It includes robots for smart money concepts with fair value gap detection, Joe Ross hook patterns, and volatility-based scalping. The library features specific tools for XAUUSD and mul
A collection of systematic Expert Advisors for MetaTrader 5 designed for session-specific execution. The repository includes multiple specialized engines for strategies such as range reversion, breakouts, and trend following. It features a centralized risk management layer with spread caps, daily loss limits, and conse
MT5CollectionMean reversionBreakoutTrend following
This repository provides a diverse collection of MetaTrader 5 expert advisors and utility scripts for automated trading. The primary logic focuses on managing pending orders through dynamic distance adjustments, time-scheduled trade execution, and sophisticated trailing stops that operate via price ticks or millisecond
MT5CollectionBreakoutIndicator crossoverTrend following