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.
AI-weighted signal scoring with 10-factor voting
Smart Money Concepts including order blocks and FVG
Dynamic trailing stops using ATR and Parabolic SAR
Integrated grid matrix and hedge protection modules
Read from MA_Master_Scalper_v15.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
MagicNumber
ulong
131313
TradeComment
string
MILYONER_v15_10K
TF
ENUM_TIMEFRAMES
PERIOD_M5
EntryMode
ENUM_ENTRY_MODE
MODE_MARKET
v15.9: Market Emir (Test için)
SignalMode
ENUM_SIGNAL_MODE
SIG_AI_SCORE
v15.9: AI Skor (Harmony çok kısıtlayıcı)
MinSignalScore
int
50
v15.10: 55→50 (Daha fazla işlem)
StrongSignalScore
int
60
v15.10: 65→60 (Daha kolay tetikleme)
UseAdaptiveThreshold
bool
false
v15.4: KAPALI (Basitleştir)
AdaptiveLookback
int
50
Adaptif Geriye Bakış
ScoreDecayFactor
double
0.98
v15.4: Daha yavaş azalma
UseHarmonyBoost
bool
true
Harmony Güçlendirme
UseWickAnalysis
bool
true
Fitil Analizi
Show all 40 inputs
Name
Type
Default
Description
MinWickRatio
double
0.25
Min Fitil/Gövde Oranı
MaxBodyRatio
double
0.6
Max Gövde/Range Oranı
UseCandlePatterns
bool
true
Mum Pattern Kullan
UseAdvancedPatterns
bool
true
Gelişmiş Patternler
PatternLookback
int
5
Pattern Geriye Bakış
PatternMinScore
double
70
Min Pattern Skoru
MA_Type
ENUM_MA_TYPE
MA_TYPE_ADAPTIVE
v15.11: AMA EN İYİ (Makale: +36.39%)
MA1_Period
int
50
v15.11: AMA Periyodu (makale ayarı)
MA2_Period
int
21
Medium MA
MA3_Period
int
55
Slow MA - trend teyidi
MA4_Period
int
200
Trend MA (opsiyonel)
MA_Method
ENUM_MA_METHOD
MODE_EMA
EMA (AMA için kullanılmaz)
AMA_FastPeriod
int
5
v15.11: AMA Fast (makale ayarı)
AMA_SlowPeriod
int
100
v15.11: AMA Slow (makale ayarı)
RequireMA4Confirm
bool
false
MA200 Onayı - KAPALI
UseMACD
bool
true
MACD_Fast
int
12
MACD_Slow
int
26
MACD_Signal
int
9
UseMACDHistogram
bool
true
MACD Histogram Filtresi
UseRSI
bool
false
v15.7: KAPALI - Sistem uyumsuzluğu
RSI_Period
int
14
RSI_OB
int
70
v15.4: 65→70 (Daha geniş)
RSI_OS
int
30
v15.4: 35→30 (Daha geniş)
UseStochastic
bool
false
v15.7: KAPALI - Basitleştirme
Stoch_K
int
14
Stoch_D
int
3
Stoch_Slowing
int
3
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone 344mehmet/universal-llm-mcp 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.
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,
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
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 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
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
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