Prime Trend Pro

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
Michela Russo
4.43 (7)
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! Dow
PipFinite Razor Scalper
Karlo Wilson Vendiola
4.4 (47)
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 yo
EZZ Zig Zag MT4
Paulo Rocha
5 (1)
EZZ Elite Zig Zag is an indicator for the MetaTrader 4 terminal. This indicator traces the peak of the trend based on the market reversal, thus showing various opportunities in the financial market. EZZ Elite Zig Zag is a visual tool, intuitive, and easy to understand and use.  Test it Yourself by Downloading it for Free. Author Paulo Rocha all rights reserved
Fibonacci retracement and extension line drawing tool Fibonacci retracement and extended line drawing tool for MT4 platform is suitable for traders who use  golden section trading Advantages: There is no extra line, no too long line, and it is easy to observe and find trading opportunities Trial version: https://www.mql5.com/zh/market/product/35884 Main functions: 1. Multiple groups of Fibonacci turns can be drawn directly, and the relationship between important turning points can be seen
ACB Trade Filter MT4
KEENBASE SOFTWARE SOLUTIONS
5 (1)
The ACB Trade Filter indicator provides a solution for filtering out the low probability trading setups in a trading strategy. The indicator uses a sophisticated filtration algorithm based on the market sentiment and trend. Applications Works great with our indicator " ACB Breakout Arrows ". Filter out low probability signals from any indicator. Avoid overtrading and minimize the losses. Trade in the direction of market sentiment and trend. Avoid the choppiness in the market. How to use Only L
Cosmic Diviner X Planet
Olena Kondratenko
4 (2)
This unique multi-currency strategy simultaneously determines the strength of trends and market entry points, visualizing this using histograms on the chart. The indicator is optimally adapted for trading on the timeframes М5, М15, М30, Н1. For the convenience of users, the indicator renders the entry point (in the form of an arrow), recommended take profit levels (TP1, TP2 with text labels) and the recommended Stop Loss level. The take profit levels (TP1, TP2) are automatically calculated for
Blahtech Market Profile
Blahtech Limited
4.53 (15)
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. Blahtech Limited presents their Market Profile indicator for the MetaTrader community. Ins
"Dynamic Flow Oscillator" - is an advanced custom Crypto_Forex indicator - efficient Trading tool for MT4!  - New generation of Oscillators - see pictures to check how to use it. - Dynamic Flow Oscillator has adaptive Oversold/Overbought zones. - Indicator uses   price and volume data   for identifying oversold and overbought zones. - Oscillator is an auxiliary tool to find exact entry points from OverSold/OverBought areas. - Oversold values: below Green line, Overbought values: over Red line .
Performance Analytics FX
Cesar Jose Perez Beltran
Performance Analytics 1.4 is an advanced real-time performance-tracking and risk-management indicator designed for traders who work with multiple EAs or simultaneous setups and need accurate, persistent, instance-separated metrics. It displays on-screen key statistics for both the entire account and the current EA, including profits, maximum losses, professional performance metrics, and smart alerts. The indicator visually divides the information into two independent blocks : 1. White Block – Ge
Manual Zone Lines Pro is a chart tool for MT4 that lets you create manual price zones and right-extending lines, with multi-timeframe display and alert functions. Unlike standard horizontal lines, the lines created by this tool do not extend infinitely to the left. They start from the point where they were created and extend to the latest candle, making your chart cleaner and easier to read. Price zones can also be created with one click. Created zones and lines automatically extend to the lates
The Th3Eng PipFinite indicator is based on a very excellent analysis of the right trend direction with perfect custom algorithms. It show the true direction and the best point to start trading. With StopLoss point and Three Take Profit points. Also it show the right pivot of the price and small points to order to replace the dynamic support and resistance channel, Which surrounds the price. And Finally it draws a very helpful Box on the left side on the chart includes (take profits and Stop loss
Gann Square of 144
Taras Slobodyanik
5 (6)
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
FX Strength Meter Pro is a powerful indicator designed for traders seeking optimal trading opportunities in the forex market. Our indicator provides real-time displays of the relative strength of major currency pairs (USD, EUR, GBP, CHF, AUD, NZD, JPY, CAD), helping you quickly identify the strongest and weakest currencies to enhance your trading strategy. Key features include: Multi-timeframe support: From minute to monthly charts (M1, M5, M15, M30, H1, H4, D1, W1, MN1), users can choose which
Advanced custom Crypto_Forex indicator "Adaptive Trading Oscillator" - efficient auxiliary Trading tool for MT4!  - 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
Gold Level MT4
Aleksandr Makarov
Gold Level MT4 A great helper for trading Gold. Levels do not repaint and do not change their data We recommend using it with the indicator - Professional Trade Arrow Levels are built every day, so you will trade every day with the indicator. Gold Level. Price markups are shown on the chart, after reaching TP1 or SL1, close half of the position, and the rest is transferred to breakeven. Any questions? Need help?, I am always happy to help, write me in private messages or in telegram.
Daily Candle Predictor is an indicator that predicts the closing price of a candle. The indicator is primarily intended for use on D1 charts. This indicator is suitable for both traditional forex trading and binary options trading. The indicator can be used as a standalone trading system, or it can act as an addition to your existing trading system. This indicator analyzes the current candle, calculating certain strength factors inside the body of the candle itself, as well as the parameters of
ZhiBiMACD MT4
Qiuyang Zheng
4.5 (2)
This is a unique MACD indicator that is more accurate and easy to use than traditional MACD. It is suitable for any chart cycle and is suitable for any market variety. The red column is the (Buy) band signal, and the blue column is the (Sell) band signal. The yellow and green lines are trend lines, and the two lines never cross. Buy: In the blue column, look at the green line up through the middle 0 axis. Sell: In the red column, look at the yellow line down the middle 0 axis. The MACD's de
Trade with Gann on your side!! MASTER CIRCLE 360 CIRCLE CHART, originally created by Gann admitted that this is “The Mother of all charts”. It is one of the last studies that this great trader left for us. The numeric tab le is apparently quite simple like all the tables and is based on square numbers, the SQUARE OF 12 and is by evolution, one of the most important square numbers. Here we can find CYCLE, PRICE AND TIME thanks to angles and grades, to show past and future support and resistance.
Buy and sell zones
Evgeniy Zhdan
5 (2)
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, MT5 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. MT5 version:  https://www.mql5.com/en/market/product/70409 If the price is between two lines or in the zone of
Secret Liquidity Zones Indicator User Manual Introduction Unlock the power of hidden market opportunities with the Secret Liquidity Zones Indicator . This cutting‐edge tool is designed to reveal critical price levels where market momentum may shift. With its dynamic adaptability and sleek gold visuals, it offers clear and elegant insights into key trading opportunities—making it the perfect secret weapon for traders who demand precision and clarity. Key Features Dynamic Timeframe Adaptation: A
SMOOTH STRENGTH METER INDICATOR (SMOOTH LINE) it draws Currencies TREND Volatility Power / Strength lines : -       Detects the 2 highly TRENDED Volatile pairs  ( will be the Bold Lines ) - A very Helpful Indicator - It draws smooth lines for up to 20 currencies pairs representing Volatility  strength and power - First it indicates the most powerful trended direction pairs : Strongest / Weaker -       MAIN FUNCTION  :it gives indication of the       UP trend most Volatile Line  and the      DOWN
Infinity Trend Pro
Yaroslav Varankin
1 (1)
This is a trend indicator without redrawing Developed instead of the binary options strategy (by the color of the Martingale candlestick) Also works well in forex trading When to open trades (binary options) A signal will appear in the place with a candle signaling the current candle It is recommended to open a deal for one candle of the current timeframe M1 and M5 When a blue dot appears, open a deal up When a red dot appears, open a trade down. How to open trades on Forex. When a signal is rec
Point61 Indicator
Evgeniy Machok
5 (1)
The Point61 indicator is the result of many years of monitoring of price behavior of currency pairs and metals. It is not a secret, that in times of uncertainty, traders are looking for possible levels of support and resistance - the point, where price should stop its movement. There are 2 possible scenarios at these points: 1. Reverse (correction) to the opposite direction; 2. Breakthrough to continue movement. Very often these points are used to set stop orders - TakeProfit or StopLoss
RSI Speed mp
DMITRII GRIDASOV
Crypto_Forex   Indicator "RSI SPEED" for MT4 - great predictive tool , No Repaint. The calculation of this indicator is  based on equations from physics . RSI SPEED is the  1st derivative of RSI  itself. RSI SPEED is   good for scalping entries   into the direction of main trend. Use it   in combination   with suitable   trend indicator , for example HTF MA (as on pictures). RSI SPEED indicator shows how fast RSI itself changes its direction   - it is very sensitive . It is recommended to use RS
Multi-timeframe Momentum values on the selected Symbols: compare the current market trends The indicator displays  Momentum indicator  values from all selected timeframes and Symbols in a single table , which allows you to quickly analyze current market price trends . Multifunctional trade manager : 66+ features  |   Contact me  for any questions  |   MT5 version Each Symbol can be customized: removed / replaced. You can add up to 40 Symbols. Panel can be moved to any place of the chart (drag
Crypto_Forex Indicator "FORCE index and 2 Moving Averages" for MT4. No repaint. - This indicator is excellent for momentum trading into the trend direction. - "FORCE index and 2 Moving Averages"  Indicator allows you to see Fast and Slow Moving Averages of Force index. - Force index is one of the top indicators that combines   price and volume data   into a single value. - Force index itself is powerful oscillator - that measures the amount of power used to move the price. - Indicator gives opp
PZ Trend Trading
PZ TRADING SLU
4.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
MajorAlert
Sergei Vassunov
MajorAlert - is a professional trading indicator for MetaTrader 4 that combines two distinct market analysis approaches into one powerful tool. By integrating a counter‑trend entry logic (upper block) with a trend‑following filter (lower block), the indicator generates high‑probability signals on the chart with clearly separated arrow colors. Key Features Fully self‑contained   – no external indicators required; all calculations are built‑in. Versatile inputs   – adjust all parameters to suit a
SystemBinaryM1
Andrey Spiridonov
SystemBinaryM1 - a professional indicator for trading short-term binary options, is a complete, self-contained author's strategy for working in the binary options market. The unique algorithm for analyzing the foreign exchange market is based on the calculation of reference points on three different time periods M15, M5. M1. Thus, the indicator simultaneously analyzes the long-term, medium-term and short-term price behavior before issuing a signal. The indicator is set in the usual way and work
Buyers of this product also purchase
Gann Made Easy
Oleg Rodin
4.84 (168)
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 is a ve
Neuro Poseidon MT4
Daria Rezueva
4.82 (44)
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 all
Super Signal – Skyblade Edition Professional No-Repaint / No-Lag Trend Signal System with Exceptional Win Rate | For MT4 / MT5 It works best on lower timeframes, such as 1-minute, 5-minute, and 15-minute charts. Core Features: Super Signal – Skyblade Edition is a smart signal system designed specifically for trend trading. It applies a multi-layered confirmation mechanism to detect only strong, directional moves supported by real momentum. This system does not attempt to predict tops or bottoms
Prop Firm Sniper
Mohamed Hassan
5 (5)
Prop Firm Sniper MT4  is a professional market structure indicator that automatically identifies high-probability BUY and SELL opportunities using BOS and CHoCH analysis. Recommended Timeframes: For backtesting, use the indicator on   M5 or M15   for Gold (XAUUSD), and   M15 or H1   for more volatile Forex pairs such as   GBPUSD, USDJPY, EURGBP , and similar markets. CONTACT ME AFTER PURCHASE TO CLAIM YOUR FREE BONUSES! Prop Firm Sniper  is a professional market structure indicator designed t
M1 Sniper
Oleg Rodin
5 (26)
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 a
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-re
Atomic Analyst
Issam Kassas
5 (9)
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 indic
Scalper Inside PRO
Alexey Minkov
4.68 (69)
Scalper Inside PRO Scalper Inside PRO is an intraday trend and scalping indicator that uses exclusive built-in algorithms to evaluate market direction and key target levels. The indicator automatically calculates entry and exit points and several profit target levels, and it shows detailed performance statistics, so you can see how different instruments and strategies behaved on historical data. This helps you select instruments that fit current market conditions. You can also connect your own a
DayTrader PRO DayTrader PRO   is an advanced trading indicator that combines John Ehlers' Laguerre Filter with a powerful Auto-Optimization Engine. Instead of using fixed parameters, the indicator automatically searches for the best settings based on recent market conditions, helping you adapt to changing volatility without constant manual adjustments. The indicator generates clear   BUY   and   SELL   signals together with adaptive   Stop Loss   and   Take Profit   levels calculated from curre
Cycle Sniper
Elmira Memish
4.39 (36)
Please contact us after your purchase and we will send you the complimentary indicators to complete the system Cycle Sniper is not a holy grail but when you use it in a system which is explained in the videos, you will feel the difference. If you are not willing to focus on the charts designed with Cycle Sniper and other free tools we provide, we recommend not buying this indicator. We recommend watching the videos about the indiactor and system before purchasing. Videos, settings  and descri
CRT Candle Range Theory HTF MT4.   Ultimate CRT Indicator: Advanced ICT Concepts and Malaysian SnR Trading System Master the Market Maker's Footprints with the Most Advanced Candle Range Theory Indicator Discounted   Price   $50  !!     Secure your lifetime access   now   before it switches to   subscription-only ! Unlock the true power of  Smart Money Concepts (SMC)  and trade precisely like the institutions with the  Ultimate CRT Indicator . Built exclusively for serious traders, this indicat
KURAMA GOLD SIGNAL PRO (MT4) — 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 (
M1 Arrow
Oleg Rodin
4.81 (21)
M1 Arrow is an indicator which is based on natural trading principles of the market which include volatility and volume analysis. The indicator can be used with any time frame and forex pair. One easy to use parameter in the indicator will allow you to adapt the signals to any forex pair and time frame you want to trade. Besides the main algorithm which is based on buy and sell signals, the indicator also has multiple built-in extra strategies which you can choose in the inputs. These strategies
PZ Divergence Trading
PZ TRADING SLU
5 (2)
Unlock hidden profits: accurate divergence trading for all markets Tricky to find and scarce in frequency, divergences are one of the most reliable trading scenarios. This indicator finds and scans for regular and hidden divergences automatically using your favourite oscillator. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to trade Finds regular and hidden divergences Supports many well known oscillators Implements trading signals based on breakouts Display
Supply and Demand Dashboard PRO
Bernhard Schweigert
4.8 (20)
Trading Special – 30% OFF This dashboard is a very powerful piece of software working on multiple symbols and up to 9 timeframes. It is based on our main indicator (Best reviews:   Advanced Supply Demand ). The dashboard gives a great overview. It shows: Filtered Supply and Demand values including zone strength rating, Pips distances to/and within zones, It highlights nested zones, It gives 4 kind of alerts for the chosen symbols in all (9) time-frames. It is highly configurable for your pers
ORB Seeker
Marcela Goncalves De Oliveira
Limited Special Price!  Only $79! Price will increase after 10 sales, final price $199. After purchase contact me to get a FREE bonus EA that can trade the breakout signals fully automated and optimized set files. Catch clean session breakouts with confidence! ORB Seeker is a professional Opening Range Breakout (ORB) indicator built for traders who want accuracy, simplicity, flexibility, and clear chart structure. It automatically plots the pre-market or custom session range on any instrument,
Official BlueDigitsFx Ecosystem Access Get infrastructure updates, workflow resources, product releases, and ecosystem access through the official BlueDigitsFx ecosystem. Telegram Ecosystem Website MT5 Version BlueDigitsFx Easy 123 System — Powerful Reversal and Breakout Detection for MT4 All-In-One Non-Repaint System for Spotting Market Reversals and Breakouts – Built for traders who value structure, clarity, and confirmation-based trading workflows. The BlueDigitsFx Easy 123 System is a vis
Advanced Supply Demand
Bernhard Schweigert
4.91 (302)
Trading Special – 30% OFF 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 pot
Market Structure Break Out
Ashkan Hazegh Nikrou
5 (8)
Detect Indirection Break Out Signal with high success rate. Price will increase to 119$ By Tomorrow Introduction to Market Structure Break Out (MSB) , this indicator is an advanced tool designed for both MT4 and MT5 platforms , helping traders view market movement through the lens of price structure. It identifies and highlights key trading signals using arrows and alerts, both in the direction of the trend and against it (reversal signals). One of its standout features is the ability to draw u
Gold Signal Swing Pro XAUUSD with Auto TP SL (MT4) — 7-Layer Filter + RR Guarantee System for XAUUSD Swing Trading No repaint. No redraw. No lag. All signals lock after confirmation. Bonus for buyers: Get AI Zone Radar ($59 value) + PDF manual free with purchase. Send me a message on MQL5 after buying. AI Zone Radar: https://www.mql5.com/en/market/product/175834 MT5 version also available: https://www.mql5.com/ja/market/product/177643?source=Site +Profile+Seller Used and trusted by gold traders
Stop searching for and trying new indicators! Get Winshots Massive FX Profits indicator and set yourself apart from the crowd.  Years of trading experience led us to the building of this all in one indicator! Trade like the pro with Winshots Massive FX Profits! This indicator uses the following methodologies to help you become a more consistent profitable trader: - MARKET VOLUME PROFILE - DAILY CANDLE OUTLINE  - ATR LEVELS - DAILY PIVOTS LEVELS - PRICE CYCLES ANALYSIS What is VOLUME PROFILE?
TrendMaestro
Stefano Frisetti
4 (4)
Attention: beware of SCAMS, TRENDMAESTRO is only ditributed throught MQL5.com market place. note: this indicator is for METATRADER4, if you want the version for METATRADER5 this is the link:  https://www.mql5.com/it/market/product/108106 TRENDMAESTRO ver 2.5 TRENDMAESTRO recognizes a new TREND from the start, he never makes mistakes. The certainty of identifying a new TREND is priceless. DESCRIPTION TRENDMAESTRO identifies a new TREND in the bud, this indicator examines the volatility, volumes a
Neo Wave PRO
Nikolay Raykov
5 (1)
Price & Time Market Structure Indicator A professional market structure tool that analyzes waves through both price and time — not price alone. Main Description NeoWave PRO is a professional market structure indicator for MetaTrader 4 designed for traders who want to move beyond traditional one-dimensional wave tools such as ZigZag, swing indicators, and basic high/low systems. Most wave indicators analyze only one thing: Price. But a real market wave is not only a price movement. A true wave de
This product was   updated   for the   2026 market   and   optimized   for the   latest MT5 builds . PRICE UPDATE 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 profes
PZ Day Trading
PZ TRADING SLU
3.67 (3)
Effortless trading: non-repainting indicator for accurate price reversals This indicator detects price reversals in a zig-zag fashion, using only price action analysis and a donchian channel. It has been specifically designed for short-term trading, without repainting or backpainting at all. It is a fantastic tool for shrewd traders aiming to increase the timing of their operations. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Amazingly easy to trade It provides
PRO Renko System
Oleg Rodin
5 (31)
PRO Renko System is a highly accurate trading system specially designed for trading RENKO charts. The ARROWS and Trend Indicators DO NOT REPAINT! The system effectively neutralizes so called market noise giving you access to accurate reversal signals. The indicator is very easy to use and has only one parameter responsible for signal generation. You can easily adapt the tool to any trading instrument of your choice and the size of the renko bar. I am always ready to provide extra support to help
Binary Trader Master is an arrow based indicator that predicts the close of the candle. It does its analysis within one candle only. When the candle opens it requires a few moments to make the analysis and predict the close of the candle. Then it generates a signal. The indicator also allows you to apply time limits that it can use for the analysis which means that you can actually tell the indicator how much time it is allowed to have for the analysis within the candle. The indicator monitors s
There is always a need to measure if the market is "quiet" or it is volatile. One of the possible way is to use standard deviations, but the issue is simple : We do not have some levels that could help us find out if the market is in a state of lower or higher volatility. This indicator is attempting to do that : •           values above level 0 are indicating state of higher volatility (=GREEN buffer) •           values below level 0 are indicating state of lower volatility (=RED buffer)
UPD1 Volume BOX
Vitaliy Kuznetsov
4.94 (16)
The indicator displays the horizontal volume profile in the specified area (BOX) and the maximum volume (POC). Product Features. 1. You can use ticks or just price. 2. Adaptive grid spacing (M1-MN). 3. Adaptive high volume (median) search step depending on box size. 4. Automatic chameleon color for box lines and buttons. 5. Multiple boxes, easy to create and delete. 6. 70% volume area (enable in settings). 7. There is an alert for touching the maximum horizontal volume line (POC). 8. VWAP. 9. C
Trend Lines PRO
Roman Podpora
5 (1)
TREND LINES PRO    helps understand where the market is truly changing direction. The indicator shows real trend reversals and points where major players re-enter. You see   BOS lines   Trend changes and key levels on higher timeframes — without complex settings or unnecessary noise. Signals don't repaint and remain on the chart after the bar closes. VERSION MT 5     -     Reveals its maximum potential when paired with the   RFI LEVELS PRO  indicator What the indicator shows: Real shifts   tren
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
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
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
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
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 dec
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
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