Trading Research 2026 Collection includes implementations of Smart Money Concepts and Inner Circle Trader methods, such as Order Blocks, Fair Value Gaps, and liquidity sweeps. Other components feature Ichimoku Kinko Hyo trend analysis and Volume-Positive Information Fraction quantitative models. The tools automate multi-symbol trading with session filters, risk management based on account percentage, and external Telegram notifications. The repository contains various scanners and breakout systems, though the documentation is minimal.
Read from ICT.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
SymbolsString
string
BTCUSD,XAUUSD,GBPJPY,EURUSD,US30
Liste séparée par des virgules pour faciliter l'édition
TrendTF
ENUM_TIMEFRAMES
PERIOD_H1
EntryTF
ENUM_TIMEFRAMES
PERIOD_M15
MicroTF
ENUM_TIMEFRAMES
PERIOD_M5
RiskPercent
double
1.0
MaxTradesPerSymbol
int
1
UseSessionFilter
bool
true
StartHour
int
8
EndHour
int
17
TelegramBotToken
string
VOTRE_TOKEN_ICI
TelegramChatID
string
VOTRE_CHAT_ID_ICI
SendTelegramAlerts
bool
true
Show all 14 inputs
Name
Type
Default
Description
LogFileName
string
SMC_ICT_TradeLog.csv
EnableLogging
bool
true
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone reuniware/TradingResearch2026 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.
This repository provides a collection of Expert Advisors for MetaTrader 5 and Python trading scripts developed for an educational YouTube series. It features various technical indicator-based strategies, including MACD, Relative Strength Index, Stochastic, and Bollinger Bands. The included MQL5 files implement multi-ti
MT5CollectionIndicator crossoverMean reversionTrend following
This repository provides a diverse collection of MetaTrader 5 expert advisors focusing on technical indicator automation. The core component aggregates signals from a wide array of standard tools, including trend-following moving averages, oscillators like RSI and MACD, and Bill Williams indicators. It includes specifi
This collection of MetaTrader 5 expert advisors focuses on order flow, microstructure, and scalping strategies. It includes tools for cumulative delta scalping, swing pivot fading, and bridging external signals from TradingView via file monitoring. The suite features robust risk controls such as daily loss and profit l
MT5CollectionScalpingMean reversionTrend following
This collection of MetaTrader 5 expert advisors serves as an educational resource for MQL5 programming. It contains multiple example robots utilizing technical indicators such as Moving Averages, Parabolic SAR, CCI, and Stochastic oscillators. The provided scripts demonstrate fundamental trading automation features inc
This repository provides a diverse collection of MetaTrader 5 expert advisors focusing on technical indicators and Smart Money Concepts. The primary expert advisor, Behemoth Max, utilizes a combination of MACD, weighted moving averages, and exponential moving averages across multiple timeframes to identify entries. Ris
This repository contains a collection of MetaTrader 5 expert advisors designed for various financial instruments including the DAX index, gold, oil, and major currency pairs. The library includes specialized robots like German Sunrise for DAX mean reversion and others for specific events like Friday gold moves or Tuesd
MT5CollectionMean reversionIndicator crossoverTrend following