ICT Library MQ5 identifies market structure shifts, breaks of structure, order blocks, and liquidity zones. The system features a confluence-based entry mechanism that evaluates signals against kill zones, volatility filters, and currency strength. While it functions as a trading robot, it also provides a framework to export market data to JSON for external analysis. Risk management includes percentage-based lot sizing and maximum spread limits.
Read from SMC_Sample_EA.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpRiskPercent
double
1.0
リスク率 (%)
InpMaxSpreadPips
double
3.0
最大スプレッド (pips)
InpMinConfluence
int
3
最小コンフルエンス要因数
InpMinScore
double
0.5
最小コンフルエンススコア
InpEnableKillZoneFilter
bool
true
キルゾーンフィルター有効
InpEnableCurrencyStrengthFilter
bool
false
通貨強弱フィルター有効
InpEnableVIXFilter
bool
true
VIXフィルター有効
InpMagicNumber
int
20260209
マジックナンバー
InpSwingPeriod
int
5
スイング期間
InpGMTOffset
int
2
GMTオフセット
InpEnableDashboard
bool
true
ダッシュボード表示
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone xxvw/ICT_Library_MQ5 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 MetaTrader 5 expert advisor serves as a foundational template for building automated trading systems. The README is minimal, but the code provides a structured framework for beginners to implement custom entry and exit logic using price data and technical indicators. It includes examples of Exponential Moving Aver
Mql5 Pro is a comprehensive development framework and template collection for MetaTrader 5, specifically optimized for AI-assisted coding and Pine Script conversion. It provides standardized structures for creating Expert Advisors, custom indicators, and graphical user interfaces. The system includes built-in risk mana
This MetaTrader 5 framework provides a modular library for technical analysis, including candle pattern detection, support and resistance levels, and Fibonacci calculations. The repository includes an expert advisor that implements ZigZag-based wave analysis to identify market structure and chart patterns. It features
This collection of MetaTrader 5 tools focuses on automated market structure analysis and Smart Money Concepts. It provides modular templates for detecting swing points, identifying Breaks of Structure (BOS), and mapping price action across multiple timeframes. The codebase includes logic for Fair Value Gaps and Premium
This MetaTrader 5 expert advisor serves as an educational framework for developing trading robots using object-oriented programming. It demonstrates how to organize trading logic into modular classes for symbol handling, order execution, and strategy management. The EA incorporates two distinct price action strategies
Ultimate ICT Gold Scalper is a modular expert advisor framework for MetaTrader 5, primarily focused on gold trading using institutional concepts. It provides a robust risk management foundation, including daily, weekly, and monthly drawdown limits and maximum consecutive loss protections. The system handles position ma