Collection · MT5

Milyoner AI Master Scalper Collection

by 344mehmet

This repository provides a collection of MetaTrader 5 Expert Advisors, featuring the Milyoner AI Project and Titanium Omega series.

High risk

GitHub stars1
Forks1
Last update8 months ago19 Jan 2026
LicenceMIT

Overview

The primary EA uses an AI-weighted scoring engine to combine technical indicators like adaptive moving averages with price action analysis, including candle patterns and Smart Money Concepts. It incorporates advanced trade management modules such as dynamic trailing stops, partial closes, and break-even logic. Risk controls include news filters and optional grid or hedging strategies. The repository contains many iterations of the code but lacks descriptive README documentation.

Details

Author

344mehmet on GitHub

Type

Collection

Platform

MetaTrader 5 (MQL5)

Strategy

Scalping, SMC / ICT / price action, Grid, Multi-strategy, Martingale, Hedging

Markets

Forex, Gold

Timeframes

M1-M5, M15-H1

Risk profile

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

Input parameters

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

NameTypeDefaultDescription
MagicNumberulong131313
TradeCommentstringMILYONER_v15_10K
TFENUM_TIMEFRAMESPERIOD_M5
EntryModeENUM_ENTRY_MODEMODE_MARKETv15.9: Market Emir (Test için)
SignalModeENUM_SIGNAL_MODESIG_AI_SCOREv15.9: AI Skor (Harmony çok kısıtlayıcı)
MinSignalScoreint50v15.10: 55→50 (Daha fazla işlem)
StrongSignalScoreint60v15.10: 65→60 (Daha kolay tetikleme)
UseAdaptiveThresholdboolfalsev15.4: KAPALI (Basitleştir)
AdaptiveLookbackint50Adaptif Geriye Bakış
ScoreDecayFactordouble0.98v15.4: Daha yavaş azalma
UseHarmonyBoostbooltrueHarmony Güçlendirme
UseWickAnalysisbooltrueFitil Analizi
Show all 40 inputs
NameTypeDefaultDescription
MinWickRatiodouble0.25Min Fitil/Gövde Oranı
MaxBodyRatiodouble0.6Max Gövde/Range Oranı
UseCandlePatternsbooltrueMum Pattern Kullan
UseAdvancedPatternsbooltrueGelişmiş Patternler
PatternLookbackint5Pattern Geriye Bakış
PatternMinScoredouble70Min Pattern Skoru
MA_TypeENUM_MA_TYPEMA_TYPE_ADAPTIVEv15.11: AMA EN İYİ (Makale: +36.39%)
MA1_Periodint50v15.11: AMA Periyodu (makale ayarı)
MA2_Periodint21Medium MA
MA3_Periodint55Slow MA - trend teyidi
MA4_Periodint200Trend MA (opsiyonel)
MA_MethodENUM_MA_METHODMODE_EMAEMA (AMA için kullanılmaz)
AMA_FastPeriodint5v15.11: AMA Fast (makale ayarı)
AMA_SlowPeriodint100v15.11: AMA Slow (makale ayarı)
RequireMA4ConfirmboolfalseMA200 Onayı - KAPALI
UseMACDbooltrue
MACD_Fastint12
MACD_Slowint26
MACD_Signalint9
UseMACDHistogrambooltrueMACD Histogram Filtresi
UseRSIboolfalsev15.7: KAPALI - Sistem uyumsuzluğu
RSI_Periodint14
RSI_OBint70v15.4: 65→70 (Daha geniş)
RSI_OSint30v15.4: 35→30 (Daha geniş)
UseStochasticboolfalsev15.7: KAPALI - Basitleştirme
Stoch_Kint14
Stoch_Dint3
Stoch_Slowingint3

How to install it

  1. 1Download the sourceUse "Download source (.zip)" above, or clone 344mehmet/universal-llm-mcp 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, and any .mqh files into the Include folder the code expects.
  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

MQ4 Master Collection

by hairibaba
3 stars

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,

MT4 Collection Trend followingScalpingIndicator crossover High risk Archived
Updated 7 years ago None stated GitHub repository of MQ4 Master Collection

Yousuf Mesalm MQL Projects

by dryousufmesalm
4 stars

A diverse collection of MetaTrader 4 and MetaTrader 5 resources developed by Yousuf Mesalm. The repository features various utilities including interactive trading panels, multi-strategy dashboards, and automated expert advisors. These tools provide manual trade management options like partial closing and automated exe

MT4MT5 Collection Multi-strategyGridMartingale High risk
Updated 2 years ago None stated GitHub repository of Yousuf Mesalm MQL Projects
3 stars

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

MT4MT5 Collection SMC / ICT / price actionScalpingBreakout High risk
2 stars

This collection for MetaTrader 5 provides several automated Expert Advisors designed for various symbols including forex, gold, and indices. The repository features Mecha Godzilla, a grid trading system using ATR-based spacing and bidirectional orders, alongside specialized bots for Asian session breakouts and H4 trend

MT5 Collection GridBreakoutTrend following High risk
1 stars

This repository contains several MetaTrader 4 and 5 expert advisors, primarily focusing on multi-symbol basket trading and automated position management. The main EA allows users to trade up to six currency pairs simultaneously with predefined directions. It features a mechanism to add positions based on fixed distance

MT4MT5 Collection Multi-strategyGridMartingale High risk
Updated 9 years ago None stated GitHub repository of Ves Multi Symbol Collection
1 stars

This repository is a collection of MetaTrader 5 expert advisors and scripts designed for educational purposes. It contains several standalone trading tools, including simple Bollinger Band strategies, trailing stop managers, and limit order placement utilities. The primary example uses a grid-based approach, populating

MT5 Collection GridMartingaleScalping High risk

More collections

Need a broker for MT5?

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

Compare brokers