EA MultiStrategy Advanced utilizes a combination of RSI, Bollinger Bands, and Moving Average crossovers alongside LSTM-based deep learning signals to identify market patterns. The system features rigorous risk controls including percentage-based lot sizing, maximum daily risk caps, and news filters that pause activity during high-impact events. It monitors market volatility and portfolio correlation to manage exposure while maintaining a minimum risk-to-reward ratio for every execution.
Read from EA_MultiStrategy_Advanced.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
TRADING_START
string
08:00
Trading Session Start
TRADING_END
string
20:00
Trading Session End
TRADE_MONDAY
bool
true
Trade on Monday
TRADE_FRIDAY
bool
true
Trade on Friday
RISK_PERCENT
double
2.0
Risk per trade (%)
MAX_DAILY_RISK
double
6.0
Maximum daily risk (%)
MAX_DAILY_TRADES
int
5
Maximum trades per day
MIN_RISK_REWARD
double
1.5
Minimum risk/reward ratio
MIN_VOLATILITY
double
0.1
Minimum volatility threshold
MAX_SPREAD
double
3.0
Maximum spread (points)
MIN_VOLUME
int
100
Minimum volume threshold
PATTERN_THRESHOLD
double
0.7
Pattern detection threshold
Show all 37 inputs
Name
Type
Default
Description
ATR_PERIOD
int
14
ATR Period
RSI_PERIOD
int
14
RSI Period
BB_DEVIATION
double
2.0
Bollinger Bands deviation
MA_FAST_PERIOD
int
20
Fast MA period
MA_SLOW_PERIOD
int
50
Slow MA period
USE_ML
bool
true
Use Machine Learning
ML_THRESHOLD
double
0.75
ML Signal Threshold
ML_LOOKBACK
int
10
ML Lookback Period
NEWS_BUFFER
int
30
Minutes before/after news
TRADE_HIGH_IMPACT
bool
false
Trade during high impact news
TRADE_MED_IMPACT
bool
true
Trade during medium impact news
TRADE_LOW_IMPACT
bool
true
Trade during low impact news
MAX_PORTFOLIO_RISK
double
20.0
Massimo rischio portfolio (%)
CORRELATION_THRESHOLD
double
0.7
Soglia correlazione
ALLOW_MULTIPLE_POSITIONS
bool
false
Permetti posizioni multiple
VOLATILITY_SPIKE_THRESHOLD
double
2.0
Soglia spike volatilità
TREND_CHANGE_THRESHOLD
double
1.5
Soglia cambio trend
LSTM_LAYERS
int
2
Numero layer LSTM
DENSE_NODES
int
64
Nodi layer denso
DROPOUT_RATE
double
0.2
Rate dropout
PERFORMANCE_WINDOW
int
100
Finestra analisi performance
MIN_SHARPE_RATIO
double
1.0
Minimo Sharpe ratio
MIN_SORTINO_RATIO
double
1.5
Minimo Sortino ratio
BACKUP_INTERVAL
int
3600
Intervallo backup (secondi)
AUTO_RESTORE
bool
true
Ripristino automatico
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone hirluin92/EA_Trader 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.
EA31337 is a comprehensive multi-strategy trading robot and framework for MetaTrader platforms. It features dozens of pre-built strategies utilizing technical indicators like ATR, Moving Averages, and SuperTrend. The system manages entries and exits through a unique filtering system that monitors account metrics, volat
EA31337 Libre is an open-source, multi-strategy trading robot for MetaTrader 4 and MetaTrader 5. It functions as a simplified implementation of the EA31337 framework, providing a collection of over 35 built-in strategies based on technical indicators. The expert advisor performs independent market analysis across vario
Gold Trader EA is a multi-strategy expert advisor designed for trading XAUUSD on the MetaTrader 5 platform. It employs a fusion engine that combines up to 14 different technical analysis methods, including candlestick patterns, chart patterns, price action, and institutional levels. The system requires a user-defined n
This MetaTrader 5 expert advisor combines technical indicators with machine learning forecasts to trade the Forex market. It uses a trend-following approach based on Exponential Moving Average crossovers, filtered by the Average Directional Index and volume confirmations. A unique feature is its integration with extern
This MetaTrader 5 expert advisor provides a versatile framework for trading based on Heiken Ashi price action. It allows users to toggle between numerous built-in strategies, including trend following, moving average crossovers, Fibonacci levels, and various oscillators like RSI and MACD. The system includes an option
Nafi is a MetaTrader 5 expert advisor framework designed for deep reinforcement learning in forex trading. It bridges Python-based training environments, such as OpenAI Gym and PyTorch, with MetaTrader to facilitate automated trade execution. The system features standard risk management controls including fixed lot siz