Ray Scalper monitors Bollinger Bands, Moving Averages, and Stochastic crossovers to trigger entries. The robot allows users to toggle between trend and anti-trend modes and includes risk controls for stop loss and take profit, which can be defined by pips or volatility. Traders can also restrict the system to only buy or sell positions. The provided documentation is minimal as the repository lacks a README.
Read from RayScalper.mq4. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
magic
int
10
MAGIC NUMBER
SL_MODE
int
0
MODO SL: 0 - VOL | 1 - PIPS
SL
double
5
SL (Volatilidad o Pips)
TP
double
5
TP
lots
double
0.01
LOTAJE
lo_allow
bool
true
LARGOS PERMITIDOS
so_allow
bool
true
CORTOS PERMITIDOS
antiten
bool
true
MODO ANTITENDENCIAL
tend
bool
true
MODO TENDENCIAL
stoch_long_p
int
5
PERIODO LARGO STOCH
stoch_short_p
int
3
PERIODO CORTO STOCH
trig_long
int
30
GATILLO STOCH LARGOS
Show all 13 inputs
Name
Type
Default
Description
trig_short
int
70
GATILLO STOCH CORTOS
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone ThePathsOfSaga/RetoComunitarioSAGAQUANT-EAs 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 algorithmic scalping robot for MetaTrader 4 and 5 uses a five-factor confluence engine to identify trade entries. It monitors RSI extremes, Bollinger Band breakouts, MACD momentum, EMA ribbons, and volume acceleration. The EA employs percentage-based risk management with a strict stop loss and a flexible take prof
Scalpflip EA is an automated scalping robot for MetaTrader 5 that utilizes a multi-layered technical analysis approach. It offers three entry modes: trend-following, mean-reversion, and a smart mode that selects the strategy based on current market conditions. The system filters trades using the Relative Strength Index
FG Scalping Pro is an automated trading system for MetaTrader 5 that utilizes a multi-indicator approach to identify entry points. It combines exponential moving average crossovers with RSI momentum and Bollinger Band volatility filters to execute trades. The EA manages risk through dynamic ATR-based stop loss and take
MATE Apex Scalper is a MetaTrader 5 expert advisor designed for scalping major forex pairs and gold. It employs a multi-symbol confluence strategy, filtering entries based on triple exponential moving average alignment, RSI levels, and Bollinger Band rejections on the M5 and M15 timeframes. The robot manages trades usi
Conservative Scalper EA is a MetaTrader 4 robot designed for intraday scalping on major currency pairs such as EURUSD, GBPUSD, and USDJPY. It determines market bias on the M15 timeframe using dual Exponential Moving Averages and enters trades on the M5 chart based on RSI levels and candle breakouts. The system prioriti
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