My Trading Bot identifies fractal-based liquidity sweeps, order blocks, and Fibonacci zones across multiple timeframes, typically using H4 for trend direction and M15 for execution. The EA includes an optional machine learning filter that communicates with an external Python-based LSTM model via CSV files. Risk management is robust, featuring daily drawdown limits, spread filters, session validation, partial exits, and trailing stops.
Read from MyTradingBot.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
RiskPerTrade
double
1.0
% risk per trade
DailyDrawdownLimit
double
5.0
Daily loss limit (%)
UsePartialExit
bool
false
PartialExitRatio
double
0.5
UseTrailingStop
bool
false
TrailStopPips
double
20.0
UseMA
bool
false
UseRSI
bool
false
UseATR
bool
false
UseBollinger
bool
false
UseOrderBlocks
bool
true
FibEntryLevel
double
0.5
Show all 24 inputs
Name
Type
Default
Description
MagicNumber
int
2025
BaseSymbolParam
string
MainTF
ENUM_TIMEFRAMES
PERIOD_M15
HigherTF
ENUM_TIMEFRAMES
PERIOD_H4
UseMLSignal
bool
false
ML_Threshold
double
0.55
MaxRetryAttempts
int
3
Maximum retry attempts for failed trades
RetryDelayMs
int
1000
Delay between retries (milliseconds)
UseSpreadFilter
bool
true
Enable spread filter
MaxSpreadPoints
int
30
Maximum allowed spread in points
CheckMarketHours
bool
true
Check if market is open
GMTOffset
int
0
Broker GMT offset for market hours
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone carlosrod723/MQL5-Trading-Bot 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 expert advisor utilizes a Naive Bayes probabilistic model integrated with Smart Money Concepts and ICT principles to identify trading opportunities. It primarily targets gold bias and pullbacks but includes logic for universal symbol support. The system uses a machine learning engine that self-retrain
This expert advisor for MetaTrader 5 combines traditional quantitative strategies with machine learning via the ONNX runtime. It features multiple trading modes including Order Blocks, market structure analysis, and a hybrid AI strategy using neural network predictions trained in PyTorch. The system incorporates compre
RapidPass EA (RPEA) is an MT5 trading robot designed specifically for passing prop firm challenges. It utilizes a hybrid ensemble architecture combining Burst-Weighted Imbalance with Session Confluence (BWISC) and mean-reversion strategies. The EA incorporates machine learning through Q-learning and contextual bandits
Gold Trader EA is a multi-strategy expert advisor designed for trading XAUUSD on the MetaTrader 5 platform. It employs a fusion engine that combines up to 14 different technical analysis methods, including candlestick patterns, chart patterns, price action, and institutional levels. The system requires a user-defined n
This MetaTrader 5 expert advisor implements Smart Money Concepts including Order Blocks, Fair Value Gaps, and Break of Structure entries. It features an automated mode that combines multiple strategies alongside market regime detection using ADX or Efficiency Ratio to ensure trading in trending conditions. Risk managem
Makets GA is a neural network trading system for MetaTrader 5 that utilizes genetic algorithms to optimize weights for multi-layer perceptrons. Instead of standard price prediction, the EA evolves trading strategies by processing price data across several major currency pairs simultaneously. It implements evolutionary