The primary expert advisor features an adaptive machine learning system using a neural network and evolutionary genetic algorithms. It analyzes market structure, volume profiles, and candlestick patterns to execute trades. Risk is managed through strict parameters including daily loss limits, maximum risk per trade, and adaptive volatility filters. The repository also contains tools for manual stop loss control and various standalone quantitative strategies for forex and indices.
Read from EA_GEM_Single.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
RiskPercentage
double
0.3
Riesgo por operación (%) - ULTRA CONSERVADOR para micros
MaxDailyLoss
double
1.5
Pérdida máxima diaria (%) - ULTRA CONSERVADOR
MaxRiskPerTrade
double
10.0
Riesgo máximo absoluto por trade ($) - REDUCIDO
MagicNumber
int
300001
Magic Number
EnableLearning
bool
true
Activar Aprendizaje
LearningMemory
int
100
Memoria de operaciones para aprender
MutationRate
double
0.15
Tasa de mutación (0.1-0.3)
GenerationSize
int
20
Tamaño de generación para evolución
ElitismRate
double
0.2
% de mejores genes a conservar
InputNeurons
int
15
Neuronas de entrada (features)
HiddenLayer1
int
30
Neuronas capa oculta 1
HiddenLayer2
int
20
Neuronas capa oculta 2
Show all 20 inputs
Name
Type
Default
Description
OutputNeurons
int
3
Neuronas salida (Buy/Sell/Hold)
LearningRateNN
double
0.01
Tasa de aprendizaje red neuronal
UseCandlePatterns
bool
true
Reconocer patrones de velas
UseVolumeProfile
bool
true
Analizar perfil de volumen
UseMarketStructure
bool
true
Analizar estructura de mercado
UseSeasonality
bool
true
Analizar estacionalidad
MinVolatilityFilter
double
0.3
Filtro mínimo volatilidad (adaptativo)
MaxVolatilityFilter
double
3.0
Filtro máximo volatilidad (adaptativo)
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone QuantLlama/Algoritmos-MT5 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.
KolaTradebot is a MetaTrader 5 expert advisor that executes a multi-asset strategy using Smart Money Concepts and a Global Order Model. It bridges the platform with a Python-based server to analyze market structures like order blocks, fair value gaps, and liquidity sweeps across multiple timeframes. The system includes
This MetaTrader 4 expert advisor connects to a Python FastAPI backend to facilitate automated trading based on Claude AI signals. The system transmits market data to the server, which performs multi-indicator analysis and sentiment processing before returning trade recommendations. It features multi-timeframe trend fil
This repository contains a collection of MetaTrader 5 expert advisors, primarily focused on the ChildsPlay strategy derived from online trading forums. The main expert advisor uses multiple exponential moving averages and the Commodity Channel Index across two timeframes to identify trend-following entries. It implemen
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
This repository provides a collection of MetaTrader 5 expert advisors and indicators developed for experimental purposes. It features a range of trading systems, including standard MetaQuotes examples and custom implementations like NERV and RNN-based logic. The primary expert advisors utilize technical indicators such
This MetaTrader 5 repository provides a collection of expert advisors centered around an artificial neural network implementation. Developed using Matlab and exported as a DLL, the system integrates external computational models with MQL5. The primary advisor executes trades within defined time intervals, utilizing pri