Collection · MT5

Elliott Wave Trendline Robot Collection

by samanbalahang

This collection of MetaTrader 5 expert advisors focuses on automated trendline breakout strategies integrated with Elliott Wave theory and Fibonacci levels.

GitHub stars1
Forks0
Last update7 months ago13 Feb 2026
LicenceMIT

Overview

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.

Details

Author

samanbalahang on GitHub

Type

Collection

Platform

MetaTrader 5 (MQL5)

Strategy

Trend following, Breakout, SMC / ICT / price action, Multi-strategy

Markets

Forex

Timeframes

M15-H1, H4 and above

Risk profile

No grid, martingale or hedging logic was found in its code or README. That says nothing about how it performs: backtest it first.

Input parameters

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

NameTypeDefaultDescription
SECTION1string=== TRENDLINE DETECTION SETTINGS ===
LookbackPeriodint150تعداد کندل‌های بررسی
SwingPointsLookbackint60تعداد کندل برای یافتن سوینگ‌ها
MinTrendlineAngledouble8.0حداقل زاویه خط روند (درجه)
BreakoutConfirmationBarsint2کندل‌های تأیید شکست
BreakoutThresholddouble0.0008حداقل شکست (8 پیپ)
VolumeSpikeFactordouble1.3ضریب افزایش حج?
SECTION2string=== RSI SETTINGS ===
RSI_Periodint14دوره RSI
RSI_Overboughtdouble65.0سطح اشباع خرید
RSI_Oversolddouble35.0سطح اشباع فروش
UseRSIConfirmationbooltrueفعال کردن فیلتر RSI
Show all 40 inputs
NameTypeDefaultDescription
RSI_Lookbackint20بررسی برای واگرایی
SECTION3string=== MULTI-TIMEFRAME SETTINGS ===
UseH1_Confirmationbooltrueتایید در تای?
UseM15_Entrybooltrueورود در تای?
MaxWaitForEntryint12حداکثر انتظار برای ورود (ساعت)
EntryZoneWidthdouble5.0عرض ناحیه ورود (پیپ)
SECTION4string=== FIBONACCI SETTINGS ===
UseMultipleTPsbooltrueاستفاده از چندین TP
Fibo_TP1double0.236TP اول (23.6%)
Fibo_TP2double0.382TP دو?
Fibo_TP3double0.618TP سو?
Fibo_TP4double1.0TP چهار?
TP1_Percentagedouble30درصد حج?
TP2_Percentagedouble30درصد حج?
TP3_Percentagedouble25درصد حج?
TP4_Percentagedouble15درصد حج?
SECTION5string=== ELLIOTT WAVE & TRAILING SETTINGS ===
UseElliottWaveDetectionbooltrueتشخیص ا?
UseWaveTrailingbooltrueتریلینگ بر اساس الیوت
Wave1_TrailPercentdouble30درصد ?
Wave3_TrailPercentdouble50درصد ?
Wave5_TrailPercentdouble70درصد ?
MinWaveBarsForTrailint5حداقل کندل برای تشکیل ?
BreakevenPercentdouble50درصد ریسک برای بریک ایون (50%)
UseH1_FiboTrailingbooltrueتریل فیبوناچی در H1
SECTION6string=== M15 ENTRY & STOP LOSS SETTINGS ===
M15_RSI_Periodint9RSI سریع برای M15
M15_RSI_Entrydouble40سطح RSI برای ورود در پولبک

How to install it

  1. 1Download the sourceUse "Download source (.zip)" above, or clone samanbalahang/mt5 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

49 stars

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

MT5 Collection ScalpingTrend followingBreakout High risk
Updated 2 months ago Custom licence GitHub repository of Frontline MT5 Strategy Collection

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

MT5 Collection Trend followingBreakoutScalping
7 stars

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

MT5 Collection Trend followingBreakoutScalping High risk
Updated 6 months ago None stated GitHub repository of Signal Poller EA Collection
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
3 stars

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

MT5 Collection BreakoutIndicator crossoverTrend following
Updated 2 years ago None stated GitHub repository of Cesreve MQL5 Collection
2 stars

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

MT5 Collection AI / machine learningTrend followingBreakout
Updated 2 weeks ago None stated GitHub repository of Medium Papers EA Collection

More collections

Need a broker for MT5?

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

Compare brokers