Bull Bearer AI
- Uzmanlar
- Sürüm: 2.50
- Güncellendi: 1 Eylül 2026
- Etkinleştirmeler: 5
Bull Bearer AI is a trend-following Expert Advisor for MetaTrader 5.
It looks for alignment between trend direction and momentum before opening a trade, then manages risk with ATR-based stops and position sizing.
Strategy logic
- EMA trend structure — Fast EMA vs Slow EMA defines direction
- ADX filter — only trades when trend strength is present (default ADX ≥ 18)
- Directional confirmation — +DI / –DI must agree with the trade side
- Candle confirmation — signal bar must close in the trade direction, beyond the Fast EMA
- RSI filter — avoids buying extreme overbought or selling extreme oversold
Trades are evaluated on closed bars only (no intra-bar spam).
Risk & trade management
- ATR-based Stop Loss and Take Profit (defaults: SL = ATR × 2.0, TP = ATR × 3.0)
- Fixed SL/TP fallback if ATR is unavailable
- Risk-based lot sizing (% of equity) or fixed lots
- Maximum open positions limit
- Daily loss limit and maximum trades per day
- Spread filter
- Optional trading-hours filter
Recommended use
| Item | Suggestion |
|---|---|
| Symbols | EURUSD, GBPUSD, USDJPY |
| Timeframes | H1 or M15 |
| Risk | 0.5% per trade (default) |
| Account | Demo first, then live with small risk |
================================================================================
BULL BEARER AI - SETUP INSTRUCTIONS
Expert Advisor for MetaTrader 5
Version 2.00
================================================================================
MAJOR UPGRADE (v2.00)
---------------------
The strategy has been completely rewritten for higher quality signals:
• Higher Timeframe (H4) trend filter – only trades with the bigger trend
• Strict EMA structure + ADX strength requirement
• Pullback entries instead of chasing every signal
• Better Risk:Reward (default ~1:1.75)
• Lower risk default (0.5%) and fewer trades per day
• Trading hours filter enabled by default
--------------------------------------------------------------------------------
1. INSTALLATION
--------------------------------------------------------------------------------
1. Copy Bull_Bearer_AI.mq5 into: File → Open Data Folder → MQL5 → Experts
2. Open MetaEditor (F4) → open the file → press F7 to compile (0 errors)
3. In Navigator, drag "Bull Bearer AI" onto a chart
--------------------------------------------------------------------------------
2. RECOMMENDED SETTINGS (DEFAULTS ARE ALREADY GOOD)
--------------------------------------------------------------------------------
Risk Management
Risk per Trade (%) : 0.5
Max Daily Loss (%) : 2.0
Max Trades per Day : 3
Stop Loss / Take Profit
Use ATR-based SL/TP : true
ATR Multiplier SL : 2.0
ATR Multiplier TP : 3.5
Strategy
Fast EMA : 20
Slow EMA : 50
Higher TF : H4
HTF EMA : 50
Min ADX : 22
Filters
Max Spread : 25
Use Time Filter : true
Start Hour : 8
End Hour : 20
--------------------------------------------------------------------------------
3. BEST SYMBOLS & TIMEFRAMES
--------------------------------------------------------------------------------
Recommended:
EURUSD H1 or M15
USDJPY H1
GBPUSD H1
XAUUSD H1 (use Risk 0.3%)
Avoid for now:
M1 / M5 charts
Exotic pairs
--------------------------------------------------------------------------------
4. ENABLE AUTO TRADING
--------------------------------------------------------------------------------
• Turn ON the "Algo Trading" button (must be green)
• Chart should show a smiley face
• Tools → Options → Expert Advisors → Allow Algo Trading
--------------------------------------------------------------------------------
5. IMPORTANT NOTES
--------------------------------------------------------------------------------
• Expect significantly fewer trades than before (this is intentional)
• Quality over quantity – the EA now waits for alignment of HTF trend +
current structure + ADX + pullback
• Always test on Demo first for at least 1–2 weeks
• Never risk more than 1% per trade
--------------------------------------------------------------------------------
6. DISCLAIMER
--------------------------------------------------------------------------------
Trading involves substantial risk of loss. Past results (including backtests)
do not guarantee future performance. Use at your own risk.
================================================================================
End of Setup Instructions - Bull Bearer AI v2.00
================================================================================
