This collection of MetaTrader 5 expert advisors focuses on automated trendline breakout strategies integrated with Elliott Wave theory and Fibonacci levels.
The system identifies trendline breaks on the H4 timeframe and uses H1 and M15 intervals for entry confirmation. It employs RSI filters for divergence detection and volume spike analysis to validate breakouts. Risk management includes multi-stage take-profit targets based on Fibonacci ratios, break-even logic, and trailing stops that adjust according to wave progression. The repository includes several versions targeting the EURUSD pair and specialized price action scripts.
Read from ElliottWaveRobot2.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
SECTION1
string
=== TRENDLINE DETECTION SETTINGS ===
LookbackPeriod
int
150
تعداد کندلهای بررسی
SwingPointsLookback
int
60
تعداد کندل برای یافتن سوینگها
MinTrendlineAngle
double
8.0
حداقل زاویه خط روند (درجه)
BreakoutConfirmationBars
int
2
کندلهای تأیید شکست
BreakoutThreshold
double
0.0008
حداقل شکست (8 پیپ)
VolumeSpikeFactor
double
1.3
ضریب افزایش حج?
SECTION2
string
=== RSI SETTINGS ===
RSI_Period
int
14
دوره RSI
RSI_Overbought
double
65.0
سطح اشباع خرید
RSI_Oversold
double
35.0
سطح اشباع فروش
UseRSIConfirmation
bool
true
فعال کردن فیلتر RSI
Show all 40 inputs
Name
Type
Default
Description
RSI_Lookback
int
20
بررسی برای واگرایی
SECTION3
string
=== MULTI-TIMEFRAME SETTINGS ===
UseH1_Confirmation
bool
true
تایید در تای?
UseM15_Entry
bool
true
ورود در تای?
MaxWaitForEntry
int
12
حداکثر انتظار برای ورود (ساعت)
EntryZoneWidth
double
5.0
عرض ناحیه ورود (پیپ)
SECTION4
string
=== FIBONACCI SETTINGS ===
UseMultipleTPs
bool
true
استفاده از چندین TP
Fibo_TP1
double
0.236
TP اول (23.6%)
Fibo_TP2
double
0.382
TP دو?
Fibo_TP3
double
0.618
TP سو?
Fibo_TP4
double
1.0
TP چهار?
TP1_Percentage
double
30
درصد حج?
TP2_Percentage
double
30
درصد حج?
TP3_Percentage
double
25
درصد حج?
TP4_Percentage
double
15
درصد حج?
SECTION5
string
=== ELLIOTT WAVE & TRAILING SETTINGS ===
UseElliottWaveDetection
bool
true
تشخیص ا?
UseWaveTrailing
bool
true
تریلینگ بر اساس الیوت
Wave1_TrailPercent
double
30
درصد ?
Wave3_TrailPercent
double
50
درصد ?
Wave5_TrailPercent
double
70
درصد ?
MinWaveBarsForTrail
int
5
حداقل کندل برای تشکیل ?
BreakevenPercent
double
50
درصد ریسک برای بریک ایون (50%)
UseH1_FiboTrailing
bool
true
تریل فیبوناچی در H1
SECTION6
string
=== M15 ENTRY & STOP LOSS SETTINGS ===
M15_RSI_Period
int
9
RSI سریع برای M15
M15_RSI_Entry
double
40
سطح RSI برای ورود در پولبک
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone samanbalahang/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, 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 contains a diverse collection of MetaTrader 5 expert advisors ranging from RSI-based scalping robots to multi-timeframe trend following systems. The EAs utilize various technical indicators including EMA crossovers, MACD momentum, and ATR for volatility-based exits. The core logic often incorporates mul
This MetaTrader 5 repository features a diverse collection of automated trading strategies, including indicator-based scalpers and price action robots. The experts utilize technical filters such as Average True Range periods and baseline moving averages to identify entry signals. Key risk management features integrated
This repository contains a collection of MetaTrader 5 expert advisors, primarily featuring the Signal Poller EA series alongside standard indicator-based robots. The system is designed for high-leverage environments, specifically targeting gold, bitcoin, forex, and indices. It utilizes an external signal push architect
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 repository provides a diverse collection of MetaTrader 5 expert advisors and utility scripts for automated trading. The primary logic focuses on managing pending orders through dynamic distance adjustments, time-scheduled trade execution, and sophisticated trailing stops that operate via price ticks or millisecond
MT5CollectionBreakoutIndicator crossoverTrend following
This repository contains a collection of MetaTrader 5 expert advisors focused on advanced quantitative and machine learning techniques. The featured EA utilizes a technical summary approach inspired by TradingView, combining moving averages and oscillators with neural network confirmation via Hopfield and Restricted Bo