Entegra MQL Templates 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/Discount zones to assist in identifying institutional order flow. While it functions as a framework for building trading strategies, the provided files focus on structural identification rather than automated trade execution or lot sizing. The repository is a resource for developers implementing price action detection.
Read from DoubleTFStructure.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
BarsBack
int
1000
Bars Back
HTFSwingLabelColor
color
clrDeepPink
HTF Swing Label Color
LTFSwingLabelColor
color
clrDeepSkyBlue
LTF Swing Label Color
HTFBOSLineColor
color
clrOrange
HTF BOS Line Color
LTFBOSLineColor
color
clrTurquoise
LTF BOS Line Color
HTFTimeframe
ENUM_TIMEFRAMES
PERIOD_H4
Structure Major Timeframe
LTFTimeframe
ENUM_TIMEFRAMES
PERIOD_M15
Structure Minor Timeframe
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone EntegraMACHINE/MQLTemplates 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 library and expert advisor automates Smart Money Concepts (SMC) and Inner Circle Trader (ICT) methodologies. It 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,
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 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