Forever Free EA employs a grid strategy that can be configured with martingale or fixed lot increments. The system utilizes dual magic number engines to manage separate trade streams and includes a trend mode to align entries with market direction. Risk controls consist of an equity guardian and custom take profit levels, though the stop loss is disabled by default. A detailed on-screen panel displays real-time statistics, including drawdown, total volume, and account equity.
Read from Forever Free v1.96.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
SYMBOLTYPE
string
---- Symbol Type ----
SymbolType
SymbolTypeEnum
CurrencyPair
MAGIC
string
---- Magic Number Engine ----
EnableEngineA
bool
true
MagicNumberA
int
1738
EnableEngineB
bool
true
MagicNumberB
int
1099
PANEL
string
---- Panel Settings ----
EnablePriceOnScreen
bool
true
EnableSymbolOnScreen
bool
true
EnablePercentChangeOnScreen
bool
true
EnableSpreadOnScreen
bool
true
Show all 40 inputs
Name
Type
Default
Description
EnableMaxDDOnScreen
bool
true
EnableMaxProfitOnScreen
bool
true
EnableMinimumEquityOnScreen
bool
true
EnableRestrictionsOnScreen
bool
true
EnableTotalVolumeOnScreen
bool
true
EnableDailyRangeOnScreen
bool
true
LOTCONFIGURATION
string
---- Config Lot INIT ----
LotMode
LotModeEnum
FixedLotSize
FixedLot
double
0.01
AccountPercentageToRisk
double
0.01
UseTakeProfit
bool
true
TakeProfitInPips
double
10.0
UseStopLoss
bool
false
StopLossInPips
double
5.0
GRIDCONFIGURATION
string
---- Config Grid ----
TypeGridLot
TypeGridLotEnum
MartingaleLot
GridIncrementFactor
double
2.0
MaxNumberOfTrades
int
5
StepSizeInPips_
double
3.0
STEPLOT_
double
1.0
MAXLOT
double
99.0
TRENDMODE
string
---- Trend Mode Settings ----
EnableTrendMode
bool
false
TrendType
TrendModeEnum
Uptrend
TimeFrame
string
---- Timeframe to Use ----
TimeFrameOpenOneCandle
TimeFrameEnum
Current
EQUITYGUARDIAN
string
---- Equity Guardian ----
UseTakeEquityStop
bool
false
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone SeanCollymoreJr/AlgorithmicTradingRobot 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.
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 5 expert advisor executes a grid trading strategy enhanced with martingale lot scaling. The system identifies market direction through multi-timeframe analysis using Exponential Moving Averages and the Average Directional Index. It features dynamic grid spacing that adjusts based on market volatility an
Bot Trend is a trend-following expert advisor for MetaTrader 5. It utilizes proprietary Francisca entry logic and manages trades through multiple concurrent execution threads. The system incorporates custom Zero Gravity step logic for position management and includes specific operational modes for Fridays and holidays.
IchiDCA CCBSN PropFirm EA is an automated trend-following robot for MetaTrader 5, optimized for gold and forex markets. It triggers trades based on Ichimoku Cloud breaks, filtered by dual Exponential Moving Averages and MACD indicators. The strategy manages positions through a Dollar Cost Averaging system that layers u
STO Martin is a grid-based trading robot for MetaTrader 5 that uses technical indicators to manage entries and recoveries. It employs a Stochastic Oscillator for execution signals and a Moving Average to filter trades according to the prevailing trend. The EA features a martingale lot-scaling system that adds positions
This MetaTrader 5 expert advisor is designed for trading XAUUSD using a trend-following approach. It identifies entries through a triple Exponential Moving Average crossover system, requiring ADX momentum confirmation before opening positions. To manage losing trades, the EA employs a martingale strategy that layers or
This MetaTrader 5 expert advisor implements a basket-trading strategy specifically for XAUUSD. It opens an initial position based on the current short-term trend and enters additional trades at fixed intervals if the market moves against the basket. The robot utilizes a progressive lot-sizing model to manage the grid.