EA Ak47 Hybrid generates signals using the Relative Strength Index filtered by an Exponential Moving Average trend component. The EA includes secondary filters for ATR volatility, MACD momentum, and Stochastic oscillators to refine entries. It manages positions through ATR-based trailing stops, automatic breakeven settings, and time-based restrictions. Risk management options include fixed lot sizing, risk-per-trade calculations, and a martingale lot multiplier for recovery after losses.
Read from EA-AK47Hybrid.mq5. Defaults are the author's; change them in the EA's Inputs tab.
Name
Type
Default
Description
LotSize
double
1.0
Lot size
UseFixedLot
bool
true
Use fixed lot size
RiskPercent
double
1.0
Risk percentage per trade
UseMartingale
bool
true
Enable Martingale lot sizing after losses
MartingaleMultiplier
double
2.0
Lot multiplier after each loss
MaxMartingaleLevels
int
5
Maximum consecutive losses before reset
StopLoss
int
20
Stop Loss in points (extreme risk)
TakeProfit
int
1000
Take Profit in points (extreme reward)
RSIPeriod
int
21
RSI period (increased for smoother signals in gold)
RSIOverbought
int
80
RSI overbought level (relaxed for more signals)
RSIOversold
int
20
RSI oversold level (relaxed for more signals)
UseTrendFilter
bool
false
Use EMA trend filter
Show all 40 inputs
Name
Type
Default
Description
EMAPeriod
int
50
EMA period for trend filter (shortened for more signals)
UseATRFilter
bool
false
Use ATR volatility filter to avoid low volatility trades
MinATR
double
0.5
Minimum ATR value (in points) to allow trading
ATRPeriodFilter
int
14
ATR period for volatility filter
UseMACDFilter
bool
false
Use MACD for momentum confirmation
MACDFast
int
12
MACD fast period
MACDSlow
int
26
MACD slow period
MACDSignal
int
9
MACD signal period
UseStochFilter
bool
false
Use Stochastic for overbought/oversold confirmation
StochK
int
5
Stochastic %K period
StochD
int
3
Stochastic %D period
StochSlowing
int
3
Stochastic slowing period
StochOverbought
int
80
Stochastic overbought level
StochOversold
int
20
Stochastic oversold level
MagicNumber
int
12345
Magic number for orders
Slippage
int
15
Slippage in points (increased for gold volatility)
UseTrailingStop
bool
true
Enable trailing stop
TrailingMode
ENUM_TRAILING_MODE
TRAILING_MODE_ATR
Trailing mode (ATR for volatility adaptation)
TrailingDistance
double
1.5
Trailing distance (ATR multiplier)
TrailingStep
double
10.0
Minimum step to move SL (points, increased for gold)
ATRPeriod
int
21
ATR period for ATR mode (longer for gold trends)
ATRMultiplier
double
1.5
ATR multiplier for ATR mode
UseBreakeven
bool
true
Enable automatic breakeven
BreakevenTrigger
double
50.0
Profit points to trigger breakeven (higher for gold)
BreakevenOffset
double
5.0
Offset from entry price (points, increased for gold)
PartialBreakeven
bool
true
Move SL to breakeven + offset (enabled for gold)
UseTimeFilter
bool
false
Enable time-based trading restrictions
TradingStartHour
int
2
Start trading hour (0-23, early for gold session)
How to install it
1Download the sourceUse "Download source (.zip)" above, or clone JonusNattapong/EA-AK47Hybrid 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, and any .mqh files into the Include folder the code expects.
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 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
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 MetaTrader 4 expert advisor utilizes the SuperTrend and Bollinger Bands indicators to identify market entries. It 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. I
EA Scalper XAUUSD is an automated trading research project for MetaTrader 5 focused on gold. It employs a multifaceted entry strategy using Smart Money Concepts like order blocks and liquidity sweeps, alongside moving average crossovers and Fibonacci zones. The EA includes a self-learning module designed to adapt to di
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
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