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 automated lot sizing, breakeven triggers, and partial profit targets. The collection also includes distinct experts for smart money concepts, Heiken Ashi indicators, and martingale-based lot scaling, offering a variety of approaches for different market conditions.
Read from FirstHourSweepReentry_XAUXAG_MTF.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
SymbolsList
string
XAUUSD,XAGUSD
IncludeChartSymbol
bool
true
ConfirmTF
ENUM_TIMEFRAMES
PERIOD_M15
MagicNumber
int
26012201
VerboseLog
bool
true
EntryStartHour
int
1
EntryStartMinute
int
5
EntryEndHour
int
23
EntryEndMinute
int
50
lotMode
LotMode
LotModeRiskPercent
FixedLot
double
0.01
RiskPercent
double
1.0
Show all 40 inputs
Name
Type
Default
Description
MinLot
double
0.01
MaxLot
double
10.0
UseTP
bool
true
tpMode
TPMode
MidRange
RR
double
1.2
UsePartial
bool
false
PartialPercent
double
60.0
MoveSLToBE_AfterPartial
bool
true
runnerMode
RunnerTPMode
DailyOpen
RR2
double
2.0
UseBreakeven
bool
true
BE_TriggerPoints
int
120
BE_LockPoints
int
10
OneTradePerDay
bool
true
CooldownBarsAfterTrade
int
8
MaxConfirmBars
int
12
UseADXFilter
bool
true
ADX_TF
ENUM_TIMEFRAMES
PERIOD_H1
ADXPeriod
int
14
ADX_TrendThreshold
double
28.0
UseYesterdayBreakoutFilter
bool
true
YesterdayBreakoutPoints
int
120
UseWickFilter
bool
true
MinWickRatio
double
0.45
MaxDeviationPoints
int
30
MinSLPoints
int
80
Default_SweepBufferPoints
int
30
Default_ConfirmInsidePoints
int
0
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone hungnm2527/CodexBot 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.
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
This repository is a collection of educational expert advisors for MetaTrader 5, developed as part of an introductory MQL5 programming series. It includes multiple standalone robots utilizing common technical indicators such as moving average crossovers, Bollinger Bands, and the Relative Strength Index. The primary exp
This repository contains a collection of MetaTrader 5 Expert Advisors and scripts developed for educational and testing purposes. It includes various automated robots based on technical indicators such as the Stochastic Oscillator, RSI, and Moving Average crossovers. The primary Stochastic EA manages entries using over
This repository is a diverse collection of MetaTrader 5 Expert Advisors, featuring nearly 100 different scripts sourced from various origins. The library includes automated robots based on standard indicators like Bollinger Bands, MACD, Stochastics, and moving average crossovers, as well as channel trading systems and
This repository contains a collection of MetaTrader expert advisors for MT4 and MT5, featuring various algorithmic trading strategies. The primary EA, North East Way, implements a multi-currency grid and martingale system focused on mean reversion for correlated pairs such as AUDNZD and NZDCAD. It manages risk through
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