Skip to product information
Infinity Scalper Matrix #003

User Guide Infinity Scalper Matrix
1) Recommended Starting Settings
• SignalTF: PERIOD_CURRENT (same as chart TF)
• EMA: Fast=9, Slow=21
• MACD: 12/26/9
• RSI: Period=14 → Buy ≥ 55, Sell ≤ 45
• UseBarOpenSignals = true (use closed bar signals for stability)
• MaxSpreadPoints: 20–30 (for EURUSD on 5-digit broker, adjust for other pairs)
• Lot size:
o Start with FixedLot=0.05–0.10
o Or enable UseAutoLot = true with RiskPercent=0.5–1.0
• Stops:
o UseATRStops = true with ATR_SL=2×ATR and ATR_TP=3×ATR
o Or disable ATR and use fixed StopLossPoints/TakeProfitPoints
2) Entry Logic
• Buy: EMA(9) crosses above EMA(21) + MACD Histogram > 0 and rising + RSI ≥
BuyMin
• Sell: EMA(9) crosses below EMA(21) + MACD Histogram < 0 and falling + RSI ≤
SellMax
• Only 1 trade per bar (if OneTradePerBar=true)
• Manages trades with BreakEven and Trailing Stop once profit moves favorably
3) Backtesting
1. Open Strategy Tester in MT5.
2. Choose EA + symbol + timeframe.
3. Model: “Every tick based on real ticks” (best) or “1 minute OHLC”.
4. Run on at least 3–6 months of data.
5. Start with default settings, then optimize:
o RSI_BuyMin/SellMax (stricter or looser entries)
o ATR multipliers (wider or tighter stops/targets)
o MaxSpreadPoints (filter bad conditions)4) Key Parameters
• UseBarOpenSignals: true → checks only at bar open (prevents repaint).
• OneTradePerBar: true → no multiple entries per candle.
• UseAutoLot & RiskPercent: calculates lot size based on % risk relative to SL.
• BreakEven: moves SL to entry + offset once profit ≥ trigger points.
• Trailing Stop: activates after profit ≥ start, moves SL step by step.
• Magic: unique ID for this EA’s trades (important if using multiple EAs).
5) Example Presets
EURUSD M5 (scalping)
• Spread filter: MaxSpreadPoints=25
• Lot: FixedLot=0.05
• ATR SL/TP: SL=2×ATR, TP=3×ATR
• RSI filter stricter: BuyMin=58, SellMax=42
XAUUSD (Gold) M15
• Spread filter: MaxSpreadPoints=300–600 (depends on broker quotes)
• UseAutoLot=true, RiskPercent=0.5
• ATR multipliers: SL=2.2×ATR, TP=3.2×ATR
• RSI: BuyMin=55, SellMax=45
6) Tips for Live Use
• Trade during London/NY sessions for best liquidity.
• Adjust MaxSpreadPoints to avoid entries during wide spread (e.g., news events).
• Always test on demo first before going live.
• Increase SL size (ATR multipliers or fixed SL) for highly volatile symbols.
7) Troubleshooting
• EA doesn’t trade →
o Spread too high
o No valid cross+MACD+RSI condition
o Already a trade openo Waiting for new bar if UseBarOpenSignals=true
• No SL/TP set → broker’s SYMBOL_TRADE_STOPS_LEVEL may force a minimum gap;
EA auto-adjusts.

You may also like