The primary expert advisor utilizes Fair Value Gaps to identify entries, incorporating multi-timeframe analysis. It manages risk through percentage-based lot sizing, daily loss limits, and automated stop losses with ATR-based adaptive buffers. Trade management features include breakeven triggers and partial take-profits based on reward-to-risk ratios. Other included files explore RSI strategies and volume-based logic. The repository is under active development and lacks a formal README.
Read from Hmbqt FVG EA.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
EAName
string
Hmbqt FVG EA
MagicNumber
int
20241118
TradeCommentPrefix
string
Hmbqt FVG
SymbolsToTrade
string
EURUSD
TradingDays
string
Mon,Tue,Wed,Thu,Fri
StartHour
int
8
EndHour
int
17
UTCOffset
int
0
RiskPercentage
double
1.0
MaxDailyLossPercent
double
10.0
RRTarget
double
3.0
EnableBreakeven
bool
true
Show all 26 inputs
Name
Type
Default
Description
BreakevenTriggerRR
double
1.2
EnablePartialTP
bool
true
PartialTPRR
double
1.5
PartialTPPercent
double
50.0
SLBufferPips
double
2.0
MinSLDistancePips
double
10.0
MaxSLDistancePips
double
80.0
UseAdaptiveSLBuffer
bool
true
ATRPeriod
int
14
EnableSpreadFilter
bool
true
MaxSpreadMultiplier
double
2.5
SpreadCalcBars
int
50
EnableDetailedLogging
bool
true
LogTradesToFile
bool
true
How to Install It
1Download the sourceUse "Download source (.zip)" above, or clone Xtley001/mt5-systematic-trading-lab 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 provides a diverse collection of MetaTrader 5 expert advisors focusing on technical indicators and Smart Money Concepts. The primary expert advisor, Behemoth Max, utilizes a combination of MACD, weighted moving averages, and exponential moving averages across multiple timeframes to identify entries. Ris
This MetaTrader 5 repository provides a collection of expert advisors, including a specialized mean-reversion system for gold and silver. The primary strategy identifies liquidity sweeps of the first trading hour to time entries, utilizing multi-timeframe filters like ADX and candle wick ratios. It manages risk through
This MetaTrader 5 collection features several expert advisors, with a primary focus on the ICT v2 robot. The main strategy implements Smart Money Concepts, identifying Market Structure Shifts, Fair Value Gaps, and Liquidity Sweeps across high, medium, and low timeframes. It automates entries on price retracements with
This repository provides a collection of MetaTrader 5 expert advisors focused on Smart Money Concepts and Inner Circle Trader methodologies. The included bots automate various trading models such as the Next Day Model, New York session range trading, and Fair Value Gap entries. Each tool utilizes multi-timeframe analys
This repository is a collection of MetaTrader 5 expert advisors focusing on quantitative research and price action strategies. It includes implementations of Smart Money Concepts and Inner Circle Trader methods, such as Order Blocks, Fair Value Gaps, and liquidity sweeps. Other components feature Ichimoku Kinko Hyo tre
NeoFL is a collection of modular MetaTrader 5 trading robots built on a shared algorithmic architecture. The library includes specialized engines for gold, forex, and candle level revisits. The primary Candle Revisit EA uses M5 price action analysis for entries while employing an M1 observer for trade protection. It ma