MT5 Agent Toolkit is a developer framework and collection of expert advisors designed to automate the creation and testing of MQL5 strategies using AI agents.
MT5 Agent Toolkit provides headless PowerShell scripts to bypass common MetaTrader 5 command-line failures during compilation and backtesting. The included example robots, such as RsiLevel, execute trades based on Relative Strength Index thresholds. These EAs feature built-in risk management including percentage-based lot sizing, fixed stop loss and take profit levels, spread filters, and daily entry limits. The system focuses on reliable headless execution for automated development workflows.
Automated headless compilation and backtesting scripts
Read from RsiLevel.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpRsiPeriod
int
14
RSI period
InpBuyLevel
double
30.0
Buy while RSI is below this
InpSellLevel
double
70.0
Sell while RSI is above this
InpRiskPercent
double
1.0
Risk per trade, % of balance
InpStopLossPoints
int
300
Stop loss, points
InpTakeProfitPoints
int
600
Take profit, points, 0 = none
InpMaxPositions
int
1
Max simultaneous positions
InpMaxTradesPerDay
int
5
Max entries per day, 0 = no limit
InpMaxSpreadPoints
int
30
Max spread allowed, points
InpMagic
long
20260808
Magic number
InpComment
string
RsiLevel
Order comment
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone smizxe/mt5-agent-toolkit 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 MetaTrader 4 expert advisor and modular framework provides advanced trade management and position scaling capabilities. It features a linear trailing stop that triggers at a predefined profit level and a pyramiding system to add positions to winning trades using a lot multiplier. The code is structured as a librar
Gartal Inc is a modular trading automation framework and strategy development template for MetaTrader 4. It provides a structured environment for testing various entry and exit logic, including Fair Value Gaps, moving average crossovers, and Donchian channels. The repository focuses on backtesting workflows, featuring
MT4Framework & templateSMC / ICT / price actionIndicator crossoverTrend following
This MetaTrader 5 expert advisor serves as a foundational template for building automated trading systems. The README is minimal, but the code provides a structured framework for beginners to implement custom entry and exit logic using price data and technical indicators. It includes examples of Exponential Moving Aver
This repository provides a software development kit and a collection of example Expert Advisors for MetaTrader 5 designed to work with custom tick and volume bar charts. It includes template robots that execute trades based on moving average crossovers or price action relative to moving averages on non-time-based chart
This framework provides MQL5 header files and example expert advisors designed to trade on non-time-based Range Bar charts within MetaTrader 5. It includes template robots for moving average crossovers and Super Trend strategies. The included code manages trade execution with configurable stop loss, take profit, break-
MT5Framework & templateIndicator crossoverTrend following
This collection provides educational templates for building MetaTrader 5 Expert Advisors. It includes demonstration robots that interface with indicators like MACD and Parabolic SAR using the iCustom function. The repository serves as a learning resource for structuring MQL5 code and handling trade execution. Each exam
MT5Framework & templateIndicator crossoverTrend following