Impulsive OB Scalper

Overview

Impulsive OB Scalper Pro is a fully automated Expert Advisor for MetaTrader 5 that focuses on institutional order blocks and impulsive price movements. The system identifies supply and demand zones formed after a strong impulsive candle (range ≥ ATR × multiplier) and executes trades when price retests those zones. This approach follows the footprints of large institutional players (banks, hedge funds) that create significant directional moves.

Unlike traditional indicator‑based systems, this EA relies purely on price action, volatility, and market structure – no moving averages or oscillators are used for signal generation (though a trend filter is optional). It is designed for scalpers and intraday traders who seek high‑probability entries around key order flow levels.

Core Features

  • Pure Order Block Detection – Identifies impulsive candles and stores the preceding candle as a demand (buy) or supply (sell) zone.

  • Dynamic Entry Logic – Enters when price returns to the zone; supports both market orders and limit orders with adjustable offset.

  • Multiple Lot Sizing Modes – Fixed, risk‑based (% of equity), or compound (profit‑driven growth) with a maximum lot cap for safety.

  • Flexible Stop‑Loss & Take‑Profit – Choose between fixed points or dynamic ATR‑based distances.

  • Advanced Confirmation Filters – Optional trend filter (MA), spread filter, and candle‑close confirmation inside the zone.

  • Comprehensive Risk Management – Daily loss/profit limits, max drawdown, daily trade count, and time‑based trading restrictions.

  • Trailing Stop & Breakeven – Automatically protect profits with trailing stops and move SL to entry after a trigger profit.

  • Multi‑Symbol Capability – Trade a single symbol or a custom list of symbols (Forex, Metals, Crypto, Indices) from one chart.

  • Robust Error Handling – Margin checks, symbol tradability validation, and automatic lot fixing according to broker specifications.

Signal Generation Logic

The EA does not use a scoring system; instead, it relies on a clear, rule‑based trigger:

  1. Impulsive Candle Detection

    • Compares the range of the previous candle (high – low) with the current ATR value multiplied by  InpImpulsiveMultiplier .

    • If the range exceeds the threshold, the candle is considered impulsive.

  2. Zone Creation

    • Bullish impulse (close > open) after a bearish previous candle → creates a demand zone (buy) using the previous candle’s high/low.

    • Bearish impulse (close < open) after a bullish previous candle → creates a supply zone (sell) using the previous candle’s high/low.

    • Each zone has an expiry age (max bars) and is stored in a circular buffer.

  3. Entry Trigger

    • For buy zones: when the current ask price falls inside the zone (and optionally, the previous candle closed inside).

    • For sell zones: when the current bid price falls inside the zone (and optionally, the previous candle closed inside).

    • Optional trend filter (MA) ensures entries are in the direction of the larger trend.

    • Spread filter rejects entries if spreads are excessive.

  4. Order Placement

    • Market order executed immediately at current price.

    • Limit order placed with an offset from the zone boundary to reduce slippage and improve fill quality.

Lot Sizing Modes

Mode Description
Fixed Uses a constant lot size ( InpLotSize ).
Risk % Calculates lot based on a percentage of equity and the distance to stop‑loss.
Compound Grows the lot size proportionally to accumulated profit (base lot + profit factor).
Max Lot Cap All modes respect  InpMaxLot  to prevent over‑exposure.

Stop‑Loss & Take‑Profit Configuration

  • Fixed Points – SL and TP set in points (e.g., 150 and 300 points).

  • Dynamic ATR – SL and TP are multiples of the current ATR value (e.g., 1.5× ATR for SL, 3.0× ATR for TP).

  • Validation – The EA ensures that the SL/TP distances are not smaller than the broker’s minimum stop level.

Risk Management Features

  • Daily Loss Limit – Stops new trades after a specified percentage loss from the day’s starting equity.

  • Daily Profit Target – Stops new trades after a specified percentage profit is reached.

  • Maximum Drawdown – Halts trading if equity drops below a percentage of the peak equity.

  • Max Daily Trades – Limits the number of trades per day.

  • Time Filters – Restrict trading to specific hours and optionally stop earlier on Fridays.

  • Spread Filter – Rejects trades if the spread exceeds a configurable threshold.

Trailing Stop & Breakeven

  • Trailing Stop – Activates after a minimum profit (in points) and trails price by a fixed distance.

  • Breakeven – Moves the stop‑loss to the entry price once a trigger profit is reached, locking in a risk‑free trade.

Multi‑Symbol & Broker Compatibility

  • Trading Modes

    • Specific Symbol – trade only the instrument specified.

    • All Symbols – trade a comma‑separated list of symbols (e.g., XAUUSD, BTCUSD, GBPUSD, USDJPY, EURUSD).

  • Broker Suffix Handling – Automatically works with symbols that have suffixes like  .m ,  .c ,  .pro ,  .ecn , etc.

  • Market Open Detection – Robust fallback for crypto and weekend sessions.

Requirements

  • Platform: MetaTrader 5

  • Minimum Deposit: $100 for cent accounts, $500 for standard accounts (recommended).

  • Timeframes: Works on all timeframes; H1 and H4 are recommended for cleaner zone identification.

  • Account Type: Any account with sufficient margin and low spreads is ideal.

Setup Instructions

  1. Attach the EA to a single chart (e.g., EURUSD H1).

  2. Select the trading mode: Specific Symbol or All Symbols.

  3. If using All Symbols, provide a comma‑separated list of desired instruments.

  4. Configure lot sizing, SL/TP mode, and risk parameters.

  5. Enable optional filters (trend, spread, time) as needed.

  6. Test thoroughly on a demo account before live deployment.

Important Notes

  • The EA does not use any lagging indicators (EMA, Bollinger Bands, etc.) for signal generation – it relies purely on price and volatility.

  • Zone detection is based on the previous candle relative to the current ATR, making it adaptive to changing market conditions.

  • The system includes a maximum lot cap and margin checks to protect your account.

  • Limit orders are placed with an offset to avoid slippage and improve execution quality.

  • All open positions are managed with trailing and breakeven logic if enabled.

Frequently Asked Questions

Q: What is an "impulsive" candle?
A: A candle whose range (high – low) is at least  InpImpulsiveMultiplier  times the current ATR value. It indicates strong momentum.

Q: How are order blocks defined?
A: The EA stores the previous candle’s high and low as the zone boundary when an impulsive candle appears. Buy zones are demand areas; sell zones are supply areas.

Q: Does this EA use any moving averages?
A: The core logic does not use moving averages. However, an optional trend filter (MA) can be enabled to align trades with the broader trend.

Q: Can I run this on multiple pairs at once?
A: Yes. Use the All Symbols mode and list your desired pairs. The EA will scan each symbol and trade independently.

Q: What lot sizing method is safest?
A: The Risk % mode is recommended because it adjusts lot size based on your account equity and stop‑loss distance, ensuring consistent risk per trade.

Q: Does the EA support backtesting?
A: Yes, it is fully compatible with the MT5 Strategy Tester. Use the multi‑symbol mode for comprehensive testing.

Disclaimer

Trading foreign exchange, cryptocurrencies, and CFDs carries a high level of risk and may not be suitable for all investors. You could lose all of your invested capital. Impulsive OB Scalper Pro is a trading tool that does not guarantee profits.

Users are strongly advised to:

  • Perform extensive backtesting and forward testing on demo accounts.

  • Apply sound risk management principles.

  • Understand the system’s logic before going live.

  • Never trade with funds you cannot afford to lose.

  • Adjust settings to match current market volatility and broker conditions.

Past performance does not guarantee future results. By using this product, you accept full responsibility for your trading decisions.


Plus de l'auteur
Institutional Order Flow and Cumulative Delta Trading System for MetaTrader 5 Description Pure Order Flow System is an automated trading application for MetaTrader 5 that focuses exclusively on price action, order flow, and institutional footprints. The system does not use traditional trend indicators such as EMA or Bollinger Bands. Instead, it relies on order blocks, liquidity sweeps, fair value gaps, and cumulative delta for trading decisions. This approach provides lag-free signals since it
Ultimate Fusion MT5 EA Version 2.2 – Multi-Pair Trading System with Signal Scoring and Machine Learning Optimization Description Fusion MT5 EA is an automated trading application for MetaTrader 5 designed to manage multiple trading instruments simultaneously from a single chart. The system employs a signal scoring methodology, incorporates machine learning techniques for weight optimization, and includes comprehensive risk management features. The Expert Advisor includes 23 built-in pair preset
Fast SMC Master EA Institutional Order Flow Trading System for MetaTrader 5 Description SMC Order Flow System is an automated trading application for MetaTrader 5 designed to detect institutional order flow and smart money footprints in the forex, metals, crypto, and indices markets. The system specializes in identifying liquidity sweeps, order blocks, and fair value gaps (FVG) that often precede significant price movements by large market participants. This approach enables the system to follo
Reversal Hunter MT5 EA Mean-Reversion and Divergence-Based Trading System for MetaTrader 5 Description Reversal Detection System is an automated trading application for MetaTrader 5 built to identify trend exhaustion points and hidden divergences in the forex, metals, crypto, and indices markets. Unlike trend-following systems, this EA focuses on detecting directional reversals through RSI and MACD divergence analysis, support and resistance violations, and Bollinger Band squeeze patterns. This
Fusion Alpha Sentinel Trade Multi Pair EA MetaTrader 5 Application – 10 Scoring Templates in One System Description Multi-Strategy Trading System is an automated application for MetaTrader 5 that integrates ten distinct trading methodologies into a single platform. Users can select from 10 pre-defined scoring templates—or create a custom configuration—through a single input parameter. This approach allows traders to adapt the system to different market conditions without purchasing multiple pro
Ranging King MT5 EA Channel and Sideways Market Trading System for MetaTrader 5 Description Range Structure System is an automated trading application for MetaTrader 5 optimized for sideways and low-trend market conditions. The system identifies clear price channels using Bollinger Bands, Ichimoku clouds, and pivot points. It avoids trading during strong breakouts unless confirmed by volume analysis, making it suitable for traders who prefer structured price channel environments. The Expert Adv
Momentum Blast MT5 EA Trend Breakout and Momentum Continuation Trading System for MetaTrader 5 Description Breakout Momentum System is an automated trading application for MetaTrader 5 designed to capture strong directional movements following the breach of key price levels. The system utilizes ADX for trend strength validation, volume surge analysis to confirm buying or selling pressure, and market structure breaks (BOS and CHOCH) for entries at the beginning of new trends. The Expert Advisor
Support Resistance Master EA Support and Resistance Level-Based Trading System for MetaTrader 5 Description Price Level System is an automated trading application for MetaTrader 5 that bases all entry and exit decisions on historical supply and demand levels. The system dynamically identifies swing highs and lows, pivot points, and order congestion zones. The EA executes trades only when price reacts to these pre-defined levels, ensuring that entries are aligned with institutional interest area
Volatility Adaptor MT5 EA Dynamic ATR-Based Adaptive Trading System for MetaTrader 5 Description Volatility Reactive System is an automated trading application for MetaTrader 5 that dynamically adjusts trading frequency, stop-loss, take-profit, and expiry parameters based on the Average True Range (ATR) of each instrument. During high volatility periods, the system widens targets and reduces position sizes. During low volatility periods, the system tightens parameters to capture smaller movemen
Quick Reversal Master EA High-Frequency Counter-Trend Trading System for MetaTrader 5 Description Rapid Signal System is an automated trading application for MetaTrader 5 designed for quick and aggressive counter-trend entries. The system uses a minimal but high-impact signal set including candle direction, RSI extremes, liquidity sweeps, fair value gaps, cumulative delta, and divergence detection. With a base threshold of 50, which is the lowest among all templates, the system generates signal
Fusion Nexus MT5 EA Adaptive Trading System for All Market Conditions Description Multi-Regime System is an automated trading application for MetaTrader 5 designed to perform across diverse market conditions including trending, ranging, and volatile environments. The system combines a balanced mix of trend signals, range signals, and institutional signals with multi-timeframe (MTF) confirmation. This comprehensive approach ensures the EA can adapt to changing market dynamics without requiring m
Description Scalping Fusion   is an automated scalping Expert Advisor for MetaTrader 5 that combines   institutional order flow concepts   (Order Blocks, Liquidity Sweeps, FVG) with   classical technical indicators   (EMA, RSI, ADX, Bollinger Bands, Ichimoku) in a unified scoring system. The EA is designed for   single-pair, high-frequency scalping   with a strong emphasis on   dynamic risk management ,   auto-compounding , and   level-based pending order execution . Unlike pure SMC systems, Sca
Breakout News
Surya Nurvina
Breakout News EA   is an automated scalping Expert Advisor for MetaTrader 5 specifically designed to capitalise on price volatility during scheduled high-impact news events. Unlike traditional breakout systems, this EA places both a   Buy Stop   and a   Sell Stop   order around the pre-news range, allowing it to catch directional moves immediately after the release. The EA is built for single‑pair trading with a strong focus on dynamic risk management, trailing stops, broker integrity monitoring
# Trend Master EA – MA Crossover with Scoring & Adaptive Risk TrendMaster EA is an advanced, multi‑pair trend‑following Expert Advisor for MetaTrader 5, built on a proven Moving Average crossover strategy enhanced with a sophisticated scoring system, dynamic risk management, and comprehensive protection mechanisms. Unlike simple crossover systems, TrendMaster evaluates multiple confluences – candle patterns, support/resistance proximity, RSI, ADX, and volume surges – to filter only high‑probab
Chimera Fusion – 5 Modes, Adaptive SL/TP, 6 Compounding Types Chimera Fusion is an advanced MT5 EA combining 5 strategies via voting, with 6 compounding modes, adaptive SL/TP (ATR + volatility + market + DD), and adaptive trailing stop. Features 5 trading modes (Scalp to Sniper) and auto-configures for Forex, Crypto, Indices & Commodities. Core Features Feature Description 5 Trading Modes Scalp → Active → Standard → Selective → Sniper (aggressive to conservative) 5 Strategies MA Cross, Breakout
XAUUSD Averaging EA   is an automated grid trading system designed specifically for XAUUSD (Gold) trading on the MetaTrader 5 platform. This Expert Advisor implements a professional averaging strategy with martingale position sizing, utilizing dynamic spacing based on market volatility through ATR (Average True Range) analysis. The system combines multiple grid modes with technical filters including Moving Average crossover signals, RSI confirmation, and ADX trend strength filtering. It feature
XAUUSD DualGrid EA Ultimate is a professional dual‑direction grid trading system for MetaTrader 5, designed for Gold (XAUUSD) and other volatile symbols. It operates two independent grids (BUY and SELL) simultaneously, automatically opening averaged positions as price moves against each grid. The strategy combines martingale position sizing, ATR‑based dynamic spacing, multi‑level partial take‑profit, smart loss recovery, and advanced hedging – all wrapped in a real‑time dashboard for full monito
DESCRIPTION Liquidity Counter Pro   is an advanced automated trading system for MetaTrader 5 that specializes in detecting and capitalizing on institutional liquidity sweeps and retail stop-hunting events. The EA uses pure price action and market structure analysis without relying on traditional lagging indicators. The system applies a   multi-layered scoring methodology   with a base threshold of   90 points , requiring strong confirmation from multiple market factors before any entry. It i
Overview Ultimate Hybrid Pro is an advanced automated trading system for MetaTrader 5 that combines the most powerful signal generation techniques from two proven EA families: the   Ultimate Confluence Engine   and the   Liquidity Counter Pro . The result is a multi‑strategy, multi‑symbol robot that leverages   candle patterns, swing & crossover, breakout with volume spike, reversal patterns, and Fibonacci retracements   – all filtered through a comprehensive   confluence scoring system   and  
System Overview VWAP STRATEGI MT5   is an advanced MetaTrader 5 Expert Advisor that combines institutional order block detection with Volume-Weighted Average Price (VWAP) trend confirmation. The system identifies high-probability supply/demand zones formed after impulsive price movements and executes trades when price retests these zones, filtered by VWAP trend direction.   Core Trading Logic Signal Generation Process text 1. Impulsive Candle Detection Range ≥ ATR × Multiplier (1.5 d
Filtrer:
Aucun avis
Répondre à l'avis