Skip to product information
Gladiator Swing EA #025

Gladiator Swing EA – User Guide
1. Strategy Overview
Gladiator Swing EA is designed for swing trading using a combination of:
• RSI (Relative Strength Index) to detect overbought/oversold reversals
• Support/Resistance (recent highs and lows) to confirm entry zones
• ATR (Average True Range) for dynamic Stop Loss and Take Profit management
The EA trades one position per symbol at a time, with advanced risk management including
risk-based lot sizing, breakeven, and ATR trailing stop.
2. Entry Logic
• Buy Conditions
o RSI crosses upward from below the oversold level
o Price is close to recent Support (within defined proximity)
• Sell Conditions
o RSI crosses downward from above the overbought level
o Price is close to recent Resistance
3. Exit Logic
• Stop Loss (SL): set dynamically as ATR * SL_Multiplier
• Take Profit (TP): set dynamically as ATR * TP_Multiplier
• Breakeven Option: SL moves to entry price after price moves in favor by ATR * Trigger
• Trailing Stop Option: SL trails behind price at distance of ATR * Multiplier
4. Inputs & Parameters
General
• EA_Name – Name displayed in logs
• Magic – Unique ID for trade identification
Trading Permissions• AllowLong – Enable Buy trades
• AllowShort – Enable Sell trades
Filters
• MaxSpreadPoints – Maximum spread allowed to open trades
• CooldownBars – Minimum number of bars to wait before new trade
RSI
• RSI_Period – Default 14
• RSI_BuyLevel – Oversold threshold (default 35)
• RSI_SellLevel – Overbought threshold (default 65)
Support/Resistance
• SR_LookbackBars – Lookback window to calculate highs/lows (default 50)
• SR_Shift – Bar offset to avoid current bar
• ProximityPoints – Maximum distance from Support/Resistance to allow trade
ATR Stop/Target
• ATR_Period – Default 14
• ATR_SL_Multiplier – Default 1.5
• ATR_TP_Multiplier – Default 2.0
Risk & Lot Sizing
• Use_Risk_Percent – Enable lot calculation based on risk %
• Risk_Percent – Default 1% of account equity
• Fixed_Lot – Lot size if risk percent is disabled
Trade Management
• Enable_Breakeven – Move SL to entry after profit reaches ATR trigger
• BE_ATR_Trigger – ATR multiplier to trigger breakeven
• Enable_TrailingATR – Enable ATR trailing stop
• Trail_ATR_Mult – ATR multiplier for trailing stop
5. Recommended Usage
For EURUSD H1
• RSI_Period: 14, BuyLevel: 35, SellLevel: 65• ATR_Period: 14, SL_Multiplier: 1.5, TP_Multiplier: 2.0
• SR_LookbackBars: 50, ProximityPoints: 100
For XAUUSD H1
• RSI_Period: 14, BuyLevel: 30, SellLevel: 70
• ATR_SL_Multiplier: 2.0, ATR_TP_Multiplier: 2.5
• SR_LookbackBars: 100, ProximityPoints: 150
6. Tips
• Works best in swing/trend continuation setups with clear Support/Resistance
• Use higher timeframes (H1, H4) for more reliable signals
• Adjust ATR multipliers depending on market volatility
• Always test in Strategy Tester before live trading

You may also like