RSI EA identifies potential entry points when the RSI reaches specific overbought or oversold levels, supported by a moving average filter. The robot includes essential risk management controls such as fixed stop loss, take profit, and a trailing stop mechanism. Users can choose between manual lot sizing or an automated calculation based on a percentage of account risk. The code features an ECN mode to accommodate specific broker requirements for order execution, though the repository documentation is minimal.
Read from rsi_movil.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
OpenBUY
bool
True
OpenSELL
bool
True
CloseBySignal
bool
False
StopLoss
double
80
TakeProfit
double
80
TrailingStop
double
0
RSIperiod
int
14
BuyLevel
double
30
SellLevel
double
70
AutoLot
bool
True
Risk
double
1.5
ManualLots
double
0.1
Show all 22 inputs
Name
Type
Default
Description
MagicNumber
int
123
Koment
string
RSIea
Slippage
int
10
Period_1
int
9
MA_Method
int
3
MinDiff
int
3
UseMM
bool
false
LotsPer10000
double
1
ECN_Mode
bool
false
In ECN mode, SL and TP aren't applied on OrderSend() but are added later with OrderModify()
Timeframe
string
M1
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone reysabogal/metatrader4 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 focuses on Gold trading using institutional pivot point levels and fractal-based support and resistance zones. The robot filters entries through a combination of RSI, MACD, and moving average alignment, supplemented by a trade quality scoring system. It includes comprehensive risk contr
This MetaTrader 4 expert advisor is designed for gold scalping using a combination of Relative Strength Index and Exponential Moving Average indicators. It identifies entry points when momentum reaches specific overbought or oversold thresholds while considering moving average trends. The system manages risk through fi
This MetaTrader 4 expert advisor executes trades based on momentum oscillators, trend filters, and price action patterns. It utilizes a Stochastic oscillator alongside multiple Exponential Moving Averages to identify entry points in alignment with the prevailing trend. The logic incorporates candlestick analysis, speci
This MetaTrader 4 expert advisor automates trading using a combination of trend-following and mean-reversion indicators. It executes trades based on the crossover of two Exponential Moving Averages, filtered by Relative Strength Index levels and Bollinger Band boundaries. The robot enters a position when an EMA crossov
This Expert Advisor for MetaTrader 4 executes trades based on the confluence of Relative Strength Index levels and Moving Average crossovers. It enters long positions when the RSI is oversold and a fast exponential moving average crosses above a slow one, and short positions when the RSI is overbought during a downward
This MetaTrader 4 expert advisor automates trading using Stochastic Oscillator signals. It allows for the confluence of up to three separate Stochastic indicators, potentially across different timeframes, to determine entry points. Trades are triggered by line crossovers or when the indicator reaches user-defined overb