Baby MT4 EA monitors for trend changes, breakouts, corrections, and pullbacks. The EA incorporates several risk management tools, including a configurable stop loss, dynamic stop loss logic, and a trailing stop. It features an optional lot scaling mechanism called lot growth. The repository contains no documentation, and the trading logic appears to rely on price action patterns filtered by technical indicators for automated execution on various instruments.
Read from baby.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
Lots
double
0.3
Stop_Loss
bool
true
Dynamic_SL
bool
true
TrailingStop
int
300
Growthing_Lot
bool
false
LotsGrowth
double
1.02
Leaner
double
5
Correction
bool
false
Periods
int
10
Multiplier
double
4.0
Correction_Mode
int
0
PointSize
int
1
Show all 26 inputs
Name
Type
Default
Description
MaxBars
int
1000
ShowBreakout
bool
true
ShowCorrection
bool
true
ShowPullback
bool
true
SendAlert
bool
false
SendEmail
bool
false
SendPush
bool
false
OnTrendChange
bool
true
OnBreakout
bool
true
OnCorrection
bool
true
OnPullback
bool
true
InpBandsPeriod
int
20
InpBandsShift
int
0
InpBandsDeviations
double
2.0
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone dolie/MT4-EA 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.
UltraHFT Expert Advisor is a high-frequency scalping robot for MetaTrader 5 that combines five strategy layers including EMA crossovers, RSI mean reversion, and volatility breakouts. It evaluates market conditions on every tick, entering trades when multiple signals align. The system employs strict risk controls with h
This expert advisor is designed specifically for trading gold on the MetaTrader 4 platform. It employs a hybrid strategy approach, allowing users to toggle between trend following using moving average crossovers, mean reversion via RSI and Stochastic divergence, and breakout patterns. Trade management includes automate
Nyao Scalper is an automated scalping robot for MetaTrader 5 that utilizes a multi-factor weighted scoring system to identify trade opportunities. It evaluates trend alignment through EMA crossovers, momentum via RSI, and price action through wick rejection and candle body analysis. The EA manages risk with adaptive AT
Prop Firm EA Fleet is a collection of MetaTrader 5 robots designed for passing prop firm evaluations and managing funded accounts. The suite utilizes various strategies including market structure analysis, session range breakouts for London and New York sessions, and high-frequency scalping. It features strict risk man
This MetaTrader 5 expert advisor focuses on XAUUSD using a multi-timeframe scalping approach based on Smart Money Concepts. It identifies institutional market structures by analyzing H4 trends, H1 supply and demand zones, and M5 entries. The logic incorporates order block detection, Fair Value Gaps (FVG), and liquidity
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