Collection · MT5

MoneyMaker EA Collection

by akshayboora342-cell

This MetaTrader 5 collection features the Prime Quantum AI expert advisor alongside a Python-based FastAPI dashboard for strategy management.

High risk

GitHub stars1
Forks2
Last update3 months ago14 Jun 2026
LicenceApache-2.0

Overview

The primary robot utilizes a hybrid logic, combining traditional indicators like ADX and the Bill Williams Alligator with external artificial intelligence models for market analysis. It includes comprehensive risk controls such as prop firm drawdown protection, daily loss limits, and equity targets. While it offers standard lot sizing, users can enable martingale scaling. The repository also contains various specialized tools for grid trading, RSI divergence, and channel analysis.

Details

Author

akshayboora342-cell on GitHub

Type

Collection

Platform

MetaTrader 5 (MQL5)

Strategy

AI / machine learning, Trend following, Grid, Martingale

Markets

Any symbol

Timeframes

Any timeframe

Risk profile

  • Uses martingale lot scaling: losses can grow fast
  • Opens a grid of orders: exposure builds up in a trend

Input parameters

Read from Prime_Quantum_AI.mq5. Defaults are the author's; change them in the EA's Inputs tab.

NameTypeDefaultDescription
InpTradingModeENUM_TRADING_MODEMODE_INDICATORS_ONLYTrading Mode (Indicators only or AI Hybrid)
TFENUM_TIMEFRAMESPERIOD_M15Scalping: M1/M5/M15 | Day trade: H1/H4 | Swing: D1
InpMagicNumberint100001Magic Number
InpTradeCommentstringPrime Quantum AITrade Comment
InpAPIKeystringAPI Key (paste your key — required for AI Hybrid mode)
InpProviderOverridestringautoProvider (auto / anthropic / openai / google / deepseek / xai)
InpMinConfidenceint70Minimum AI Confidence (0-100)
InpAPITimeoutSecint30API Timeout (seconds)
InpScanIntervalSecint120Scan Interval (seconds between AI calls)
InpChartWidthint1920Screenshot Width (px)
InpChartHeightint1080Screenshot Height (px)
InpChartBarsint200Bars Visible on Chart
Show all 40 inputs
NameTypeDefaultDescription
InpADXPeriodint14ADX Period
InpADXMinLeveldouble25.0ADX Minimum Trend Strength
InpJawPeriodint13Jaw Period (Blue line)
InpJawShiftint8Jaw Shift
InpTeethPeriodint8Teeth Period (Red line)
InpTeethShiftint5Teeth Shift
InpLipsPeriodint5Lips Period (Green line)
InpLipsShiftint3Lips Shift
InpATRTrailPeriodint14ATR Period (for ATR Trailing Stop)
InpAccountTypeENUM_ACCOUNT_TYPEACCOUNT_STANDARDAccount Type (Standard Broker / Prop Firm / Funded)
InpUseMoneyFilterbooltrueEnable Money Filter
InpEquityProfitTargetdouble5000.0Profit Target — Stop when Equity >= this ($)
InpEquityLossLimitdouble2500.0Loss Limit — Stop when Equity <= this ($)
InpPropInitBalancedouble0Challenge Initial Balance (0 = auto-detect)
InpPropRiskUnitENUM_PROP_RISK_UNITPROP_UNIT_PERCENTRisk Unit — use % or $ for values below
InpPropDailyProfitTargetdouble2.0Daily Profit Target (% or $, 0 = disabled)
InpPropDailyLossLimitdouble5.0Daily Loss Limit / Max Daily Drawdown (% or $)
InpPropMaxTotalDrawdowndouble10.0Max Total Drawdown (% or $)
InpPropUseTrailingDrawdownboolfalseEnable Trailing Drawdown (high-water-mark based)
InpPropChallengeTargetdouble0Overall Challenge Profit Target (% or $, 0 = disabled)
InpRiskModeENUM_RISK_MODERISK_FIXED_LOTRisk Mode
InpFixedLotdouble0.01Fixed Lot Size
InpRiskPercentdouble1.0Risk Percent
InpRiskMoneydouble50.0Risk Amount ($)
InpMaxLotdouble5.0Maximum Lot Cap
InpMinLotdouble0.01Minimum Lot Size
InpUseMartingaleboolfalseEnable Martingale
InpMartingaleMultiplierdouble2.0Lot Multiplier After Loss

How to install it

  1. 1Download the sourceUse "Download source (.zip)" above, or clone akshayboora342-cell/moneymaker from GitHub, and unzip it.
  2. 2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL5/Experts.
  3. 3Copy the filesCopy the .mq5 file into Experts.
  4. 4Compile in MetaEditorOpen the file in MetaEditor and press Compile. Fix any missing includes the compiler reports.
  5. 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.

Similar expert advisors

Super Trading Collection

by RoyluxuryTrading
24 stars

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

MT4MT5 Collection Trend followingScalpingAI / machine learning High risk
67 stars

This repository contains a large collection of over 100 expert advisors for the MetaTrader 5 platform, many of which appear to be generated using the Mission Automate tool. The library covers a wide variety of trading methodologies including range breakouts, Ichimoku cloud strategies, Heiken Ashi engulfing patterns, an

MT5 Collection Trend followingBreakoutMartingale High risk
Updated 3 years ago None stated GitHub repository of Konz MQL5 EA Collection

Expert MT5 Collection

by GeneralTradingSarl
16 stars

This repository is a large collection of over 1,000 expert advisors designed for the MetaTrader 5 platform. It serves as an open-source library featuring various algorithmic trading strategies, including moving average crossovers, RSI levels, Parabolic SAR, and range breakouts. The collection provides robots for trend

MT5 Collection Trend followingBreakoutGrid High risk
Updated 4 days ago None stated GitHub repository of Expert MT5 Collection
5 stars

This repository contains an extensive library of MetaTrader 5 expert advisors covering various algorithmic trading methodologies. The collection includes strategies based on Bollinger Bands, Relative Strength Index, moving average ribbons, and swing failure patterns. A core focus is the Ighodalo series for gold and CFD

MT5 Collection Trend followingBreakoutMartingale High risk
Updated 8 weeks ago Custom licence GitHub repository of Ighodalo MT5 Strategy Collection

MetaTrader EA Collection

by soloman-sv
4 stars

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

MT4MT5 Collection GridMartingaleTrend following High risk
Updated 2 years ago None stated GitHub repository of MetaTrader EA Collection

MQL5 Strategy Collection

by kabradhruv
4 stars

This repository provides automated trading experts for the MetaTrader 5 platform, featuring a combined grid and martingale strategy along with an Ichimoku-based approach. The primary expert advisor executes trades based on price movement relative to a fixed grid distance. It incorporates a lot multiplication system tha

MT5 Collection GridMartingaleTrend following High risk
Updated 1 year ago None stated GitHub repository of MQL5 Strategy Collection

More collections

Need a broker for MT5?

Compare regulated brokers that support MetaTrader, with spreads, minimum deposits and leverage side by side.

Compare brokers