Smart Volatility Squeeze

Smart Volatility Squeeze MT5 

Smart Volatility Squeeze MT5 is a volatility compression and momentum expansion indicator for MetaTrader 5. It builds on John Carter's Volatility Squeeze framework and extends the usual single-tier squeeze into three compression tiers, so you can see not only whether the market is compressed but how tightly it is compressed before it expands.

The indicator opens in a separate window and draws two elements: a linear regression momentum histogram and a row of coloured dots showing the current compression tier. Orchid marks the tightest compression, red the middle tier, orange the light tier, and lime green marks a released squeeze with momentum expanding. Alongside those it can shade the compression corridor on the price chart, project Entry, Stop Loss and Target levels once the squeeze releases, and display a movable panel with the active directional engine, a multi-timeframe trend overview and a simulated win-rate scoreboard.

The indicator does not send orders. Order execution is handled by SVS Assistant, a separate companion Expert Advisor published free of charge on the author's MQL5 profile. It is a distinct product rather than a bundled file, so you download and install it yourself, and it is needed only if you want to use the execution pad. Everything else in the indicator works without it.

The three directional engines

Three selectable engines estimate direction after a release. They run natively in MQL5 with no external DLLs and no Python runtime, and all three read the same four scale-invariant features of the current bar: normalised momentum acceleration, compression depth, Donchian price position and volatility ratio.

The first engine is a Lorentzian k-NN pattern classifier and it is the default. It measures the distance between the current feature vector and every bar in the pattern lookback window, keeps the nearest matches, reads what price did over the following bars after each of them, and reports the direction most of those neighbours went together with the share that agreed. That share becomes the confidence percentage on the panel. This is the only engine that learns from your chart data, and the only one that uses the lookback, neighbour count and forward horizon settings. The neighbour scan is the heaviest routine in the indicator, so it is repeated when a new bar opens or the compression tier changes rather than on every incoming tick.

The second engine is a perceptron filter with four inputs, four hidden neurons using hyperbolic tangent activation and one output. The third is a logistic filter over momentum slope, Donchian position and compression depth. Both are deterministic formulas whose coefficients are fixed in the code by the developer. They have no training phase, they do not adapt to your chart, and the third is not a Bayesian or ensemble model despite operating on probabilities. They are offered as simpler, faster alternatives to the classifier, and the engine can also be switched off entirely to work from the momentum histogram alone.

The on-chart panel

The panel can be dragged anywhere on the chart by its title bar, and its position is remembered per chart, per symbol and globally. It is organised into four cards.

The first card shows the active engine, the current compression tier, the direction and confidence reported by that engine, and a setup rank that classifies the confidence against your threshold. The second card compares the current chart against three timeframes of your choosing and summarises how many of the four agree on direction; this card uses the same Bollinger and Keltner comparison as the main window and does not involve the directional engine.

The third card is a simulated scoreboard, not a record of real trades. It walks back through the current chart's history, finds the most recent squeeze releases, and for each one assumes an entry at the squeeze boundary with the stop at the opposite boundary and the target at your chosen risk multiple. It then checks the following bars to see which level was reached first. The resulting win rate, profit factor and average travel describe how this compression pattern behaved on the visible history of that symbol and timeframe. The figures exclude spread, commission, swap and slippage, and they change with settings.

The fourth card is the execution pad. It sends commands to the SVS Assistant Expert Advisor and does nothing on its own. While the market is compressed the order buttons stay locked, so a click during consolidation cannot open a trade; they activate once the squeeze releases. They also stay locked until the first live calculation completes, while the card reads AWAITING DATA. A button that cannot be pressed always says why. LOCKED means the squeeze is still compressed. NO TRADE means this squeeze projected its levels for the opposite direction, so there is no setup to take on that side — the normal state of one button during any breakout, since a long setup cannot be sold into. MISSED means price has moved beyond the projected levels and entering now would put the stop on the wrong side of the market. LIVE ONLY appears in the Strategy Tester. The card header stays on BREAKOUT ACTIVE while one side is live and changes to TARGET REACHED once neither side can be entered; both reopen on the next release.

In the Strategy Tester the execution card is greyed out and reads LIVE CHART ONLY. The tester runs a single program at a time, so the companion Expert Advisor cannot be running beside the indicator there to carry out an order. Everything else behaves normally in a test — compression tiers, direction and confidence, targets, boxes, the multi-timeframe matrix and the scoreboard — so a test still shows you what the indicator does; only the order buttons wait for a live chart. Buttons are also available to move stops to break-even and to close a configurable percentage of an open position. The close-all button deliberately closes only the positions the assistant itself opened on the current symbol; trades you placed by hand or with another Expert Advisor carry a different magic number and are left untouched. Each button can be set to require a second confirming click within four seconds.

Boxes and projected levels

While a squeeze is active the compression corridor is shaded with a box coloured by the deepest tier reached, and the number of boxes kept on the chart is configurable. When the squeeze releases, the indicator projects the entry at the breakout side of the box, the stop at the opposite side, and one or two targets as multiples of the box range. Direction follows the momentum histogram first, then the directional engine, then the position of the close within the box. The box is measured once, at the moment the squeeze releases, and held for as long as the breakout lasts, so the levels do not creep along behind price. A compression window thinner than the cost of trading it is not a setup, so the range never falls below three times the current spread or half the Keltner ATR, whichever is larger. The levels drawn on the chart and the levels sent to the execution pad come from the same source, so the two always agree.

Free companion Expert Advisor: SVS Assistant

SVS Assistant is published free of charge on the author's MQL5 profile under that name. It is a separate product and is not included with this indicator, so it has to be downloaded and installed on its own. Setting it up takes four steps: download and install it, attach it to the same chart and symbol as the indicator, switch on the Algo Trading button in the MetaTrader 5 toolbar, and open its settings with F7 to confirm that you understand the risks. Until that confirmation is given it refuses every order and reports the reason in the Experts tab. All of this is optional; skip it and the indicator still shows every signal, box, level and panel card, with only the four execution buttons inactive.

Once running, it sizes lots from a risk percentage and the distance to the stop, clamps the result to the symbol's minimum, step and maximum volume, widens stops that fall inside the broker's minimum stop distance, sends the stop together with the order, and then reads the position back to confirm the stop is registered on the server. If the broker still refuses the stop after three attempts, it closes that position rather than leave it running unprotected, and writes the reason to the Experts tab. It rejects entries when the spread is too wide, ignores any command older than fifteen seconds so that a stale click cannot fire later, and refuses to trade at all until you explicitly confirm in its settings that you understand the risks. Its optional hands-free mode needs to read the indicator's buffers, so on start-up it looks for the indicator in the usual install locations and tells you in the Experts tab if it cannot find one; a path setting is provided for that case, and the 1-Click buttons work either way.

Notes on behaviour

  • Values on the bar that is still forming update as price moves and settle when the bar closes. Values on bars that have already closed are not rewritten. If you prefer to act only on settled information, read the previous bar.
  • Release alerts fire once per bar, only on live incoming data, and never while the indicator is loading history. An alert can optionally be suppressed unless engine confidence reaches your threshold.
  • The optional dark chart theme is switched off by default so that your own chart template is left alone. If you switch it on, note that it is not restored when the indicator is removed.
  • Every numeric parameter is validated on load. If a value is out of range the indicator refuses to start and prints the reason in the Experts tab.

Every input carries a descriptive label and a valid range in the settings dialog, grouped by function: Bollinger Bands, Keltner Channels, Momentum, Directional Engine, Breakout Boxes and Levels, Multi-Timeframe Matrix, Simulated Scoreboard, Visual Settings, Execution Pad, Chart Theme, and Alerts. A written reference for every parameter of both products is available on the author's MQL5 profile.

Risk disclaimer

This is an indicator for analysis and decision support. It does not place trades by itself; orders are sent only by the separate SVS Assistant Expert Advisor, and only after you enable it and confirm each action. The win-rate scoreboard is a simulation over past chart data and excludes trading costs. Simulated results and past performance do not indicate future results. Trading foreign exchange, indices, commodities and CFDs carries a high level of risk and may not be suitable for every investor. Test any tool thoroughly on a demo account before using it with real money.

About the author

Smart Volatility Squeeze MT5 is developed and maintained by algoteknik, a developer of trading indicators and Expert Advisors for MetaTrader 5. Questions, bug reports and feature requests are welcome through the author's MQL5 profile, where all published products and updates are listed.


Recommended products
The Bitcoin Reaper
Profalgo Limited
3.71 (34)
LAUNCH PROMO: Only a very limited number of copies will be available at current price! Final Price: 999$ NEW (from 349$) --> GET 1 EA FOR FREE (for 2 trade account numbers). Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here LIVE SIGNAL LIVE SIGNAL V2.0 UPDATE 2.0 INFO Welcome to the BITCOIN REAPER!   After the Tremendous success of the Gold Reaper, I decided it is time to apply the same winning principles to the Bitcoin Market, and boy, does it look promising!   I have been
Viking Alpha DAX Ivar Edition
Valdeci Carlos Dos Passos Albuquerque
Viking Alpha DAX — Germany 40 Expert Advisor for MetaTrader 5 LAUNCH PROMO Only 10 copies at launch price. Price increases with each sale. Launch price: $297 Next price: $497 Final price: $997 Live Performance: FX Blue — Vikingtradingbots What Makes Viking Alpha DAX Different Most DAX robots fail for one simple reason: they treat the Germany 40 like a forex pair. It isn't. The DAX has a heartbeat — a specific rhythm tied to the Frankfurt Stock Exchange opening, the European session structure, an
TOOP1 Swing MT5
Van Cuong Nguyen
5 (1)
TOOP1 Swing is a fully automated Expert Advisor specifically engineered for trading Gold (XAUUSD) on the M5 timeframe. Built upon a short-term swing trend-following strategy, this Expert Advisor operates with a strict risk management philosophy: a complete rejection of Martingale and Grid strategies. Every single market execution consists of only one trade with explicit, predefined Take Profit (TP) and Stop Loss (SL) levels set immediately at order initiation. Live signal  (Use fixed SL,TP) Earl
Medusa Bitcoin AI: Advanced Deep-Learning Trading System Important:   Receives regular updates (quarterly & during market shifts). Use the latest version. The model is trained on   M5 timeframe and is optimal on this. Overview Building on the success of Medusa Gold AI,   Medusa Bitcoin AI   applies our proven deep learning methodology to   Bitcoin (BTCUSD) trading . It combines classic technical indicators (MAs, Bollinger Bands, RSI, ATR) with advanced neural networks, prioritizes current marke
Master Blue Gold EA Overview Master Blue Gold EA is an automated Expert Advisor designed specifically for XAUUSD (Gold) on the M1 timeframe . The EA uses an advanced Stop-Reverse trading mechanism that continuously follows market movement with a dynamic opposite pending stop order. It is designed for traders who prefer a simple and disciplined trading system without martingale or grid strategies. Main Features • Designed for XAUUSD • Optimized for M1 timeframe • Fixed lot size • Dynamic Stop-Re
XGen Scalper MT5 - Professional Automated Trading System XGen Scalper is a state-of-the-art Expert Advisor that combines advanced algorithmic structure with proven technical analysis to deliver consistent results across all markets. This powerful trading system operates seamlessly on forex pairs, precious metals such as gold and silver, cryptocurrencies, and commodity indices. Advanced Algorithmic Technology The proprietary wave scanning algorithm processes market data in real time, identify
Golden Conqueror
Taner Altinsoy
5 (1)
Welcome to Golden Conqueror , a highly advanced, fully automated active scalping algorithmic system designed exclusively for Gold (XAUUSD) . Built with institutional logic, this EA strictly avoids dangerous grid or martingale systems. Instead, it utilizes high-precision Pivot Breakouts to exploit market momentum and volume surges. To ensure absolute risk mitigation and capital protection, the algorithm strictly limits itself to a maximum of 1 open trade at a time . Furthermore, every single exe
Sonic R Pro Enhanced EA - Version 2025 $249 Only for the First 5 Buyers! Live Signal Check the live performance of Sonic R Pro Enhanced: Live Sonic R Trading Strategy Sonic R Pro Enhanced is an upgraded version of the traditional Sonic R strategy, automating trades based on the Dragon Band (EMA 34 and EMA 89) and incorporating advanced algorithms to maximize performance. Timeframes: M15, M30 Supported Pairs: XAUUSD, BTCUSD, AUDJPY, USDJPY Trading Style: Swing Trading - Pullback & Counter-
TurboGain EA
Sabrina Hellal
5 (3)
LIMITED TIME PROMO OFFER Turbo Gain discount offer for 72 hours only 240 Old Price:   Promo Price:   Special Bundle:   Copies available for  Next Price Increase:  555$ Live Performance & Signals VT Markets Live Signals: [CLICK HERE Signal 1] |  Set File in Use: LAST SET 13-08-2026 (Optimized for IC Markets, Fusion Markets, VT Markets, tickmill   .  TMGM  . Vantagemarkets   etc.)    EXNESS Live Account: LAST SET 01-05-2026 FOR EXNESS (Note: Profits and initial capital have been succe
Weke Weke
AutomaticTrading
# WEKE WEKE EA (MQL5) - Advanced Multi-Currency Grid System **Weke Weke EA** is an advanced algorithmic trading system designed to exploit mathematical inefficiencies in the forex market. Unlike traditional systems that attempt to predict the future based solely on the past, Weke Weke focuses on **exploiting mean reversions** and professional risk management. This enhanced version has been optimized to offer maximum stability and security on live accounts, incorporating capital protection mech
Stormer RSI 2
Ricardo Rodrigues Lucca
This strategy was learned from Stormer to be used on B3. Basically, 15 minutes before closing the market, it will check RSI and decided if it will open an position. This strategy do not define a stop loss. If the take profit reach the entry price it will close at market the position. The same happens if the maximal number of days is reached. It is created to brazilian people, so all configuration are in portuguese. Sorry Activations allowed have been set to 50.
NYRA PULSE AI — LIMITED LAUNCH ACCESS A volatility-lifecycle and momentum-transition engine for traders who want to recognize when market energy is building, releasing, sustaining, retracing, or fading. FIRST 3 BUYERS — ONLY $42 FIRST 3 BUYERS $42 NEXT PRICE TIER $55 THIRD PRICE TIER $69 FINAL LAUNCH TIER $105 PLANNED STANDARD PRICE $249 Launch pricing increases automatically: after the first three copies at $42 are sold, NYRA moves to the next listed tier. Completed tiers are not planned to
SMC OTE Gold Pattern — OTE Zone Expert Advisor for MT5 SMC OTE Gold Pattern is an Expert Advisor for MetaTrader 5 designed to identify and trade Fibonacci Optimal Trade Entry (OTE) zones using market structure, trend, volatility and confirmation filters. The EA identifies completed swing movements and calculates the 61.8%–79% Fibonacci retracement area as a potential OTE zone. A 70.5% reference level is also displayed within the zone. OTE Zone Detection The EA monitors swing highs and swing lows
The Infinity EA MT5
Abhimanyu Hans
3.69 (61)
Contact me for discount before purchasing! AI-Driven Technology with ChatGPT Turbo Infinity EA is an advanced trading Expert Advisor designed for GBPUSD, XAUUSD and AUDCAD. It focuses on safety, consistent returns, and infinite profitability. Unlike many other EAs, which rely on high-risk strategies such as martingale or grid trading. Infinity EA employs a disciplined, profitable scalping strategy based on neural network embedded over machine learning, data analytics AI based technology provid
Attention Platinum Traders! The XPTUSD Trend Protected EA doesn’t open trades randomly. It only enters when the trend is strong and the market confirms it. Avoids noise and random movements that destroy accounts. Smart risk: reduces exposure after losses and capitalizes on winning streaks. Each trade is independent—no martingale, grid, or hedging. Progressive trailing stop secures profits while letting the trend run. Adapts to London, New York, and intermediate sessions. Controlled drawdown and
Grid MA Robot MT5
Songkiet Manoharn
Grid MA: Institutional Risk Edition by Hello Quant is an advanced, fully-automated mean-reversion grid framework engineered for stringent capital preservation and extreme volatility management. Unlike traditional grid systems that hold stranded losing positions while scraping small individual profits, Grid MA V1.71 utilizes a proprietary Directional Basket Profit Realization engine. It calculates the net equity of your entire directional exposure (including swaps and commissions) and executes a
# Tortoise Shell ## Short Description Tortoise Shell is an MT5 Expert Advisor based on tick-sequence entries, geometric trade placement, adaptive boundary chains, profit arm/drop management, and TTTS market-state filtering. ## Product Overview Tortoise Shell is designed for traders who want to explore a high-frequency, tick-reactive turtling system with an additional boundary-chain structure. The EA converts price movement into a binary sequence: - Tick up = `1` - Tick down = `0` It then
SuperAgent v7.0 Diamond Pro - Quantitative Scoring & Dynamic Risk Description: SuperAgent v7.0 Diamond Pro is a high-fidelity MT5 adaptation of an advanced Python financial algorithm. This Expert Advisor (EA) combines a   Quantitative Scoring Engine   with   Dynamic Risk Management   to provide professional-grade portfolio management. Key Features: Multi-Layered Decision Engine:   Evaluates the market through three dimensions: Low-Lag Signal Processing, Trend Bias Confirmation, and Momentum Sco
Cyclone Intraday
Mikhail Mitin
5 (1)
How the EA works (simple explanation) Trades on M5 timeframe Uses H1 timeframe to analyze global market context Analyzes 2 or 3 timeframes simultaneously On each timeframe: Checks price position relative to one or two Moving Averages Evaluates MA angle and distance between price and MA Entry logic is based on trend + volatility conditions , not on random signals The full algorithm is illustrated in the screenshots. Recommended usage Symbol: EURUSD Timeframe: M5 Trading style: Intraday
Blue Bird MT5
Ismail Babaoglu
BlueBird EA – Dynamic Adaptive Grid Hedge System BlueBird EA   represents a new era of grid-based automation — combining volatility awareness, adaptive trend tracking, and smart capital management. If you are seeking a   fully autonomous, dynamic grid system   capable of capturing both trends and corrections,   BlueBird EA   is your ultimate trading companion. Overview BlueBird EA is a next-generation adaptive grid trading system designed for dynamic markets such as GOLD (XAUUSD) . It intellige
Index Synthetics Deriv
Deynis Alejandro Puro Rodriguez
Multi-Symbol Expert Advisor for Deriv Synthetic Indices (Single-Chart Deployment) 1. Overview Index Synthetics EA is an algorithmic multi-symbol Expert Advisor developed for Deriv Synthetic Indices. It is designed to monitor and trade up to 39 synthetic instruments from a single EA instance using a diversified execution engine.  (Easy Setup) The system includes instrument-specific logic and filters intended to adapt to the different volatility characteristics of each synthetic index. The appr
Keltner Grid Scalper MT5 EA
Allan Munene Mutiiria
4.29 (7)
The Keltner Grid Scalper MT5 EA is an automated trading system for MetaTrader 5 platforms. It uses the Keltner Channel indicator for entry signals in a grid-based strategy. This EA generates trades based on Keltner Channel crossovers and manages them through baskets. We designed it for forex pairs on timeframes from M5 to H1 but you can test and optimize on any other. The system organizes trades into baskets, with options for lot sizing, breakeven adjustments, and trailing stops. It includes da
FREE
GCA Scalping Ranges EA
James Peyton Jr Page
General Description In the simplest terms this is a contrarian intra-day scalping system. Built to try and let correct trades run as far as possible and flip the trade when indicated. Join the conversation over at our Discord channel  -  https://discord.gg/ScsdkTnwyA I will do my best to be around to answer any questions and help set up. If you want to add your settings screenshots its more than welcome! The EA looks at historical daily trading ranges to lay out levels at which it takes long an
Neuro Future
Sergey Rozhnov
Neural Network Indicator with Built-In Learning. This is a real autonomous artificial intelligence system  powered by a multi-level customizable perceptron and advanced training settings to predict future price changes. You can train the indicator yourself on any finansial symbol, everything you need is collected in this tool and conveniently implemented with automatic mode and presets. Major update v2.0 - 2.5 has been released. Advanced input features: Added support for indicators. Now you can
Cci sniper EA
Gema L Buyoga
Sniper EA V2 — CCI Reversal Trading Robot with Confirmed Entry Filter Stop trading every CCI spike. Wait for the reversal that actually confirms. Sniper EA V2 is a fully automated Expert Advisor built around a refined CCI (Commodity Channel Index) reversal strategy. Instead of firing the instant CCI touches an overbought or oversold level — a habit that gets most basic CCI bots caught entering right before price keeps trending against them — Sniper EA V2 waits for a confirmed pullback from the
### Short Description Aurum Cipher is a MetaTrader 5 trend-continuation Expert Advisor designed primarily for XAUUSD on M5. It evaluates trend, volatility, and price structure after a bar has closed and trades only when its conditions are aligned. ### Trading Approach Aurum Cipher uses selective entries rather than high-frequency trading. Its internal filters evaluate moving-average structure, trend slope, volatility, candle quality, and swing location. The core signal settings are built int
GoldenRatioX
Serhii Sharlai
GoldenRatioX — Gold Scalping, Refined to Perfection GoldenRatioX is a powerful and intuitive platform for high-speed gold trading, designed specifically for scalpers and active traders who operate on the edge of seconds and aim to squeeze the maximum out of every price movement. After the purchase, please make sure to contact me to receive the settings.  Why gold? Gold is more than just an asset. It’s a highly liquid, volatile instrument with well-defined levels — a perfect match for scalping.
Hello; This indicator provides input and output signals of real volume levels with some mathematical calculations. It is simple and safe to use. As a result of the intersection of real volume levels with averages, it creates buy and count signals. Indicator parameter descriptions: A-PERIOD: Indicates the number of bars to be calculated. B-GAMMA: A fixed Fibonacci trend average of 0.618 is used. Use C-VOLUME TYPE:Tick volume as a constant. D-HIGH LEVEL 2: Represents the level of the second
Gold Edge V1
Thorsten Koch
5 (1)
Gold Edge V1 is a real-tick-safe volatility breakout Expert Advisor for Gold (XAUUSD). It trades long breakouts from H1 compression zones using market execution, large profit targets and adaptive trailing stops. Of course, the zone timeframe and entry timeframe can be changed at any time if you want to experiment a little. Gold Edge V1 – Volatility Breakout Expert for Gold Gold Edge V1 is a professional volatility breakout Expert Advisor designed specifically for the Gold market (XAUUSD). It wa
SixtyNine EA
Farzad Saadatinia
4.2 (5)
SixtyNine EA – A Gold Expert Advisor for MetaTrader 5, featuring 6 integrated strategy layers, predefined Stop Loss on every trade, and a clean trading structure without Martingale, Recovery systems, or Grid trading. Public Live Signal: $500 Start, Fixed 0.02 Lot, 500%+ Growth, 20 Weeks Live The public live signal is the central proof point of SixtyNine EA . The account started with a $500 balance , used a fixed 0.02 lot size per trade , and has been active for more than 20 weeks of live tradin
Buyers of this product also purchase
Trend Sniper X
Sarvarbek Abduvoxobov
5 (11)
Trend Sniper X is a multi-timeframe trend-following indicator for MetaTrader 5 that helps traders identify trend direction and potential reversal points with clarity and precision. Price Information: The current price is promotional and is subject to change as upcoming updates and new features are released. Code2Profit Channel Master the Market with Multi-Timeframe Analysis! How to Maximize Your Win Rate with Trend Sniper X: Key Rules & Session Tips Technical Specifications Platform MetaTrader 5
Divergence Bomber
Ihor Otkydach
4.89 (94)
From time to time, I trade using this system myself. Check out my manual BOMBER trading on a live account— LIVE SIGNAL Each buyer of this indicator also receives the following for free: The custom utility "Bomber Utility", which automatically manages every trade, sets Stop Loss and Take Profit levels, and closes trades according to the rules of this strategy Set files for configuring the indicator for various assets Set files for configuring Bomber Utility in the following modes: "Minimum Risk"
The legend is back! Entry Points Pro 10. A relaunch of the legendary indicator that held a Top-3 spot on the MQL5 Market for 3 years. Hundreds of rave reviews (589 across two versions), thousands of traders use it every day, 31,000+ demo downloads  across   MT4   +   MT5 . I have read every one of your reviews from the past five years — and instead of promises, I built the answers into version 10. From an author who has been in the market since 1999 and values honesty, his reputation and his cli
Neuro Poseidon MT5
Daria Rezueva
4.85 (54)
Neuro Poseidon is a new indicator by Daria Rezueva. It combines precise trading signals with adaptive TP/SL levels - creating best possible trades as a result! Message me and get  Neuro Poseidon Assistant  as a gift to automize your trading process! What makes it stand out? 1. Proven profitability on all assets and timeframes 2. Only confirmed BUY and SELL signals present on the chart 3. Adaptive TP & SL levels generated by the software for each trade 4. Easy to understand - suitable for al
M1 Sniper MT5
Oleg Rodin
5 (6)
M1 SNIPER  is an easy to use trading indicator system. It is an arrow indicator which is designed for M1 time frame. The indicator can be used as a standalone system for scalping on M1 time frame and it can be used as a part of your existing trading system. Though this trading system was designed specifically for trading on M1, it still can be used with other time frames too. Originally I designed this method for trading XAUUSD and BTCUSD. But I find this method helpful in trading other markets
The  UZFX {SSS} Scalping Smart Signals v4.0 MT5  is a Non Repaint high-performance trading indicator designed for Scalpers, Day Traders, and Swing Traders  who demand accurate, real-time signals in fast-moving markets. Developed by  (UZFX-LABS) , this indicator combines price action analysis, trend confirmation, and smart filtering to generate high-probability  buy and sell signals, Warning Signals, and Trend Continuation Opportunities across all currency pairs and timeframes.  Stop second-guess
Superhero
Ihor Otkydach
5 (2)
The SUPERHERO indicator is a multi-currency trading system designed on an "all-inclusive" basis. The indicator independently analyzes the market and provides signals on when to open and close trades. It uses Stop Loss and Take Profit orders. The R:R ratio is 1:1. From time to time, I personally trade based on this system's signals, and here are the results I get—   LIVE SIGNAL This system can send push notifications to your smartphone, so you can place trades "on the go" without needing to be ti
Session High Low Lines Indicator that plots key intraday reference levels directly on the chart: the previous day's high/low and the current day's high/low, updated automatically as the new day forms. An optional previous week high/low can also be displayed. These levels are widely used as reference points for potential support and resistance zones, breakout confirmation, and range context during a trading session. Features Previous day High/Low lines Current day High/Low lines (updates in real
SkyHammer Signal Pro Professional No-Repaint Trend Signal Indicator with Locked Entry, SL and TP Levels SkyHammer Signal Pro is a structured trend and momentum signal indicator designed for traders who want clear, fixed, and verifiable trading signals. It works best on lower timeframes such as M1 and M5 . The indicator does not try to predict tops or bottoms. Instead, it waits for confirmed market structure, trend direction, momentum strength, volatility quality, and target space before generati
The Oracle Pro
Ottaviano De Cicco
5 (1)
The Oracle Pro: Synthetic Multi-Timeframe Bias Engine for MT5 ️ Summer Launch Offer — Get The Oracle Pro for USD 199 (early buyers). Price rises with traction; final price USD 399. The Oracle Pro is a premium multi-timeframe bias engine for MetaTrader 5, built for demanding and professional traders. It answers one question with discipline: what is the directional bias on each timeframe right now, how strong is it, and how much do the timeframes agree? Everything is computed on closed bars only
Currency Strength Wizard   is a very powerful indicator that provides you with all-in-one solution for successful trading. The indicator calculates the power of this or that forex pair using the data of all currencies on multiple time frames. This data is represented in a form of easy to use currency index and currency power lines which you can use to see the power of this or that currency. All you need is attach the indicator to the chart you want to trade and the indicator will show you real s
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Synthetic Fractal Structure and Confirmed Entries for MT5 Overview Azimuth Pro is a multi-level swing structure indicator by Merkava Labs . Four nested swing layers, swing-anchored VWAP, ABC pattern detection, three-timeframe structural filtering, and closed-bar confirmed entries — one chart, one workflow from micro-swings to macro-cycles. This is not a blind signal product. It is a structure-first workflow for traders who care about location, context, and timing. ️ Summer Sale
Btmm state engine pro
Garry James Goodchild
5 (4)
BTMM State Engine Pro by G-Labs — Beat The Market Maker indicator for MetaTrader 5. Asian session range, London and New York kill zones, level progression (L1/L2/L3), peak formation detection (PFH/PFL), entry signals, and a multi-pair scanner from one chart. Stop scanning charts one pair at a time. The State Engine tracks the BTMM daily cycle automatically — Asian box, room boundaries, level blocks, peak formations, and filtered entries — while the scanner dashboard shows level, peak status, d
M1 Quantum MT5
Hamed Dehgani
4.27 (11)
Live Trading Signals Using M1 Quantum : Signal  (Trade executed automatically by the Quantum Trade Assistant , included free with this product.) Latest News : Version 1.64 has been released, All trades now have a Stop Loss placed behind the relevant Support/Resistance zones. The Smart Close function has also been improved to increase the EA’s performance in this version. Since August 9, the live signal has been running on Version 1.64. Price Plan: Current Price: $169 (Early Adopter Offer) Next
Quant Direction MT5
Georgios Kalomoiropoulos
Quant Direction is a 3 dimensional market analysis tool. It provides a purely objective, algorithmic view of the market by calculating exact percentage-based biases across multiple dimensions simultaneously. Developed utilizing advanced AI modeling tools and subjected to thorough testing, this algorithm is engineered to read the market with unique precision. It can analyze any currency pair or financial instrument available on your platform.  Quant Direction is the ideal tool whether you are a S
FX-AIEA Smart Supply and Demand Zone Identification Indicator (Supply and Demand Indicators MT5) Version: 2.51 | Compatible Platform: MetaTrader 5  Why do trades need supply and demand zones? Supply and demand zones are the core manifestation of institutional order flow, reflecting real buying and selling power more accurately than traditional support and resistance. However, manual drawing is not only time-consuming but also highly subjective and prone to missing key areas. FX-AIEA Supp
Advanced Supply Demand MT5
Bernhard Schweigert
4.53 (15)
Best Solution for any Newbie or Expert Trader! This indicator is a unique, high quality and affordable trading tool because we have incorporated a number of proprietary features and a new formula. With this update, you will be able to show double timeframe zones. You will not only be able to show a higher TF but to show both, the chart TF, PLUS the higher TF: SHOWING NESTED ZONES. All Supply Demand traders will love it. :) Important Information Revealed Maximize the potential of Advanced Supply
SR Liquidity   is a trading indicator designed to reveal the hidden zones where market liquidity concentrates and price reacts most strongly. These special liquidity areas act as powerful support and resistance levels, giving you a clear map of where the market is most likely to reverse. Instead of drawing ordinary Support/Resistance lines, SR Liquidity analyzes real price behavior to detect the zones where buying and selling pressure accumulate. These are actually the pools of liquidity that dr
ZAB Supply Demand MTF automatically detects institutional supply and demand zones across up to 9 timeframes and draws them directly on your chart. Based on Sam Seiden's methodology, this indicator identifies the exact zones where banks and institutions placed their orders. Why This Indicator? Unlike basic support/resistance tools, ZAB Supply Demand MTF classifies every zone by its formation pattern and merges overlapping zones from different timeframes into high-probability confluence areas. Key
Weltrade Spike Sentinel
Batsirayi L Marango
5 (1)
Introducing Indicator for PainX and GainX Indices Traders on Weltrade Get ready to experience the power of trading with our indicator, specifically designed for Weltrade   broker's PainX and GainX Indices.  Advanced Strategies for Unbeatable Insights Our indicator employs sophisticated strategies to analyze market trends, pinpointing optimal entry and exit points.  Optimized for Maximum Performance To ensure optimal results, our indicator is carefully calibrated for 5-minute timeframe charts on
Quantum TrendPulse
Bogdan Ion Puscasu
5 (25)
Introducing Quantum TrendPulse , the ultimate trading tool that combines the power of SuperTrend , RSI , and Stochastic into one comprehensive indicator to maximize your trading potential. Designed for traders who seek precision and efficiency, this indicator helps you identify market trends, momentum shifts, and optimal entry and exit points with confidence. Key Features: SuperTrend Integration: Easily follow the prevailing market trend and ride the wave of profitability. RSI Precision: Detect
Ziva LSE Pro
Hassan Abdullah Hassan Al Balushi
ZIVA LSE Pro: Trade the Flow, Not the Noise ZIVA LSE Pro was developed around a simple belief: professional traders do not need more random signals; they need better context. This workflow reflects the ZIVA approach to filtering market noise and focusing on the liquidity and structural mechanics that influence price behavior. Most indicators treat the market like a static picture. ZIVA LSE Pro is built to read it as a dynamic environment where liquidity, structure, volatility, and execution con
Gem SIGNAL
Shengzu Zhong
5 (1)
GEM Signal Pro GEM Signal Pro is a trend-following indicator for MetaTrader 5, designed for traders who want clearer signals, more structured trade setups, and practical risk management directly on the chart. Instead of showing only a simple arrow, GEM Signal Pro helps present the full trade idea in a cleaner and more readable way. When conditions are confirmed, the indicator can display the entry price, stop loss, and take profit targets on the chart, helping traders review the setup more effic
Gartley Hunter Multi
Siarhei Vashchylka
5 (12)
Gartley Hunter Multi - An indicator for searching for harmonic patterns simultaneously on dozens of trading instruments and on all possible timeframes. Manual (Be sure to read before purchasing) | Version for MT4 Advantages 1. Patterns: Gartley, Butterfly, Shark, Crab. Bat, Alternate Bat, Deep Crab, Cypher 2. Simultaneous search for patterns on dozens of trading instruments and on all possible timeframes 3. Search for patterns of all possible sizes. From the smallest to the largest 4. All fou
PrimeScalping
Temirlan Kdyrkhan
PrimeScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
RelicusRoad Pro MT5
Relicus LLC
4.96 (24)
RelicusRoad Pro: Quantitative Market Operating System 70% OFF LIFETIME ACCESS (LIMITED TIME) - JOIN 2,000+ TRADERS Why do most traders fail even with "perfect" indicators? Because they trade Single Concepts in a vacuum. A signal without context is a gamble. To win consistently, you need CONFLUENCE . RelicusRoad Pro is not a simple arrow indicator. It is a complete Quantitative Market Ecosystem . It maps the "Fair Value Road" price travels on, distinguishing between random noise and true structur
Money Flow Profile MT4  HERE Here our more valuable tools SMC Trend Trading   ,  Easy SMC Trading  ,  Institutional SMC Architect Volume Analysis Tools  ,  Volume flow Profile  ,  Market volume profile  , FVG with Volume  , Liquidity Heatmap Profile  ,  Volume Spread Analysis  Master Edition is a professional-grade analytical tool designed to visualize market structure through the lens of volume and money flow. Unlike standard volume indicators, this tool displays a Daily Volume Profile
Introducing the South African Sniper Indicator Created by a dedicated team of South African traders with years of profitable experience in the financial markets, the South African Sniper Indicator is designed to give traders a sharp edge — combining simplicity, precision, and power in one tool. This is a plug-and-play indicator for MT5, built to deliver accurate BUY and SELL (Sniper Entry) signals — complete with target levels and automated trailing stops. Whether you trade forex, indice
KURAMA GOLD SIGNAL PRO (MT5) — 7-Layer Filter, Auto TP/SL, Quality Score & Signal History Save | Complete XAUUSD Trading System No repaint in real time. The moment a signal appears, the arrow, entry, TP and SL are locked on the spot and never move afterward. What you trade is this real-time signal. And in v7.20, every signal that is actually sent is auto-saved and restored exactly after restart. BUYER BONUS Buy the lifetime license and receive AI Zone Radar (
Introducing   Quantum Breakout PRO , the groundbreaking MQL5 Indicator that's transforming the way you trade Breakout Zones! Developed by a team of experienced traders with trading experience of over 13 years,   Quantum Breakout PRO   is designed to propel your trading journey to new heights with its innovative and dynamic breakout zone strategy. Quantum Breakout Indicator will give you signal arrows on breakout zones with 5 profit target zones and stop loss suggestion based on the breakout b
More from author
Smart Exit EA
Bugra Kaan Yildirim
Smart Exit EA — Ride the Trend, Skip the Chop Smart Exit EA follows a trend with an adaptive ATR trailing line and stays in the move until the trend really turns. It is built for two problems every trend trader knows: getting shaken out of a good trade too early, and getting chopped up in a sideways market. What It Does Rides trends longer.   The trailing stop moves one way only — toward profit, never away from it. A winning trade is given room to run instead of being cut short. Ignores false tu
FREE
Smart Chandelier Exit
Bugra Kaan Yildirim
5 (3)
Smart Chandelier Exit v1.4 Smart Chandelier Exit is an adaptive trailing-stop and trend-direction indicator. It plots a multi-layer ratchet stop line that follows price: green below price in an uptrend, red above price in a downtrend. The line only ever ratchets in the trend's favor, never against it, so it doubles as a mechanical trailing stop and a clear trend-state signal. What makes it smart is the built-in Pearson R trend-quality filter. A raw stop line tells you where the stop is; the Pear
FREE
Refine OBV
Bugra Kaan Yildirim
Refine OBV  Refine OBV measures cumulative volume flow read against its own adaptive signal line with a color-coded spread and non-repainting divergence detection. Raw On Balance Volume answers one question: is volume being credited to the buyers or the sellers? While useful, raw OBV is a single wandering line with no reference point. Refine OBV adds an adaptive EMA of the flow itself as a reference line. The distance between the flow and its signal line (the spread) is rendered as a color-coded
FREE
Trix Trend
Bugra Kaan Yildirim
Overview Trix Trend is a momentum oscillator based on TRIX — the rate of change of a triple-smoothed exponential moving average of price. Triple smoothing removes most of the short-term noise, so the oscillator reacts to the underlying momentum of the move rather than to every small wiggle, while staying more responsive than a simple long moving average. The indicator draws a slope-colored TRIX line, a weighted signal line, a zero line, and two adjustable overbought/oversold levels. The line is
FREE
SVS Assistant
Bugra Kaan Yildirim
SVS Assistant — Version 1.0 SVS Assistant is the execution half of Smart Volatility Squeeze MT5. It carries out the orders you request from that indicator's 1-Click Trading Desk, applies your risk rules to them, and manages the resulting positions. It is published free of charge. Please read this before downloading: it does not analyse the market and it produces no signals of its own. Without the Smart Volatility Squeeze indicator running on the same chart there is nothing for it to listen to, a
FREE
Filter:
No reviews
Reply to review