ATR Breakeven Engulfing EA is a MetaTrader 4 trading robot that combines engulfing price action patterns with the Relative Strength Index for market entries.
ATR Breakeven Engulfing EA is designed to operate on low timeframes, such as M5, focusing on ranging currency pairs. The EA manages risk through fixed stop loss and take profit levels, while also employing a breakeven function and a trailing stop to protect gains. It includes a layering system allowing for multiple concurrent positions. The repository contains several variants of the logic but lacks a descriptive README.
Read from ATR_Breakeven_Engulfing_BU.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
EA_Name
string
ExpertName
MaxLayer
int
10
LotSize
double
0.01
Keep this declaration
StopLoss
double
100
TakeProfit
double
200
RSIPeriod
int
14
RSI period input parameter
RSIBuy
double
70
RSI value for BUY input parameter
RSISell
double
30
RSI value for SELL input parameter
BreakevenPips
int
20
Pips to move to breakeven
TrailingPips
int
10
Pips for trailing stop
MagicNumber
int
12345
Magic number input parameter
ATRPeriod
int
14
ATR period input parameter
Show all 14 inputs
Name
Type
Default
Description
ATRMultiplier
double
1.5
ATR multiplier input parameter
SerialKey
string
User input for the encrypted serial key
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone syarief02/kelasEA17 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 repository provides a diverse library of expert advisors and technical indicators for MetaTrader 4. The collection includes robots utilizing moving average crossovers, MACD trend-following signals, and mean-reversion strategies based on Bollinger Bands. A notable inclusion is a Martingale robot that scales lot siz
This repository contains a diverse collection of MetaTrader 4 expert advisors and R-based financial scripts. The primary robot is based on the Nanningbob trading system, which utilizes multi-timeframe analysis across daily and four-hour charts to identify trends and ranging markets. It employs Bollinger Bands for mean-
This MetaTrader 4 repository contains a large collection of automated trading systems, including scalpers, grid bots, and trend-following tools. The primary expert advisors utilize indicators such as Bollinger Bands and Average True Range (ATR) for entry and exit signals. Risk management features include percentage-bas
This repository is a collection of MetaTrader 4 expert advisors and indicators focused on aggressive trading strategies. The primary expert advisor uses a grid-based approach with martingale lot scaling to manage positions. It features multiple entry logics, including Bollinger Bands, Exponential Moving Averages, and m
This repository contains a collection of MetaTrader expert advisors for MT4 and MT5, featuring various algorithmic trading strategies. The primary EA, North East Way, implements a multi-currency grid and martingale system focused on mean reversion for correlated pairs such as AUDNZD and NZDCAD. It manages risk through
This repository features a collection of MetaTrader 4 expert advisors designed for various trading approaches. The included M5_M30integral EA utilizes moving average crossovers across multiple timeframes for trend detection. Other scripts employ envelope scalping at specific standard deviations and Bollinger Band strat