H4 XAUUSD Candlestick EA employs a combination of technical indicators, including the Relative Strength Index (RSI), Stochastic Oscillator, and Ichimoku Kinko Hyo. The strategy monitors overbought and oversold levels while using the Ichimoku Chikou Span to confirm market trends. Additionally, the code refers to candlestick pattern detection for trade signals. Risk management is handled through user-defined stop loss, take profit, and trailing stop parameters. The repository lacks a README file, so documentation is limited.
Read from 100%_WIN_H4-XAUUSD.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Slippage
int
3
Glissement
StopLoss
int
3500
Stop Loss en pips
TakeProfit
int
1500
Take Profit en pips
TrailingStop
int
3000
Trailing Stop en pips
RSIPeriod
int
14
Période du RSI
RSIOverbought
double
70.0
Niveau de surachat du RSI
RSIOversold
double
30.0
Niveau de survente du RSI
StochOverbought
double
70.0
Niveau de surachat du Stochastique
StochOversold
double
30.0
Niveau de survente du Stochastique
StochKPeriod
int
14
Période %K du Stochastique
StochDPeriod
int
3
Période %D du Stochastique
StochSlowing
int
3
Slowing du Stochastique
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone SimonMonnier/100-_win_H4_XAUUSD from GitHub, and unzip it.
2Open the data folderIn MetaTrader choose File, then Open Data Folder, and go to MQL4/Experts.
3Copy the filesCopy the .mq4 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 MetaTrader 4 expert advisor executes trades based on momentum oscillators, trend filters, and price action patterns. It utilizes a Stochastic oscillator alongside multiple Exponential Moving Averages to identify entry points in alignment with the prevailing trend. The logic incorporates candlestick analysis, speci
An automated trading system for MetaTrader 4 specifically designed for gold (XAUUSD) on the M5 timeframe. It features two core strategies: trend continuation and price pullbacks. The expert advisor utilizes a dual exponential moving average framework for direction and ATR for volatility filtering. Risk management is ha
Tre Boll Trend is a MetaTrader 4 Expert Advisor designed to identify and trade market trends using multi-timeframe Bollinger Band analysis. The system processes data from timeframes ranging from five minutes to one day, calculating advanced metrics such as price velocity, acceleration, and standard deviation. It monito
Edelweiss EA is an educational trading robot for MetaTrader 4 that utilizes a multi-indicator framework to generate buy and sell signals. It combines exponential moving averages, stochastic oscillators, the awesome oscillator, ADX, and Bollinger Bands to identify market entries. Trade management includes dynamic ATR-ba
MT4Trading robotIndicator crossoverMean reversionTrend following
This MetaTrader 4 expert advisor implements a multi-strategy approach for trading various currency pairs and gold. It combines technical indicators including Moving Averages, RSI, Bollinger Bands, and ADX with price action concepts such as support, resistance, and engulfing patterns. The EA features risk management too
Ray Scalper is an automated expert advisor for MetaTrader 4 that uses technical indicators to trade both trend-following and counter-trend strategies. It monitors Bollinger Bands, Moving Averages, and Stochastic crossovers to trigger entries. The robot allows users to toggle between trend and anti-trend modes and inclu
MT4Trading robotScalpingIndicator crossoverTrend following