Prime Trend Pro MT5

PrimeTrend Pro is a trend-following indicator based on an ATR ratchet engine. It features a set of independent signal-quality gates and a multi-symbol, multi-timeframe dashboard. It is designed to answer three questions on one screen: what is the current trend, how reliable is the signal and whether the rest of the market agrees.

PrimeTrend Pro is an indicator. It does not open, modify or close trades. It draws signals and provides analytics, but you are always responsible for making trading decisions.

The Engine

The engine's core is an ATR channel with a one-way ratchet: in an uptrend, the support level can only rise; in a downtrend, the resistance level can only fall. On top of the classic logic, version 2.7 adds:

  • Flip Hysteresis. A trend reversal requires the close to breach the level by an additional fraction of the ATR value (configurable). This eliminates the one-point stop-hunt flips that affect classic ATR trailing indicators in ranging markets.
  • Two-Bar Confirmation (optional).The first close that breaches the level arms a 'pending' state, and the flip is only confirmed if the next bar also closes beyond the level. A single wick-and-return no longer reverses the trend.
  • Adaptive Multiplier (optional). The channel width scales with the volatility regime (fast ATR/slow ATR ratio, clamped). When volatility increases, the channel widens to filter out noise, and when it decreases, the channel narrows to react more quickly.
  • Two Ratchet Modes. Classic (median-anchored) or Chandelier (anchored at the highest high/lowest low of the period), the latter of which trails price more aggressively in strong trends.
  • Data-Driven Seeding. The initial trend direction is derived from price data rather than being hardcoded, so the historical line remains consistent regardless of how much history is loaded.

Signal-Quality Gates

Each gate is independent and can be switched on or off. Instead of being hidden, a signal that fails a gate is drawn in a distinct colour (dotted grey for a flat market and gold for a risky/unconfirmed market), so you can always see why the indicator is not giving a clean BUY/SELL signal.

  • Kaufman Efficiency Ratio Gate. This measures how directional the recent price path is. It classifies choppy, inefficient movement as FLAT before it can generate whipsaw signals. It reacts faster than the ADX.
  • ADX Gate. Classic ranging-market filter, can run alongside or instead of the ER gate.
  • Volume Delta Confirmation. The indicator computes real tick-volume delta (bullish-bar volume vs bearish-bar volume over a lookback window). A BUY trend without bullish volume dominance — or a SELL without bearish dominance — is marked as risky.
  • Baseline Filter. Signals against a long-period EMA are marked as counter-trend.
  • Volume Filter. Signals on abnormally low volume are marked as unreliable. The live bar's volume is time-scaled so the forming bar is not unfairly flagged.

Stable Live Bar (No Signal Flicker)

Window-based gates are noisy while the current bar is forming, which usually causes the live signal to flicker between 'BUY' and 'WAIT' intra-bar. PrimeTrend Pro takes a snapshot of the gate verdicts on the last closed bar and locks the classification of the live bar until it closes. The line on closed bars never changes; the colour of the live bar no longer flickers either.

Multi-Symbol / Multi-Timeframe Dashboard

  • TF Column for the current symbol: trend status and volume-delta dominance across M1–MN1.
  • Market Watch Matrix: the same 9-timeframe scan for every symbol in your Market Watch or a custom list, with category grouping, sorting (category, A–Z, bull strength, bear strength), per-cell tooltips, and mini-sparklines of delta history. Click a symbol name to switch the chart.
  • Volume Delta Cockpit: a live histogram of signed delta dominance over the last 35 bars.
  • Weighted Confluence Score: a single number summarizing multi-timeframe agreement. Higher timeframes carry more weight (D1 counts 6× an M1 vote), which avoids the illusion of "confluence" created by three correlated minute charts. A plain-count mode is also available.
  • Confirmed-Bar Mode: with alerts set to bar-close only, the entire dashboard (matrix, confluence, cockpit) reads the last closed bar — nothing on the panel repaints intrabar.
  • Draggable panel, position saved per chart, hologram mode (panel behind candles), adaptive refresh rate.

Alerts

Receive screen, push and email alerts on BUY/SELL trend changes for every symbol and timeframe in the matrix. In confirmed mode, alerts are triggered strictly based on closed-bar data — an alerted signal will not disappear.

Performance Design

  • No indicator reads in the render path — all multi-symbol data is cached and refreshed on a throttled timer.
  • Handles for other symbols are created lazily, only when the matrix is opened.
  • Rolling-window computation for volume delta, volume MA and Efficiency Ratio (O(1) per bar).
  • Dirty-flag redraw: the panel repaints only when data actually changes.
  • Symbol cap input to keep terminal load predictable on large Market Watch lists.

Important Notes

  • In the Strategy Tester the dashboard shows only the tested symbol (a tester limitation for multi-symbol indicators).
  • The trend flip on the live bar follows the current close by design; use Confirm Bars = 1 or confirmed-bar mode if you want flips strictly on closed bars.
  • This indicator does not guarantee any trading results. Past performance of any signal logic does not indicate future results. Always test on a demo account first.

INPUT PARAMETERS REFERENCE

Core Strategy

Input Default Description
ATR Period 10 Trend sensitivity. Lower = faster, more flips.
ATR Multiplier 3.0 Channel width. Lower = tighter stops, more flips.
History Bars 1000 Bars to calculate (0 = all history).

Engine v2.7

Input Default Description
Ratchet Anchor Mode Classic Classic (median) or Chandelier (HH/LL anchored).
Flip Hysteresis (×ATR) 0.15 Extra breach depth required to flip. 0 = classic behavior.
Confirm Bars 0 1 = require a second consecutive close beyond the level.
Adaptive Multiplier false Scale channel width by volatility regime.
Slow ATR Period 100 Regime reference for the adaptive multiplier.
Min / Max Factor 0.7 / 1.6 Clamp range for the adaptive scaling.
Stable Live Bar true Lock live-bar gate verdicts to closed-bar data (no flicker).

Smart Filters

Input Default Description
Use ADX Filter false ADX below threshold = FLAT (gray dotted).
Use ER Gate true Efficiency Ratio below level = FLAT.
ER Period / Level 20 / 0.30 ER lookback and minimum.
Use Delta Confirm true Trend against volume delta = risky (gold).
Delta Min % 50 Required dominance on the trend side (50–100).
Use Baseline Filter false Signals against long EMA = risky.
Use Volume Filter false Low-volume signals = risky.

USER GUIDE

Reading the Chart Line

The indicator draws one trailing line whose color and style carry the signal:

Line Meaning What to do
Solid blue Confirmed BUY trend, all enabled gates passed Trend-following long context; the line is a natural trailing-stop reference
Solid red Confirmed SELL trend, all gates passed Trend-following short context
Dotted gray FLAT — the market is ranging (ER or ADX gate) Stand aside; breakout traders may watch the channel edges
Solid gold RISKY — trend exists but a confirmation gate failed (volume delta against the trend, price against baseline, or low volume) Treat as unconfirmed; either skip or demand additional confirmation

The line on closed bars never repaints. The live bar's trend can flip with the current close (this is inherent to any close-based trailing logic); with default settings its color classification is locked until the bar closes (Stable Live Bar).

First-Time Setup — Three Profiles

Conservative (default-plus): leave defaults, set Confirm Bars = 1 . Fewest signals, fewest whipsaws, one bar of lag on reversals. Suits H1 and above.

Balanced (defaults): Hysteresis 0.15, ER gate on, Delta confirm on. Good starting point for M15–H4.

Fast: Flip Hysteresis = 0.05 , ER Level = 0.20 , Delta Confirm = off . More signals, more noise. Only for experienced scalpers on liquid symbols; expect whipsaws in Asian-session ranges.

After choosing a profile, run the indicator on a demo chart for at least a week of your normal timeframe before changing anything else. Change one input at a time.

The Dashboard

Main Panel (always visible when Show Panel = true)
  • TF column — trend status (BUY/SELL/FLAT/WAIT) and signed volume-delta dominance for the current symbol across M1…MN1. "+ 63.1 %" means bulls hold 63% of directional tick volume in the lookback window on that timeframe.
  • Volume Delta Cockpit — histogram of the last 35 bars of delta dominance on the chart timeframe. Blue bars = bullish dominance, red = bearish. The big number is the current (or last closed, in confirmed mode) reading.
  • Confluence bar — one number summarizing all 9 timeframes. In weighted mode (default), higher TFs count for more: a D1 vote is worth six M1 votes. ≥ 60% of total weight on one side = STRONG (colored), anything less = WEAK (gold) or MIXED (gray).

Drag the panel anywhere; its position is saved per chart. Hologram Mode puts the panel behind the candles so it never hides price.

Market Watch Matrix

Click MATRIX >> to open. Each row is a symbol, each column a timeframe:

  • ▲ blue = BUY, ▼ red = SELL, ■ gray = FLAT, ◆ gold = RISKY, • dim = no data yet.
  • The tiny line under each cell is a sparkline of recent delta-dominance history for that symbol/TF.
  • Hover any cell for a tooltip with the exact status and delta percentage.
  • Click a symbol name to switch the chart to it (same timeframe).
  • Sort buttons in the header: CAT (grouped by asset class), A–Z, Bull (strongest bullish confluence first), Bear. Bull/Bear sorting live-updates as market data changes.

First population of a large matrix takes a few seconds while the terminal loads history for other symbols — this is normal. Cells show • until their data arrives.

Confirmed-Bar Mode

With Alert Only on Bar Close = true (default), the entire dashboard — matrix cells, confluence, cockpit — reads the last closed bar of each timeframe. Nothing on the panel changes intrabar, and every alert corresponds to a state that cannot un-happen. Set it to false only if you explicitly want live intrabar readings and accept that they can revert.

Alerts

Enable Screen / Push / E-mail in the Alerts block. Alerts fire on BUY↔SELL trend changes for every symbol and timeframe in the matrix, formatted as:

PrimeTrend | EURUSD H4 | Trend: BUY

  • For push notifications, set your MetaQuotes ID in terminal Options → Notifications.
  • For e-mail, configure Options → Email.
  • The very first scan after attaching the indicator never alerts (it only records the initial state) — you will not be spammed with 200 alerts on startup.

Suggested Workflows

Trend-following with MTF filter: trade only in the direction where the weighted confluence is STRONG. Enter on your own trigger (e.g., pullback to the line) in that direction on your working TF; the line itself is your trailing-stop reference.

Screening: open the matrix, sort by Bull or Bear, and work down the list — the top symbols are where the most timeframes agree. Check the sparklines: rising delta dominance alongside a fresh ▲ is the cleanest configuration.

Chop avoidance: if your working TF shows dotted gray (FLAT), do not force trades — that is the ER/ADX gate telling you the current path is inefficient. Gold (RISKY) after a flip often marks early, unconfirmed reversals: aggressive traders may scale in small; conservative traders wait for the line to turn solid.

None of the above is trading advice; they are usage patterns of the tool. Test any approach on demo first.

Strategy Tester Notes

  • The dashboard shows only the tested symbol — the tester cannot supply other symbols' data to a multi-symbol indicator. This is a platform limitation, not a defect.
  • Panel refresh in the tester is throttled to once per 2 seconds of tester time to keep visual mode fast.
  • The signal line itself (all engine and gate logic) is fully testable and identical to live behavior.

Performance Tips

  • Keep Max Symbols at or below your broker's realistic Market Watch size; 20–30 is comfortable on MT5, 8–12 on MT4.
  • If you never use the matrix, keep it closed — background handles for other symbols are only created when you first open it.
  • History Bars = 1000 is enough for visual work; raise it only if you need the line far back in history.

FAQ

The line changed color mid-bar once and back — is that repaint? No. Closed bars never change. What you saw was the live bar before the Stable Live Bar update, or you have Stable Live Bar = false . With defaults, the live bar's classification is locked.

Matrix cells show • for some symbols. The terminal has not downloaded that symbol/TF history yet. Open that chart once, or simply wait — cells fill in as data arrives.

Delta shows 100% constantly on an exotic symbol. Very thin symbols can have one-sided tick volume in a short window. Increase Volume Delta Lookback Period .

Can it trade automatically? No. It is an indicator. The trend and filter states are exposed in indicator buffers (0–3 line states, 4 trend, 6 signed delta), so an EA developer can read them via iCustom/CopyBuffer.

MT4 and MT5 give slightly different history lines. With identical inputs they should match bar-for-bar. If they do not, check that both have the same amount of history loaded and the same History Bars setting.


Recommended products
Stratos Pali mt5
Michela Russo
4.5 (8)
Stratos Pali Indicator is a revolutionary tool designed to enhance your trading strategy by accurately identifying market trends. This sophisticated indicator uses a unique algorithm to generate a complete histogram, which records when the trend is Long or Short. When a trend reversal occurs, an arrow appears, indicating the new direction of the trend. Important Information Revealed Leave a review and contact me via mql5 message to receive My Top 5 set files for Stratos Pali at no cost ! Down
PipFinite Razor Scalper MT5
Karlo Wilson Vendiola
2 (1)
Pipfinite creates unique, high quality and affordable trading tools. Our tools may or may not work for you, so we strongly suggest to try the Demo Version for MT4 first. Please test the indicator prior to purchasing to determine if it works for you. We want your good reviews, so hurry up and test it for free...we hope you will find it useful. Combo Razor Scalper with Trend Laser Strategy: Scalp in the direction of the trend Watch Video: (Click Here) Features Scalping indicator using a confirme
Indicator MTF Qristalium Arrows is a semi - automatic trading system. It works on all currency pairs.  The indicator uses three rules: 1) we trade only on the trend, 2)"buy when everyone sells and sell when everyone buys", 3) the Price always goes against the crowd.  Indicator MTF Arrows Qristalium filter rules across multiple time frames using the built-in indicators. If the trend matches on the selected time intervals, the indicator will give an arrow to enter the market. Then you make you
TRI Visualizer
Yoshimi Mon 三 Ura
TRI Visualizer MT5 – Thermodynamic Market Analysis Overview The TRI (Thermal Range Indicator) Visualizer Enhanced is a rare market analysis indicator that goes beyond conventional technical analysis, applying principles of thermodynamics from physics. It interprets market price fluctuations as “thermodynamic energy,” enabling the highly accurate detection of subtle market changes that are often overlooked. Innovative Mechanisms 1. Dual Calculation Engines Classic TRI Mode Formula: |Close
WillSpread — Market Strength Indicator by Larry Williams for MetaTrader 5 !!!!!!!!!! Check out my Expert Advisor that also use market correlation    https://www.mql5.com/ru/users/consig/seller WillSpread is a professional indicator based on Larry Williams’ proprietary methodology (a trader with decades of experience), designed to analyze the hidden strength and weakness of assets through intermarket correlations. Perfect for identifying leading signals and confirming trends. What is WillSp
The indicator automatically identifies and labels essential elements of market structure shift, including: Break of Structure (BoS): Detected when there is a significant price movement breaking previous structural points. It mark possible uptrend and downtrend lines(UP & DN, It means constantly update high and low ), and once the price breaks through these lines, mark the red (BEAR) and green (BULL) arrows. BoS typically occurs when the price decisively moves through swing lows or swing highs t
Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
Advanced custom Crypto_Forex indicator "Adaptive Trading Oscillator" - efficient auxiliary Trading tool for MT5!  - This indicator is a New generation of Oscillators - see pictures to check how to use it. - "Adaptive Trading Oscillator" has adjustable adaptive Oversold/Overbought zones. - This oscillator is an auxiliary tool to find exact trade entry points on the Exits from dynamic OverSold/OverBought areas. - Oversold zone: below the Green line. - Overbought zone: above Yellow line . - This i
BB Trend Structure MT5
Komang Putra Riswanjaya
BB Trend Structure BB Trend Structure is a trend-following indicator built using a modified Bollinger Band concept to provide cleaner, more stable, and more consistent trend detection. Unlike traditional Bollinger Bands that rely heavily on the middle band movement, this indicator focuses primarily on the Upper Band and Lower Band structure.   This approach allows the trend line to remain smoother and more consistent, making trend direction easier to read and less noisy during market fluctuati
This Volume Delta Profile is an advanced MetaTrader 5 indicator that visualizes   volume delta (order flow imbalance)   using a volume profile-style histogram. It shows the difference between buying and selling pressure at specific price levels, helping traders identify supply and demand zones. This indicator provides a unique perspective on market dynamics by visualizing the imbalance between buying and selling pressure, offering insights beyond traditional volume analysis. Core Concept Positiv
The Supernova Momentums indicator simplifies the visual perception of the price chart and reduces the time for analysis: if there is no signal, the deal is not opened, and if an opposite signal appears, it is recommended to close the current position. This arrow indicator is designed to determine the trend. Supernova Momentums implements a trend trading strategy, filters out market noise, and includes all the necessary features in one tool. Its work is based on automatically determining the cu
Indicator for determining flat and trend. If the price is below any of the two histograms and two lines (red and blue), this is a sell zone. When purchasing this version of the indicator, MT4 version for one real and one demo account - as a gift (to receive, write me a private message)! If the price is above any of the two histograms and two lines (red and blue), this is a buy zone. MT4 version:  https://www.mql5.com/ru/market/product/3793 If the price is between two lines or in the zone of
Price Control
Vitalii Zakharuk
The Price Control indicator determines a short-term and long-term trend. The analysis is based on the selected timeframe. The indicator shows the points of opening deals for sale or purchase, and also indicates the direction of the trend at: Short term Long term The indicator not only signals an immediate purchase or sale. It indicates a short-term and long-term trend. The indicator allows you to examine in more detail the real and historical market trends!
The Gann Box (or Gann Square) is a market analysis method based on the "Mathematical formula for market predictions" article by W.D. Gann. This indicator can plot three models of Squares: 90, 52(104), 144. There are six variants of grids and two variants of arcs. You can plot multiple squares on one chart simultaneously Parameters Square — selection of a Gann square model: 90 — square of 90 (or square of nine); 52 (104) — square of 52 (or 104); 144 — universal square of 144; 144 (full) — "full
Signal Capturer
Moritz Henry Romberg
Important: The price will increase to 150$ after 8 more purchases Every buyer of this indicator also receives for free: The exclusive Signal Reacter EA, which automatically executes every Signal a step-by-step guide to help you install the Signal Capturer Note: To claim your free EA, just send me a quick message on MQL5. I present to you the original, self-developed tool that grabs premium signals from top services like the Divergence Bomber, Algo Pumping and Grabber System. Instructional vid
Gold Structure Scalper v4 The indicator built specifically for XAUUSD M5 scalpers who want structure-aware, confluence-filtered signals — not noise. Most gold indicators fire signals based on one or two conditions. Gold Structure Scalper v4 requires 4 or more confluence factors to align before painting a signal. The result is a cleaner, more selective signal that respects where price actually wants to go.
PZ Trend Trading MT5
PZ TRADING SLU
3.8 (5)
Capture every opportunity: your go-to indicator for profitable trend trading Trend Trading is an indicator designed to profit as much as possible from trends taking place in the market, by timing pullbacks and breakouts. It finds trading opportunities by analyzing what the price is doing during established trends. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Trade financial markets with confidence and efficiency Profit from established trends without getting whips
The Daily candle
Vincent Albert Feugier
Daily Candle Overlay (MT5) — Visualize the Major Trend at a Glance Daily Candle Overlay is a technical indicator for MetaTrader 5 designed to simplify multi-timeframe (MTF) analysis. It displays the current daily (D1) candle in real-time directly on your lower timeframe charts (M1, M5, M15, H1, etc.). To prevent your charts from becoming cluttered or obstructing your indicators, the candle is drawn cleanly in the empty space to the right of the current price . Why Use This Indicator? In tradi
Max Min Delta Indicator - Market Volume Imbalance Analysis Gain Deeper Insights into Market Volume Imbalance with Delta Analysis What is the Max Min Delta Indicator? The Max Min Delta Indicator is a powerful market volume analysis tool that visually represents maximum and minimum delta values using a histogram. It helps traders identify market strength, weakness, absorption, and aggressive buying/selling activity with precision. Key Features Histogram Visualization: Displays Max Delta (Green) an
OVERVIEW This script is called "Market Structure Confluence" and it combines classic market structure analysis with a dynamic volatility-based band system to detect shifts in trend and momentum more reliably. It tracks key swing points (higher highs, higher lows, lower highs, lower lows) to define the trend, then overlays a basis and ATR-smoothed volatility bands to catch rejection signals and highlight potential inflection points in the market. CONCEPTS Market structure is the foundation
Breakeven Price MT5
Vladimir Chiosa
5 (1)
Nowadays a lot of traders need to open more positions for the same pair, because one position is not usually the best possible position. Thus a lot of trades are accumulated, sometimes with different lot sizes, and it is not easy to calculate the breakeven price of all opened positions. For solving this issue the Breakeven Price indicator was created. Breakeven Price is an MT5 indicator which calculates real time the breakeven price of all Buy & Sell positions opened by trader or EAs. It shows r
The RSI / TDI alert dashboard allows you to monitor RSIs at once (selectable by you) on every major pair you trade. You can use it in two ways: 1.   Select multiple time frames and the dash will show you when there are multiple time frames extended beyond normal trading conditions. A great indicator that price has pushed hard recently as it has achieved an overbought or oversold level across multiple time frames so a pullback or reversal is due soon. 2.   Use one time frame (your favourite to tr
Hi Traders, MTF FVGs (Extend) – Smart Supply & Demand Zones. This indicator automatically identifies bullish (demand) and bearish (supply) FVG zones on your chart using multi-timeframe analysis. Zones are displayed as rectangles with optional midlines, helping you visualize key support and resistance levels more clearly. Key Features: Multi-timeframe support: detect zones on the current or higher timeframe Adjustable lookback period and minimum zone size Limit the number of visible bullish and
Advanced Trading Chaos  The main purpose of the indicator is to help the trader detect the signals described by Bill Williams in his books to make a quick and correct trading decision. 1)Bullish/Bearish Reversal Bar(BDB) 2) Divergent Bar(DB) 3) Second Sage Signal — the third consecutive Awesome Oscillator bar  4) Working fractals (Fractals that worked above/below the red forehead  5) Three bar coloring modes 5.1) Coloring of bars according to the AO indicator (Including the squatting bar) 5.2
Currency Strength Meter is the easiest way to identify strong and weak currencies. This indicator shows the relative strength of 8 major currencies + Gold: AUD, CAD, CHF, EUR, GBP, JPY, NZD, USD, XAU. Gold symbol can be changed to other symbols like XAG, XAU etc. By default the strength value is normalised to the range from 0 to 100 for RSI algorithm: The value above 60 means strong currency; The value below 40 means weak currency; This indicator needs the history data of all 28 major currency
Honest Breakeven
Konstantin Gruzdev
Indicator gives an honest picture of changes in breakeven levels for transactions throughout the account history, and not just for open positions (screenshot 1). Accurate calculation of levels, taking into account accrued commissions, fees and swaps, allows you to evaluate trading results both visually and in Expert Advisors (screenshot 2). For Expert Advisors, the indicator in its standard form provides not only the break-even level, but also the number of positions, volume, and all additional
This indicator is engineered to solve one of the most frustrating challenges in institutional trading: the "premature entry" trap. Often, a standard supply or demand zone appears valid on a higher timeframe, but in reality, it acts as early liquidity —a magnet for price to sweep through before finding a true reversal point. The Problem: Early Liquidity In traditional Smart Money Concepts (SMC), a "Regular Zone" is often too broad. Because the zone covers a wide price range, your stop loss must b
CleanTrend by NeuralTick is a trend indicator that NEVER repaints the past. Tired of indicators that look beautiful on history but repaint signals in live trading? Three reasons why traders who are fed up with noise and deception choose CleanTrend: 100% NO REPAINTING. The line colour is fixed forever. Not a single bar will change retroactively — test it in the Strategy Tester. DUAL NOISE FILTER. A signal appears only when the price has moved beyond a set threshold (MinMove) and has held
Premium level is a unique indicator with more than 80% accuracy of correct predictions! This indicator has been tested for more than two months by the best Trading Specialists! The author's indicator you will not find anywhere else! From the screenshots you can see for yourself the accuracy of this tool! 1 is great for trading binary options with an expiration time of 1 candle. 2 works on all currency pairs, stocks, commodities, cryptocurrencies Instructions: As soon as the red arrow app
Before installing the HeatMap indicator make sure you are using a broker that gives you access to the Depth of market (DOM) !! This indicator creates a heatmap on your chart allowing you to see the buy or sell limit orders easily and in real time. You have the possibility to change the setting and the colors of the HeatMap in order to adapt to all markets and all charts. Here is an example of a setting you can use with the NASDAQ100 on the AMPGlobal broker :  https://www.youtube.com/watch?v=x0Y
Buyers of this product also purchase
SuperScalp Pro
Van Minh Nguyen
4.69 (29)
SuperScalp Pro –  Professional Multi-Layer Confluence Scalping System SuperScalp Pro is a professional multi-layer confluence scalping system designed to help traders identify higher-probability opportunities with clearer entry confirmation, ATR-based Stop Loss and Take Profit levels, and flexible signal filtering across XAUUSD, BTCUSD, and major Forex pairs. Full documentation available in the product blog:   [User Guide] Auto trading available via SuperScalp Pro Auto Trader EA:   [Auto Trader
This product was updated for the 2026 market and optimized for the latest MT5 builds . PRICE UPDATE NOTICE: Smart Trend Trading System is currently available for $99. The price will increase to $199 after the next 30 purchases. SPECIAL OFFER:  After purchasing Smart Trend Trading System, send me a private message to claim the Smart Universal EA for FREE and turn your Smart Trend signals into automated trades. Smart Trend Trading System is a complete non-repainting, non-redrawing, and non-laggi
Price will increase by $20 every 10 buyers to maintain premium value. After purchase, contact via   MQL5 inbox   to receive your buyer kit and bonus. Let's be honest first. No indicator will make you profitable on its own. If someone tells you otherwise, they're selling you a dream. Every indicator that shows perfect buy/sell arrows can be made to look flawless — just zoom into the right window of history and screenshot the winners. We won't do that. SMC Intraday Formula is a tool. It reads the
Neuro Poseidon MT5
Daria Rezueva
4.8 (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
Trend Sniper X
Sarvarbek Abduvoxobov
5 (6)
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! Technical Specifications Platform MetaTrader 5 Indicator Type Multi-Timeframe Trend Indicator Operating Timeframe Any char
Welcome to ENTRY IN THE ZONE AND SMC MULTI TIMEFRAME Entry In The Zone and SMC Multi Timeframe is a professional trading indicator built on Smart Money Concepts (SMC) , combining market structure analysis with a No Repaint BUY / SELL signal system in a single indicator. It helps traders understand market structure more clearly, identify key price zones, and focus on higher-quality trading opportunities. By combining Multi-Timeframe Analysis , Points of Interest (POIs) , and real-time signals, th
M1 Quantum MT5
Hamed Dehgani
4.56 (9)
Live Trading Signals Using M1 Quantum : Signal  (Trade executed automatically by the Quantum Trade Assistant , included free with this product.) Price Plan: Current Price: $169 (Early Adopter Offer) Next Planned Price: $189 Planned Retail Price: $299 Developer Note:  After your purchase, please contact me to receive the latest  recommended settings (set file) , trading tips, and an invitation to our  VIP Support Group , where you can connect with other M1 Quantum users. FAQ - SETFILES - INSTALL
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
Gann Made Easy   is a professional and easy to use Forex trading system which is based on the best principles of trading using the theory of W.D. Gann. The indicator provides accurate BUY and SELL signals including Stop Loss and Take Profit levels. You can trade even on the go using PUSH notifications. PLEASE CONTACT ME AFTER PURCHASE TO GET TRADING  INSTRUCTIONS   AND GREAT EXTRA INDICATORS   FOR FREE! Probably you already   heard   about the Gann trading methods before. Usually the Gann theory
M1 Sniper MT5
Oleg Rodin
5 (4)
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
Power Candles MT5
Daniel Stein
5 (9)
Power Candles V3 - Self-Optimizing Strength Indicator Power Candles V3 turns currency and instrument strength into an actionable trade plan on every chart it is attached to. Instead of just coloring candles, it runs a live auto-optimization in the background and hands you the best Stop Loss, Take Profit and signal threshold for the symbol in front of you. One click adopts it for live trading - entry, Stop Loss and Take Profit rays appear on the chart at the exact prices, and alerts fire with dir
Divergence Bomber
Ihor Otkydach
4.9 (92)
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", "Balanced Risk", and "Wait-and-See Strategy" A step-by-step video manual to help you quickly install, configure, and s
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (2)
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
ARIPoint
Temirlan Kdyrkhan
1 (1)
ARIPoint 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 email Cu
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
Atomic Analyst MT5
Issam Kassas
4.34 (44)
This product was updated for the 2026 market and optimized for the latest MT5 builds. PRICE UPDATE NOTICE: Atomic Analyst is currently available for $99. The price will increase to $199 after the next 30 purchases . SPECIAL OFFER:  After purchasing Atomic Analyst, send me a private message to claim the Smart Universal EA for FREE and turn your Atomic Analyst signals into automated trades. Atomic Analyst is a non-repainting, non-redrawing, and non-lagging price action trading indicator designed
Reversion King Indicator
Eugen-alexandru Zibileanu
5 (5)
A new King in town - Indicator + Order management indications(tp1+tp2+tp3) + Optional Telegram Signal sender   INCLUDED (FREE) ( FULL TRADING  and SIGNAL SYSTEM ) Our best EA for Gold: Gold Slayer  This indicator includes an advanced Strategy, a trading system with customisable order management and a mean reversion system that combines envelope extensions, backed by multiple intelligent confirmation filters like RSI to catch high probability reversal entries with BUY and SELL signals . The indi
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
IX Power MT5
Daniel Stein
4.92 (13)
IX Power: Unlock Market Insights for Indices, Commodities, Cryptos, and Forex Overview IX Power is a versatile tool designed to analyze the strength of indices, commodities, cryptocurrencies, and forex symbols. While FX Power offers the highest precision for forex pairs by leveraging all available currency pair data, IX Power focuses exclusively on the underlying symbol’s market data. This makes IX Power an excellent choice for non-forex markets and a reliable option for forex charts when deta
KAMA Confluence Engine Scans all pairs in the market simultaneously! See only the strong moves. Trade with confidence. No noise, no guessing. KAMA is built to show you only what matters: the real direction of the market, confirmed by volume and by several timeframes at once. Everything else, stays filtered out. You open the chart and instantly see where the market is going, how strong the move is, where to enter, where your stop belongs and where your targets are. Ready to trade. Why traders
Smc Pro ToolKit
Talal N Z Aljarusha
5 (3)
SMC Pro ToolKit  is a professional chart-based Smart Money Concepts indicator for MetaTrader 5. It helps traders read market structure, identify key liquidity areas, organize trade context, and plan setups directly from the chart. This is not a simple buy/sell arrow indicator. It is a complete visual trading toolkit that combines Smart Money Concepts, multi-timeframe analysis, session context, setup planning, risk assistance, and professional dashboard tools in one clean workspace. Watch setup
FX Power MT5 NG
Daniel Stein
5 (33)
FX Power: Analyze Currency Strength for Smarter Trading Decisions Overview FX Power is your go-to tool for understanding the real strength of currencies and Gold in any market condition. By identifying strong currencies to buy and weak ones to sell, FX Power simplifies trading decisions and uncovers high-probability opportunities. Whether you’re looking to follow trends or anticipate reversals using extreme delta values, this tool adapts seamlessly to your trading style. Don’t just trade—trade
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
Btmm state engine pro
Garry James Goodchild
5 (4)
BTMM State Engine Pro is a MetaTrader 5 indicator for traders who use the Beat The Market Maker approach: Asian session context, kill zone timing, level progression, peak formation detection, and a multi-pair scanner from a single chart. It combines cycle state logic with a built-in scanner dashboard so you do not need the same tool on many charts at once. What it does Draws the Asian session range; session times can follow broker server offset or be set in inputs. Tracks level progression (L
This product was   updated   for the   2026 market   and   optimized   for the   latest MT5 builds . PRICE UPDATEe NOTICE: Smart Price Action Concepts   is currently available for $200. The price will   increase to $299   after the next   30 purchases. SPECIAL OFFER:  After purchasing , send me a private message to claim FREE Bonus + Gift. First of all Its worth emphasizing here that this Trading Tool is Non Repainting , Non Redrawing and Non Lagging Indicator , Which makes it ideal for profe
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
Axiom Matrix
Issam Kassas
5 (3)
AXIOM MATRIX MT5 LAUNCH PRICE: $99 Axiom Matrix is available at the launch price of $99. The price will increase to $199 after the first 30 purchases. After your purchase, send me a direct message to receive your instructions and claim your exclusive gift bonus. Axiom Matrix is a professional multi-symbol, multi-timeframe market scanner and decision dashboard for MetaTrader 5. It scans your Market Watch, analyzes multiple timeframes, reads multiple evidence engines, compares the strongest opport
The indicator highlights zones where interests are being declared then shows their accumulation zone. Transaction Speed works like an order book in big scale. This is the indicator for the biggest money. It's performance is exceptional. Whatever interest there is in the market you will see it. The Transaction Speed is a new concept indicator that shows where and when large orders accumulates on the market and benefits of this. It detects trend changes at very early stage. In Forex, volume is
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
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
More from author
Markov Prime is a next-generation professional analytical indicator that combines classic technical analysis with probability theory (Markov Chains) and fractal geometry (Time Exponent). Unlike most standard indicators that have "memory" and lag significantly, Markov Prime analyzes the market differently: it calculates the probability of the current market state (trend or flat) continuing in real-time. The indicator is designed to filter out false entries during market noise and find the most pr
FREE
StealthTrade Commander   is an advanced visual trading panel and risk-management utility designed for manual traders, scalpers, and Prop-Firm challengers. This tool helps you execute trades visually directly from the chart, hide your Stop Loss and Take Profit levels from the broker, and strictly control your daily drawdown—a crucial feature for passing and keeping Prop-Firm funded accounts.  KEY FEATURES:  Risk Guardian (Prop-Firm Protector) Max Daily Loss Limit:   Automatically closes all trad
FREE
Markov Prime is a next-generation professional analytical indicator that combines classic technical analysis with probability theory (Markov Chains) and fractal geometry (Time Exponent). Unlike most standard indicators that have "memory" and lag significantly, Markov Prime analyzes the market differently: it calculates the probability of the current market state (trend or flat) continuing in real-time. The indicator is designed to filter out false entries during market noise and find the most pr
FREE
StealthTrade Commander is an advanced visual trading panel and risk-management utility designed for manual traders, scalpers, and Prop-Firm challengers. This tool helps you execute trades visually directly from the chart, hide your Stop Loss and Take Profit levels from the broker, and strictly control your daily drawdown—a crucial feature for passing and keeping Prop-Firm funded accounts.  KEY FEATURES:  Risk Guardian (Prop-Firm Protector) Max Daily Loss Limit: Automatically closes all trades a
FREE
Trend Rapture is an advanced algorithmic indicator designed to identify high-probability trend entries and exits based on adaptive volatility analysis. It utilizes a sophisticated noise-filtering engine to isolate real market momentum from random price fluctuations, providing clear, actionable signals without the lag typical of standard indicators. Key Features Dual-Core Strategy Engine: Switch instantly between pullback-based and breakout-based trading logic. Adaptive Volatility Channels: Auto
FREE
Prime Confluence Engine (PCE) is a professional-grade indicator utilizing a triple-layer signal filtering architecture. Instead of relying on a single algorithm, PCE combines market regime detection (Renko), dynamic levels (SuperTrend), and advanced mathematical analysis (Markov Chains and Fractal Dimension) to identify high-probability entry points. A trading signal is generated ONLY when all three independent layers align in the same direction. The indicator operates strictly on closed bars an
PA Hunter
Artem Koliada
PA Hunter — Price Action Indicator with AI Signal Filter PA Hunter detects 13 classical Price Action patterns on any symbol and timeframe, filters them using built-in context rules and an AI model trained on real historical signals. How It Works The indicator scans price data for the following patterns: Reversal patterns: Pin Bar, Engulfing, Morning Star, Evening Star, Railway Tracks, Tweezer Tops/Bottoms, Piercing Line, Dark Cloud Cover, Three Soldiers, Three Crows Continuation/Neutral: Inside
Prime Power is a professional analytical tool for MetaTrader 4 designed to identify the real-time strength and weakness of 8 major currencies. Unlike traditional indicators that analyze a single pair, this system monitors the entire Forex market simultaneously, revealing powerful trends and high-probability reversal points through the mathematical comparison of relative capital flows. Core Features & User Instructions 1. Smart Interactive Dashboard The central control hub that automatically sort
FREE
Prime Power is a professional analytical tool for MetaTrader 4 designed to identify the real-time strength and weakness of 8 major currencies. Unlike traditional indicators that analyze a single pair, this system monitors the entire Forex market simultaneously, revealing powerful trends and high-probability reversal points through the mathematical comparison of relative capital flows. Core Features & User Instructions 1. Smart Interactive Dashboard The central control hub that automatically sort
FREE
VantageFX Matrix
Artem Koliada
5 (1)
Vantage FX Matrix Vantage FX Matrix is a dashboard indicator designed for monitoring multiple assets. It combines a correlation matrix for 8 major currencies with a custom watchlist for other symbols provided by your broker (e.g., crypto, metals, indices). Key Features: Logic and Calculation: The indicator calculates the relative strength of 8 currencies (USD, EUR, GBP, CHF, JPY, AUD, CAD, NZD) by analyzing 28 pairs across 5 timeframes (M5–D1). The algorithm does not repaint. Momentum Arrows: T
PrimeTrend Pro   is a trend-following indicator based on an ATR ratchet engine. It features a set of independent signal-quality gates and a multi-symbol, multi-timeframe dashboard. It is designed to answer three questions on one screen: what is the current trend, how reliable is the signal and whether the rest of the market agrees. PrimeTrend Pro is an indicator. It does not open, modify or close trades. It draws signals and provides analytics, but you are always responsible for making trading
The ultimate market scanner. No Repaint. No Lag. Forex + Crypto Hybrid Mode. Most currency strength meters are ugly, freeze your terminal, and repaint their history.   Vantage FX Matrix   changes the game. It is a next-generation dashboard designed for professional traders who need clarity, speed, and accuracy. It combines a classic   Correlation Matrix   for 8 major currencies with a   Custom Watchlist   for assets like Bitcoin, Gold, or S&P500 — all in one sleek, "Pixel-Perfect" interface.
StealthTrade Commander ST is a visual trading panel and risk management utility for MetaTrader 5. It is designed for manual traders, scalpers, and Prop-Firm challengers who want precise risk control, fast order execution, and advanced position management. The ST Edition (Strategy Tester Edition) works fully inside the MT5 Strategy Tester with Visual Mode, allowing traders to practice their complete workflow on historical data before applying it in live conditions. The panel handles all the mathe
Prime Confluence Engine (PCE) is a professional-grade indicator utilizing a triple-layer signal filtering architecture. Instead of relying on a single algorithm, PCE combines market regime detection (Renko), dynamic levels (SuperTrend), and advanced mathematical analysis (Markov Chains and Fractal Dimension) to identify high-probability entry points. A trading signal is generated ONLY when all three independent layers align in the same direction. The indicator operates strictly on closed bars an
Prime Confluence Engine — Oscillator is a separate-window indicator for MetaTrader 5 that visualizes a composite signal quality score based on three independent analytical layers working simultaneously.   HOW IT WORKS   The indicator calculates a Confluence Score ranging from -100 to +100. The score is derived from three layers:   Layer 1 — Renko Filter: An internal Renko engine with an auto-calculated brick size (ATR-based) suppresses short-term market noise. The trend is confirmed only after
Prime Edge
Artem Koliada
Track the exact footprint of institutional capital. Prime Edge is a professional analytical matrix designed to decode liquidity flow across the Asian, London, and New York trading sessions. Stop trading lagging price action. Powered by an advanced Markov Chain probability filter, this dashboard reveals the exact moment smart money shifts momentum from one continent to the next, automatically identifying high-probability setups. Instead of focusing solely on current price levels, Prime Edge analy
launch price $49 → after 10 → $99 Markov Prime Pro turns raw signals into rated, confidence-scored entries with a multi-symbol scanner. Markov Prime Pro is an analysis tool for MetaTrader 5 that does more than draw arrows. For every signal it answers the question most indicators ignore: how much can you trust this entry right now? Each signal is rated with a single Confidence Score from 0 to 100, so you can tell a strong setup from a weak one at a glance. The tool combines six signal strateg
Filter:
No reviews
Reply to review