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 multi-timeframe analysis using H4 and D1 filters to establish market bias before entering on lower timeframes. Risk management is handled through fixed lot sizing, ATR-based dynamic stop loss and take profit levels, trailing stops, and spread filters.
Multi-timeframe trend filtering using H4 and D1 bias
ATR-based dynamic stop loss and trailing take profit
Session-specific trading windows for London and New York
Integration with ONNX machine learning models for price prediction
Advanced entry filters including RSI pullbacks and MACD momentum
Read from USDCHF.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Timeframe
ENUM_TIMEFRAMES
PERIOD_M15
HtfTimeframe
ENUM_TIMEFRAMES
PERIOD_H4
DailyTimeframe
ENUM_TIMEFRAMES
PERIOD_D1
MagicNumber
int
20260625
UseDailyBias
bool
true
DailyEmaPeriod
int
50
HtfZoneBars
int
20
MinBreakBodyRatio
double
0.55
UseDoubleTrap
bool
true
NyChaosStartHour
int
12
NyChaosEndHour
int
15
MomentumStartHour
int
15
Show all 40 inputs
Name
Type
Default
Description
MomentumEndHour
int
2
LtfFastEma
int
8
LtfSlowEma
int
21
EntryMode
int
1
0=h4 break 1=mixed 2=trap 3=LTF momentum
AllowLtfPullback
bool
true
AllowEmaCross
bool
true
MinEmaGapPips
double
0.5
LotSize
double
0.10
AtrPeriod
int
14
AtrSlMult
double
1.8
AtrTpMult
double
4.0
UseTrailing
bool
true
TrailAtrMult
double
1.2
MaxBarsInTrade
int
96
ExtendHoldMomentum
bool
true
CooldownBars
int
1
MaxSpreadPips
int
8
UseCompressionFilter
bool
true
CompressAtrRatio
double
0.70
CompressLookback
int
48
UseMomentumWindow
bool
true
ComboMode
int
0
0=任一触发 1=主信号+确认 2=评分达标
MinComboScore
int
2
ComboMode=2 时最少几分
AllowRsiPullback
bool
true
RsiPeriod
int
14
RsiBuyZone
double
42.0
RsiSellZone
double
58.0
AllowMacdMomentum
bool
true
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone zhutoutoutousan/profitable-expert-advisor 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, and any .mqh files into the Include folder the code expects.
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 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
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 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
This repository is a compilation of MetaTrader 4 and MetaTrader 5 expert advisors primarily focused on gold (XAUUSD) trading. The core system included features seven independent trading strategies that can be enabled concurrently. It provides various risk management tools, including automated lot sizing based on accoun
This collection for MetaTrader 5 provides several automated Expert Advisors designed for various symbols including forex, gold, and indices. 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
Chinaliyue MT4 EA Collection is a repository of various expert advisors and trading utilities for MetaTrader 4. The collection features several manual trading panels that allow users to execute orders with predefined stop loss and take profit levels. It includes management functions such as trailing stops and break-eve