This repository provides a collection of MetaTrader 4 and 5 expert advisors, including the modular Super Trading Bot series and an AI-driven trading template.
The EAs utilize various technical indicators like Bollinger Bands, Parabolic SAR, and moving averages for trend-following and scalping. Built-in risk management features include automated stop loss and take profit, trailing stops, break-even settings, and equity-based drawdown guards. While the primary projects emphasize risk-adjusted sizing, the included library folder also contains third-party files utilizing martingale and grid strategies for diverse market approaches.
Read from SmartPropAI_Template.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
EnableMarketResearch
bool
true
EnableTechnicalAnalysis
bool
true
EnableFundamentalAnalysis
bool
true
EnableNewsMonitoring
bool
true
MinimumGradeA
double
90.0
MinimumGradeA_Plus
double
95.0
MaxDrawdownPercent
double
5.0
RiskPerTrade
double
1.0
MaxDailyLoss
double
3.0
UseDynamicLotSizing
bool
true
MinRiskReward
double
1.1
MaxRiskReward
double
2.7
Show all 20 inputs
Name
Type
Default
Description
MagicNumber
int
12345
MaxSpreadPoints
double
30
UseTrailingStop
bool
true
TrailingStopPoints
double
100
TrailingStepPoints
double
50
HigherTimeframe
ENUM_TIMEFRAMES
PERIOD_D1
ExecutionTimeframe
ENUM_TIMEFRAMES
PERIOD_M5
MultiTimeframeAnalysis
bool
true
How to Install It
1Download the sourceUse "Download source (.zip)" above, or clone RoyluxuryTrading/Super-trading from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts or MQL5/Experts.
3Copy the filesCopy the .mq4 / .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 is a comprehensive collection of over 500 MetaTrader 4 expert advisors, including various third-party robots and specialized trading tools. The library contains a wide range of strategies such as trend following, scalping, and grid trading. Individual files like the Ultimate Trader EA utilize historical
This MetaTrader 4 repository contains a large collection of automated trading systems, including scalpers, grid bots, and trend-following tools. The primary expert advisors utilize indicators such as Bollinger Bands and Average True Range (ATR) for entry and exit signals. Risk management features include percentage-bas
This repository is a diverse collection of MetaTrader 4 and 5 expert advisors, including signal-based robots, grid traders, and utility scripts. The featured expert advisor provides a versatile framework for trade management with options for trailing stops, break-even logic, and ECN broker compatibility. It includes co
This repository provides a collection of MetaTrader 4 expert advisors and utility tools. It includes diverse trading strategies ranging from M1 scalping and Heiken Ashi trend following to swing-based approaches. The codebase features a robust trade management framework with classes for order execution, error handling,
This repository provides a diverse collection of MetaTrader 4 and MetaTrader 5 expert advisors covering multiple trading methodologies. It includes robots for smart money concepts with fair value gap detection, Joe Ross hook patterns, and volatility-based scalping. The library features specific tools for XAUUSD and mul
This MetaTrader 4 repository contains a collection of expert advisors and utilities, primarily focused on the AM grid robot and various scalping scripts. The main EA employs a grid-based strategy that layers orders at specific distances and includes settings for trend and counter-trend protection. It features a mechani