Advanced MQL5 Trading System utilizes a multi-engine architecture to separate market analysis, risk management, and execution logic. The robot generates entry signals based on technical indicators across multiple timeframes, requiring a minimum confidence score for execution. Risk management features include ATR-based position sizing, maximum daily drawdown limits, and constraints on concurrent trades. It manages exits through volatility-adjusted stop loss and take profit levels, while providing extensive logging for performance analysis.
Modular design with dedicated risk and execution engines
Read from main_controller.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpTradingEnabled
bool
true
Enable Trading
InpEmergencyStop
bool
false
Emergency Stop All Trading
InpMagicNumber
int
12345
Magic Number
InpTradeComment
string
Advanced_EA_v1.0
Trade Comment
InpMaxRiskPerTrade
double
0.5
Max Risk Per Trade (%)
InpMaxDailyDrawdown
double
5.0
Max Daily Drawdown (%)
InpMaxConcurrentTrades
int
3
Max Concurrent Trades
InpMaxTradesPerDay
int
10
Max Trades Per Day
InpEnableScalper
bool
true
Enable Scalper Strategy
InpMinConfidence
double
0.70
Minimum Signal Confidence
InpUseTrendFilter
bool
true
Use Trend Filter
InpUseTimeFilter
bool
true
Use Time Filter
Show all 15 inputs
Name
Type
Default
Description
InpEnableLogging
bool
true
Enable Data Logging
InpLogMarketData
bool
false
Log Market Data
InpLogLevel
int
2
Log Level (0=Error, 1=Warning, 2=Info, 3=Debug)
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone ns-vikas/trading-bot-mql5 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.
EA Scalper XAUUSD is an automated trading research project for MetaTrader 5 focused on gold. It employs a multifaceted entry strategy using Smart Money Concepts like order blocks and liquidity sweeps, alongside moving average crossovers and Fibonacci zones. The EA includes a self-learning module designed to adapt to di
Nyao Scalper is an automated scalping robot for MetaTrader 5 that utilizes a multi-factor weighted scoring system to identify trade opportunities. It evaluates trend alignment through EMA crossovers, momentum via RSI, and price action through wick rejection and candle body analysis. The EA manages risk with adaptive AT
This Expert Advisor for MetaTrader 5 is specifically designed for XAUUSD trading on the M1 timeframe. It utilizes a hybrid strategy combining classic technical indicators like RSI, Moving Averages, and ATR with an OpenAI API integration for signal validation. The robot features an on-chart dashboard for telemetry and i
Scalpflip EA is an automated scalping robot for MetaTrader 5 that utilizes a multi-layered technical analysis approach. It offers three entry modes: trend-following, mean-reversion, and a smart mode that selects the strategy based on current market conditions. The system filters trades using the Relative Strength Index
Prop Firm EA Fleet is a collection of MetaTrader 5 robots designed for passing prop firm evaluations and managing funded accounts. The suite utilizes various strategies including market structure analysis, session range breakouts for London and New York sessions, and high-frequency scalping. It features strict risk man
FG Scalping Pro is an automated trading system for MetaTrader 5 that utilizes a multi-indicator approach to identify entry points. It combines exponential moving average crossovers with RSI momentum and Bollinger Band volatility filters to execute trades. The EA manages risk through dynamic ATR-based stop loss and take