Shushi Expert Advisor
- Experts
-
German Andres Soto Castro
Desenvolvedor MQL5 especializado em Expert Advisors construídos para sobreviver ao trading real e às avaliações de prop firms, não apenas aos backtests. - Versão: 1.31
- Ativações: 5
Shushi Expert Advisor is a mean-reversion trading robot that combines four independent confirmations before opening a trade: a reversal candlestick pattern (hammer, shooting star or engulfing), RSI positioning, MACD momentum direction and the price location relative to the Bollinger middle band. All signals are evaluated on closed bars only, so the strategy does not repaint and backtest results match live behaviour.
The EA opens at most one position per symbol, never averages down and never increases exposure to recover a loss. No grid. No martingale. No arbitrage. Every position carries a stop loss from the first second.
Built-in account protection
- Daily loss limit: when the day loses a configurable percent of its starting balance, the EA stops opening trades until the next day (optionally closing everything).
- Equity drawdown hard stop: if equity falls a configurable percent from its peak, the EA closes all its positions and stops trading entirely.
- These rules mirror the limits used by proprietary trading firms, so the EA can be run on funded accounts with the protection matching the firm rules.
Risk and trade management
- Position size calculated from a risk percentage of balance, normalized to the symbol volume step and capped by free margin. If the risk does not cover the minimum lot, the EA simply does not trade.
- Stop loss placed by ATR distance, respecting the broker stops level.
- Break-even move after a configurable ATR gain, optional ATR trailing stop, and a one-time partial close when RSI reaches an extreme in profit.
- Session filter (days and hours), spread filter and a maximum of trades per day.
Recommendations
- Developed and tested on FX majors on H1. Suggested starting point: EURUSD H1 with default settings.
- Works on any symbol and timeframe; always backtest and demo-test your symbol and settings before going live.
- Minimum recommended deposit: 500 USD (or equivalent) with 1:100 leverage or higher.
Input parameters
- RiskPercentage - risk per trade, % of balance (default 2.0)
- RSI / MACD / Bollinger / ATR periods - indicator settings (defaults 14, 12/26/9, 20/2.0, 14)
- ATR_Multiplier - stop loss distance in ATRs (default 1.5)
- MaxOperationsPerDay - trade count cap per day (default 10)
- UseAutoTP + TP pips per timeframe group - take profit sizing
- MagicNumber - identifier of the EA trades
- Account protection: UseDailyLossLimit, MaxDailyLossPercent, CloseOnDailyLimit, UseMaxDrawdown, MaxDrawdownPercent
- Session filters: UseTimeFilter, trading hours, weekday switches
- UseSpreadFilter / MaxSpreadPoints - do not open on wide spread
- UseBreakEven / UseTrailingStop with ATR-based settings
The EA does not promise profits. It is a disciplined execution of a classic mean-reversion idea with strict, transparent risk control. Test it in the Strategy Tester, adjust it to your broker conditions, and only then decide.
The screenshot on this page shows a Strategy Tester backtest (EURUSD H1). Backtest results are not real trading results and do not predict future performance.
