Ultimate ICT Gold Scalper provides a robust risk management foundation, including daily, weekly, and monthly drawdown limits and maximum consecutive loss protections. The system handles position management through ATR-based trailing stops and break-even logic. While it features an on-chart dashboard for statistics and execution guardrails like spread filters, the current version is an execution shell intended for research, requiring external signal modules for automated entry.
Read from MainEA.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpMagicNumber
long
40001
InpEnableTrading
bool
false
InpRiskPerTradePercent
double
0.50
InpDailyLossLimitPercent
double
2.00
InpWeeklyLossLimitPercent
double
5.00
InpMonthlyLossLimitPercent
double
8.00
InpMaxConsecutiveLosses
int
3
InpMaxSpreadPoints
int
80
InpMaxDeviationPoints
int
20
InpATRTimeframe
ENUM_TIMEFRAMES
PERIOD_M15
InpATRPeriod
int
14
InpBreakEvenAtR
double
1.50
Show all 14 inputs
Name
Type
Default
Description
InpATRTrailMultiplier
double
1.50
InpLogLevel
ENUM_LOG_LEVEL
LOG_INFO
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone srinivashacks/ultimate-ICT-gold-scalper 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 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