Golden Structure uses an exponential moving average to determine the primary market bias and enters trades based on price action rejection wicks following a pullback. The EA prioritizes risk control with automated lot sizing per trade, a daily equity drawdown limit, and a multi-level trailing stop with break-even functionality. Additionally, it features a news filter to manage volatility during high-impact economic releases.
Read from Golden StructureV1.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpRiskPercent
double
2.0
Risk per trade
InpRewardRatio
double
2.0
Reward Multiplier
InpMaxDailyLoss
double
4.0
Hard Lock: Stop if Equity drops 4%
InpUseNewsFilter
bool
true
News Filter
InpNewsCurrency
string
USD
Currency to watch (USD, EUR, etc.)
InpNewsBeforeMins
int
60
Mins before news
InpNewsAfterMins
int
30
Mins after news
InpEMAPeriod
int
50
InpTrendTF
ENUM_TIMEFRAMES
PERIOD_D1
Trend Timeframe
InpEntryTF
ENUM_TIMEFRAMES
PERIOD_H1
Entry Timeframe
InpCandleLock
bool
true
CRITICAL: One trade per candle only
InpATRPeriod
int
14
Show all 24 inputs
Name
Type
Default
Description
InpATRMultiplier
double
1.5
InpMinWickSize
int
30
Min Wick Points (Future: Upgrade to ATR %)
InpBufferPoints
int
50
InpExpirationHrs
int
3
InpUseTrailing
bool
true
InpTrailStep1
double
40.0
InpBreakevenPoints
int
10
InpTrailStep2
double
70.0
InpTrailLock2
double
30.0
InpTrailStep3
double
90.0
InpTrailLock3
double
80.0
InpMagicNumber
int
1515
Unique ID for V15
How to Install It
1Download the sourceUse "Download source (.zip)" above, or clone edisonq/Golden-Structure-V1 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.
EA31337 is a comprehensive multi-strategy trading robot and framework for MetaTrader platforms. It features dozens of pre-built strategies utilizing technical indicators like ATR, Moving Averages, and SuperTrend. The system manages entries and exits through a unique filtering system that monitors account metrics, volat
This MetaTrader 5 expert advisor collection provides multiple variants for scalping gold on the one-minute timeframe. It utilizes a combination of Stochastic Oscillator crossovers and linear regression analysis to identify trend quality and entry points. Trade management is handled through ATR-based dynamic stop loss a
This MetaTrader 5 expert advisor serves as a signal generation tool primarily designed for the EURUSD currency pair. It identifies entry signals by combining MACD crossovers and Relative Strength Index levels, using a 200-period Exponential Moving Average as a primary trend filter. The system integrates a fundamental n
This MetaTrader 5 expert advisor integrates Large Language Models such as OpenAI and Anthropic Claude with technical analysis to automate trading across forex, gold, crypto, and indices. It utilizes a confluence scoring system based on Smart Money Concepts, Ichimoku Cloud, and standard indicators like RSI and MACD. The
Sharrow is an AI-driven trading robot for MetaTrader 5 that integrates with a Python-based machine learning toolchain. It functions as a trend engine, primarily designed for the H1 timeframe, using rules generated from walk-forward training scripts. The system includes sophisticated risk controls such as daily drawdown
This expert advisor for MetaTrader 5 is a sophisticated trading system specifically optimized for gold. It operates as part of a hybrid ecosystem, utilizing a Python-based desktop interface for local machine learning model training and market analysis while executing trades via the MQL5 robot. The EA employs a multi-la