Gold Warrior is a MetaTrader 5 expert advisor that utilizes a combination of Commodity Channel Index (CCI), ZigZag, and momentum impulse indicators for trade execution.
The robot manages individual positions with fixed stop loss and take profit settings while employing a trailing stop for profit protection. It features a basket-closing mechanism that exits all trades once a specific currency profit target is met. The code includes a lot multiplier for hedging positions, suggesting a multi-stage entry approach. The repository lacks a README, but the code provides detailed inputs for technical indicator tuning and trade management.
Read from GoldWarrior02b.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
InpLots
double
0.1
Lots
InpStopLoss
ushort
100
Stop Loss (in pips)
InpTakeProfit
ushort
150
Take Profit (in pips)
InpTrailingStop
ushort
5
Trailing Stop (in pips)
InpTrailingStep
ushort
5
Trailing Step (in pips)
InpPeriod
int
21
Averaging period (for "Impulse" and "CCI")
InpDepth
int
12
ZigZag: Depth
InpDeviation
int
5
ZigZag: Deviation
InpBackstep
int
3
ZigZag: Backstep
InpProfitCloseAll
double
300.0
Profit target for closing all positions
InpOutputInChart
bool
true
Output, "false" -> in "Experts", "true" -> in Chart
InpInpulsSell
int
-30
Negative impulse value for Sell signal
Show all 14 inputs
Name
Type
Default
Description
InpInpulsBuy
int
30
Positive impulse value for Buy signal
InpMultiplier
uchar
3
Multiplier of hedge positions of 1st and 2nd level
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone luizmachado/MQL5 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 repository contains a collection of MetaTrader 5 expert advisors designed for various financial instruments including the DAX index, gold, oil, and major currency pairs. The library includes specialized robots like German Sunrise for DAX mean reversion and others for specific events like Friday gold moves or Tuesd
MT5CollectionMean reversionIndicator crossoverTrend following
This MetaTrader 5 repository is a collection of various Expert Advisors and trading utilities. The primary EA implements a strategy based on the Relative Strength Index (RSI), Bollinger Bands, and Parabolic SAR indicators. It executes trades using overbought and oversold levels in conjunction with volatility bands. Ris
MT5CollectionIndicator crossoverMean reversionTrend following
This repository provides a collection of MetaTrader 4 expert advisors centered on trend-following and hedging mechanics. The primary Trend EA identifies market entries using moving average crossovers, stochastic oscillators, and MACD indicators. Risk is managed through percentage-based equity lot sizing and pair-specif
This repository provides a collection of Expert Advisors for MetaTrader 5 and Python trading scripts developed for an educational YouTube series. It features various technical indicator-based strategies, including MACD, Relative Strength Index, Stochastic, and Bollinger Bands. The included MQL5 files implement multi-ti
MT5CollectionIndicator crossoverMean reversionTrend following
This collection features several expert advisors for the MetaTrader 5 platform, each built around a different technical indicator such as MACD, RSI, Parabolic SAR, and Ichimoku Kinko Hyo. The robots execute trades based on classic signal logic, including zero-line crossings and signal line crossovers. Users can configu
This repository contains a diverse collection of automated trading robots for the MetaTrader 5 platform. The strategies range from trend-following systems using True Strength Index (TSI) and Moving Average crossovers to mean-reversion tools utilizing Relative Strength Index (RSI) and Bollinger Bands. Most experts inclu