EMA Engulfing Expert Advisor incorporates five individual strategies including EMA crossovers, candlestick engulfing patterns, and support or resistance breakouts. The system is specifically calibrated for the 30-minute timeframe and executes dual positions to manage risk-to-reward ratios effectively. Features include a dynamic spread management tool to filter high-volatility periods, automated breakeven adjustments, and trend-based filtering. The EA manages trade volume through margin-checked lot sizing or fixed minimum lot options.
Read from Strategy1_EMA_Crossover_EA.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Lot_Size
double
1.0
Entry lot size (used if LotSizing_Mode=DYNAMIC_MARGIN_CHECK)
Use_Trend_Filter
bool
false
Enable/Disable the main Trend Filter
LotSizing_Mode
ENUM_LOT_SIZING_MODE
DYNAMIC_MARGIN_CHECK
Lot sizing strategy
BreakevenTriggerPips
int
0
Pips in profit to trigger breakeven (0=disabled)
Use_Breakeven_Logic
bool
true
Enable/Disable automatic breakeven adjustment
Historical_Candles
int
100
Number of historical candles to check for engulfing patterns
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone Doc-Scripter/mt5-expert-advisor 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.
Trading Algo Builder is a MetaTrader 4 expert advisor designed to help traders construct automated strategies without manual coding. It features a modular system where users can combine up to four different indicator signals, supporting both built-in MetaTrader indicators and custom external files. Signal logic include
EA31337 Libre is an open-source, multi-strategy trading robot for MetaTrader 4 and MetaTrader 5. It functions as a simplified implementation of the EA31337 framework, providing a collection of over 35 built-in strategies based on technical indicators. The expert advisor performs independent market analysis across vario
This expert advisor for MetaTrader 5 is a multi-strategy system that utilizes market regime detection to switch between trend following, range trading, and breakout modes. It incorporates a wide array of technical indicators, including Moving Averages, RSI, MACD, Ichimoku, and SuperTrend. The bot manages risk through v
Gold SnR Momentum Scalper Pro is an automated scalping robot for MetaTrader 5, specifically optimized for XAUUSD on the M1 timeframe. It identifies entry points by combining support and resistance zones with RSI and moving average momentum. The system incorporates tick-level analysis to measure buying and selling press
This MetaTrader 5 robot employs a dual-strategy approach, switching between trend-following moving average crossovers and RSI-based mean-reversion depending on detected market regimes. It features an integrated walk-forward optimization system that loads optimized parameters from external files to adapt to changing vol
This MetaTrader 5 expert advisor combines Bollinger Band mean-reversion, squeeze breakouts, and EMA crossover trend following. It filters for ranging markets using a long-period EMA slope to execute reversal trades with candlestick confirmation, specifically identifying Doji patterns at the bands. Risk management inclu