Tobiah Rex EA incorporates multiple exponential and simple moving averages, RSI with integrated smoothing periods, and MACD. The EA manages risk through dynamic lot sizing based on account percentage and includes standard risk controls such as fixed stop loss and take profit levels. Notable trade management features include three distinct trailing stop modes—ATR, previous candle close, and standard pips—alongside a maximum open trade limit and an automated end-of-week close-out function.
Read from 09oct2016_EA.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
TradeSettings
string
===========================================
MaxOpenTrades
int
10
EndOfWeekCloseOut
ENUM_YESNO
YES
EOWCO_TIME
string
16:00
QuantitySettings
string
===========================================
QuantityMode
ENUM_QUANTITY
DYNAMIC
RiskPercent
double
1
QuantityStatic
int
1
StopLossSettings
string
===========================================
StopLossPips
int
50
TakeProfitSettings
string
===========================================
TakeProfitPips
int
100
Show all 40 inputs
Name
Type
Default
Description
TrailStopSettings
string
===========================================
TrailStopATR
ENUM_ONOFF
true
TrailStopPreviousClose
ENUM_ONOFF
true
TrailStopStandard
ENUM_ONOFF
true
TrailStopSize
int
25
IndicatorSettings
string
===========================================
EMA_FAST
int
8
EMA_MED
int
21
EMA_SLOW
int
55
SMA_FAST
int
89
RSI_PERIOD
int
14
RSI_V1EMA_Period
int
21
RSI_V1EMA_Mode
ENUM_MA_METHOD
MODE_EMA
RSI_V2SMA_Period
int
89
RSI_V2SMA_Mode
ENUM_MA_METHOD
MODE_SMA
RSI_SMA_Period
int
55
RSI_SMA_Mode
ENUM_MA_METHOD
MODE_SMA
RSI_EMA1_Period
int
5
RSI_EMA1_Mode
ENUM_MA_METHOD
MODE_EMA
RSI_EMA2_Period
int
21
RSI_EMA2_Mode
ENUM_MA_METHOD
MODE_EMA
RSI_MOMO_V1
int
5
RSI_MOMO_V1_Mode
ENUM_MA_METHOD
MODE_EMA
RSI_MOMO_V2
int
34
RSI_MOMO_V2_Mode
ENUM_MA_METHOD
MODE_EMA
RSI_MOMO_SMA
int
34
RSI_MOMO_SMA_Mode
ENUM_MA_METHOD
MODE_SMA
MACD_V1
int
34
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone TobiahRex/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.
This MetaTrader 4 expert advisor functions as an automated trading robot using the Average Directional Index (ADX) to identify trend strength and direction. It executes trades based on ADX crossovers and specific level thresholds. The EA provides essential risk management tools, including stop loss, take profit, and a
SuperMao is an automated trading robot for MetaTrader 4 that executes trades based on technical indicator configurations. The repository includes variations of the strategy, specifically utilizing Ichimoku Kinko Hyo for trend identification and a combination of Bollinger Bands with MACD crossovers for momentum-based en
This expert advisor for MetaTrader 4 automates trading using five Exponential Moving Average periods to determine market direction. The developer notes an integration between C# and MQL4 for its operation. It manages trades with fixed stop loss and take profit parameters, ensuring each position has defined risk boundar
MT4Trading robotIndicator crossoverTrend following
Max Profit is a trend-following expert advisor for MetaTrader 4, specifically optimized for the M1 timeframe. It utilizes a combination of technical indicators, including Parabolic SAR and MACD, to identify market trends and execute trades. The software includes dedicated modules for lot management, symbol analysis, an
This MetaTrader 4 expert advisor implements a classic moving average crossover strategy to automate trade entries. The robot monitors two user-defined simple moving averages of different periods. It enters a trade when the faster moving average crosses above or below the slower moving average on a new bar. Risk managem
MT4Trading robotIndicator crossoverTrend following
The Falcon is a MetaTrader 4 expert advisor designed for automated trading using a combination of moving averages and Keltner Channels. It utilizes trend-following logic for entries and incorporates advanced position sizing features, including percentage-based risk, adaptive volatility sizing, and margin-per-lot constr