MetaForecast M5

5

MetaForecast predicts and visualizes the future of any market using different powerful methods. While financial markets are not always predictable, if there are patterns in the past data, MetaForecast can learn and predict the future as accurately as possible. It features a complete implementation of neural networks embedded directly into the indicator, enabling traders to create and train AI models using data from multiple symbols to learn complex patterns. MetaForecast leverages your computer's GPU for lightning-fast training and inference, ensuring you stay ahead of the curve.


Input Parameters

Forecast Method

Choose a forecasting method from this list to be used to create a model responsible for predicting the future. Currently, there are two methods available: Trigonometric and Neural Network. This list may grow in later versions, with more methods being added.

Method Description
Trigonometric
Creates a sinusoidal model and learns harmonic patterns in past data to predict the future.
Neural Network (AI) Creates a neural network model that can be trained on multiple symbols to learn complex patterns and dependencies between past and future.

The settings are organized into multiple sections. The first section, Common Settings, encompasses configurations shared across different methods. Subsequent sections are dedicated to method-specific settings.

Past Size

Specifies the number of bars that MetaForecast uses to create a model for generating future predictions. The model is represented by a yellow line drawn over the selected bars.

Future Size

Specifies the number of future bars that should be predicted. The predicted future is shown by a pink line with blue regression lines drawn over it.

Degree

This input determines the level of analysis that MetaForecast will conduct on the market.

Degree Description
0 For degree 0, it is recommended to use a large value for the "Past size" input to cover all peaks and troughs and details in the price.
1
For degree 1, MetaForecast can understand trends and generate better results with a smaller "Past size".
2 For degree 2, in addition to trends, MetaForecast can also identify reversal points. For degrees greater than 1, higher values for the 'Details' and 'Noise Reduction' inputs must be used.
>2 It is not recommended to use degrees greater than 2, but it can be tried.
Multiple instances of MetaForecast with different degrees can be used to confirm predictions. For example, one instance with PastSize=5000 and Degree=0 and another instance with PastSize=600 and Degree=1 can be used together.

Details

Specifies the percentage of details in the price data that should be extracted for generating predictions. Higher values need higher processing time.

Noise Reduction

When using degrees greater than 1, MetaForecast needs noise reduction for the input data in order to create a proper model. For example, for degree=2, set the noise reduction to be 90%. To obtain a better result, increase the details to 20%.

Remove jumps

Sometimes, there are big jumps in the prediction results, especially for degrees higher than 1. Enabling this input can correct the shape of the prediction.

Regression lines

MetaForecast draws regression lines on the predicted bars to make the trend clearer. Use this input to specify the number of lines.

Forecasting Period

Set the interval between two predictions using this input. For example, if you set it to 100, it means that it predicts the future and then pause for 100 bars before making the next prediction.

Symbols

You can use multiple symbols to train an AI model. The symbols should be written seperated by commas. Leave this field empty to use the current chart's symbol. When using multiple symbols, you don't need to include the current chart's symbol – it will be automatically added to the list.

Layers

This input configures a brain for your AI model. For example, if we enter [1000, 2000, 100], this indicates that the model accepts 1000 past bars as input, utilizes 2000 neurons to forecast 100 bars into the future. If we enter [1000, 2000, 500, 200, 100], this signifies that the model accepts 1000 past bars as input and employs a deep neural network with 3 layers containing 2000, 500, and 200 neurons, respectively, to forecast 100 bars into the future. As you can see, you can create a network with any desired depth. For the examples above, a minimum past size of 1000 is recommended. However, a past size of 3000 is generally better. As a rule of thumb, the larger the size of the layers in your model, the larger the past size should be.

Batch Size

This parameter divides the past size into smaller subsets, called batches, to enable MetaForecast to process large datasets efficiently. Batching helps optimize memory usage and computational performance when training or running inference on deep learning models. If the batch size is set to zero, MetaForecast automatically determines whether batching is necessary and, if so, assigns the maximum feasible batch size.

Epochs

Imagine you're teaching a student a new skill. You wouldn't just explain it once and expect them to be a master. They need to practice repeatedly to improve. In AI, epochs are like those practice sessions. It refers to the number of times the entire training dataset is shown to the AI model. Each time the model sees the data, it adjusts itself slightly to get better at the task.

Loss

The purpose of training a model is to decrease the loss. Loss refers to the average amount of error the model makes on its predictions. The training process will be stopped when the model's loss falls below the specified value in this input. If you want a model to perfectly replicate the past, you would need to set both Noise Reduction and Loss inputs to zero. However, this is usually not desirable, as a model that simply memorizes the data might not perform well on unseen examples.

Learning rate

When training a model, the learning rate controls how much the model adjusts its parameters after each epoch. A high learning rate leads to large adjustments, which can be fast but inaccurate. Conversely, a low learning rate results in small adjustments, making the learning process slower but potentially more precise.

Autoregressive

Enable Autoregressive if the future size (number of future values to predict) is greater than the output of your model. This way, MetaForecast uses the model multiple times to forecast the future.

Learn Complex Pattern

Enabling this input allows the model to learn any kind of pattern in the data. Conversely, if you don't want the model to learn or memorize random patterns, disable this input to force the model to focus on learning only repeatable patterns.

Multimodel

This option allows you to create multiple models with different internal parameters. For example, with Multimodel set to 10, MetaForecast creates 10 models that work together to predict the future. The combined result will be displayed as a band. The average of the predictions will be calculated and drawn as a pink line.

OHLC

The OHLC input enables MetaForecast to utilize all price types—open, high, low, and close—by feeding entire candles into the model. This allows the generation of complete future candles rather than single points, making it particularly useful for precise candle predictions. However, enabling this input may slow down the process by a factor of three.


History Mode

MetaForecast enables traders to predict future price movements in the price history, allowing them to compare the results with actual future prices. To use this feature, press "H" on your keyboard to see the vertical line, which can be moved to bring the prediction into historical prices, rather than the current candle. To navigate through history, hold down the "Ctrl" key and move your mouse to move the vertical line. To get back to the current candle press "H" again. If you have multiple MetaForecasts on your chart and need to reset them simultaneously, press the "R" key on your keyboard.


Neural Network Method

To train an AI model, simply press T and wait for the training process to finish. The future values will be estimated and displayed afterward. In history mode, you can use the same model to predict from different points in time into the future simply by moving the history mode's vertical line.


How to Test

The recommended settings for testing this product using the Strategy Tester are as follows. Leave other settings not mentioned here at their default values.

Past Size = 3000
Forecasting Period = 100
Train on each new forecast = true
Initialize before training = true

Please note that in the current version, the method Neural Network only works on GPUs. You can check your available GPU devices in the terminal by navigating to Tools > Options > OpenCL. Under the "Device" column, you will see your available GPUs with the option to disable or enable each one. MetaForecast automatically selects the best available GPU device.

I'm always exploring new ideas to forecast the market's future. Whenever I discover a new working method or algorithm, I incorporate it into the product. I'd appreciate your support in allowing me to continue developing this unique offering.

Reviews 4
Leon Hans Morten Voige
423
Leon Hans Morten Voige 2023.08.09 18:14 
 

I absolutely love it. You don't need to waste your time searching out all the support and resistance levels. For me it is very very lucrative trading the 1 hr timeframe with this indicator. Especially on pairs that are more trendy. Even BTC trading is easily possible with this indicator. Absolutely great!

31416
514
31416 2023.04.10 11:18 
 

So far it looks intuitive. I will try to update while gaining confidence and expertise with it. Thanks.

Update after a month using it: confirmed. Very useful.

Rutt Tungkiratichai
2899
Rutt Tungkiratichai 2025.03.14 09:50 
 

Very good indicator

Recommended products
The ABC Indicator analyzes the market through waves, impulses, and trends, helping identify key reversal and trend-change points. It automatically detects waves A, B, and C, along with stop-loss and take-profit levels. A reliable tool to enhance the accuracy and efficiency of your trading. This product is also available for MetaTrader 4 =>  https://www.mql5.com/en/market/product/128179 Key Features of the Indicator: 1. Wave and Trend Identification:    - Automatic detection of waves based on mov
Liquidity Map
Alex Amuyunzu Raymond
Liquidity Map  Overview The Liquidity Map indicator is an advanced visualization tool based on ICT Smart Money Concepts . It automatically identifies daily Buy Zones , Sell Zones , and Liquidity Levels , showing where price is likely to reverse or continue based on institutional order flow. It calculates key levels from the daily session — such as the previous day’s high, low, and midpoint — then derives a premium (sell bias) and discount (buy bias) structure. When price trades into these mapped
SuperScalp Pro Trader EA Automated trading EA for the indicator — dual-source Fibonacci TP, per-ticket management, and advanced trailing stop. Quick start: Apply the indicator to your chart first, then attach this EA.  How to use Open your chart and select your preferred symbol and timeframe. Insert the indicator onto the chart. Attach SuperScalp Pro Trader EA to the same chart. Leave IndicatorName blank — the EA automatically detects the chart indicator instance (Mode B). To load the indicat
OMG powers
David Ohemeng
This Expert Advisor (EA) is designed for fast-paced markets. It looks for "candle clusters" to confirm short-term direction: Bullish Entry: If the current candle and the two previous candles are all closing higher ( $Close0 > Close1 > Close2$ ), the bot opens 5 buy positions simultaneously at 0.01 lots each. Bearish Entry: If the candles are all closing lower ( $Close0 < Close1 < Close2$ ), it opens 5 sell positions . Profit Protection: The bot features a "Smart Profit Lock." Once a position hit
Double Fractal Entry Bot trades automatically using fractal breakouts or rebounds. It detects precise entry points, places SL and TP based on market structure, and includes logic to manage risk and avoid false signals. Simple, smart, and powerful. This product is also available for MetaTrader 4 =>  https://www.mql5.com/en/market/product/143609 Double Fractal Entry Bot is an intelligent trading robot based on the proven logic of the Double Fractal Entry indicator. It analyzes price using upper a
NEXA Breakout Velocity NEXA Breakout Velocity is an automated trading system based on channel breakout logic combined with momentum (ROC), volume filtering, and ATR-based risk management. The system is designed to detect volatility expansion phases where price breaks beyond recent ranges with increasing speed and participation. All signals are calculated on closed bars only. Only one position per symbol is maintained at a time. Strategy Overview The system combines the following components: Chan
FREE
CChart
Rong Bin Su
Overview In the fast-paced world of forex and financial markets, quick reactions and precise decision-making are crucial. However, the standard MetaTrader 5 terminal only supports a minimum of 1-minute charts, limiting traders' sensitivity to market fluctuations. To address this issue, we introduce the Second-Level Chart Candlestick Indicator , allowing you to effortlessly view and analyze market dynamics from 1 second to 30 seconds on a sub-chart. Key Features Support for Multiple Second-Level
The   ICT Propulsion Block   indicator is meant to detect and highlight propulsion blocks, which are specific price structures introduced by the Inner Circle Trader (ICT). Note: Multiple Timeframe version avaiable at here  Propulsion Blocks are essentially blocks located where prices interact with preceding order blocks. Traders often utilize them when analyzing price movements to identify potential turning points and market behavior or areas of interest in the market.   USAGE (fingure 1)
The HAMZ X3 Risk Assistant is not just an Expert Advisor; it is a comprehensive risk management suite and precision trading engine. Engineered primarily as an advanced semi-automatic and fully automated trading assistant, its core execution logic is heavily optimized for the M15 timeframe. Out-of-the-box, the system is rigorously fine-tuned as a  Gold (XAUUSD) Specialist . However, a robust, highly adaptable input panel gives traders total control to adjust parameters for Crude Oil or major Fore
CCI advanded
Minh Vuong Pham
5 (1)
CCI VISUAL ENHANCED - MT5 USER GUIDE   INTRODUCTION CCI Visual Enhanced for MetaTrader 5 features: Intuitive visual interface  Automatic buy/sell signals  Smart alert system  Dynamic histogram  Strong signal & divergence detection  INSTALLATION Method 1: MetaEditor (Recommended) Open MT5 → Press F4 (MetaEditor) File → New → Custom Indicator Program Name: CCI_Visual_Enhanced → Finish Delete sample code, paste .mq5 code Press F7 to compile Add to chart: Insert → Indicators → Custom Method 2: Dire
FREE
Prosperity MT5
Mr James Daniel Coe
5 (2)
High growth, low draw-down bot. Great for beginners AND pros. 5 COPIES LEFT - NEXT PRICE $999 Contact me after purchase for group info, manual and a personal bonus! Prosperity live fund, real money (>$2,000) signal:  CLICK HERE ABOUT A rare diamond in a sea of EAs - 4x improvements in most backtest stats. We read descriptions saying 'no martingale, grid, or 'AI'' - I offer alternate parameters... Original EA No history reading No .set files changing constantly, all built-in as default Not an 'ex
You shall not pass - it is a Secure Automated Software for trade Forex market and indices. This system detects the ranges between the end of the American session and the beginning of the Asian session, operating thinking that the volume of the market will not be able to maintain the break of the support or resistance, thinking that this break. To adapt to the different schedules of the different brokers, you have to set the closing time of the American session of your broker in the configuratio
Gold Trend Swing
Luis Ruben Rivera Galvez
5 (1)
Send me a message so I can send you the setfile $498 for introduction,  It will increase by 100 per month until it reaches $1298 Automated Trading Bot for XAUUSD (GOLD)  . Connect this bot to your XAUUSD (GOLD) H1 charts and let it trade automatically with a proven strategy! Designed for traders seeking simple yet efficient automation, this bot executes trades based on a combination of technical indicators and price action, optimized for low to medium spreads. How Does the Bot Work? Recommended
SmartMass MT5
Roberto Alvarez
SMARTMASS INDICATOR This indicator is different from all known volume indicators. It has a significant distinction; it is an algorithm that relates price movement to volume, attempting to find proportionality and efficient movement while filtering out noise and other movements that are more random and do not follow a trend or reversal. Ultimately, it reveals the true strength of the movement, indicating whether it has genuine support from bulls or bears or if it's merely a high-volume movement
"Manual channel drawing? Not anymore. Let the market structure reveal itself automatically." "Track long-term price zones 24/7, in real-time." Real Trader Pain Points Identifying pivot points manually takes   huge time   and   effort Difficult to adapt to   high volatility   and pinpoint   reliable channels Copy Ideas "Markets never sleep. Why should your analysis stop?" "Dozens of assets a day—how do you keep up?" Core Claim AutoChannels   automatically reads market structure , reducin
This indicator is an indicator for automatic wave analysis that is perfect for practical trading! Case... Note:   I am not used to the Western name for wave classification. Influenced by the naming habit of Chaos Theory (Chanzhongshuochan), I named the basic wave as   pen   , the secondary wave band as   segment   , and the segment with trend direction   as main trend segment   (this naming method will be used in future notes, let me tell you in advance), but the algorithm is not closely relat
SchermanActionPro
AutomaticTrading
Introducing SchermanActionPro: The New Automated Trading Bot from Automatictrading Automatictrading is proud to present SchermanActionPro! Featured Features:  • Configurable Indicators: Adjust the averages and the number of candles according to Ivan's recommendations.  • Operational Flexibility: Choose between purchases and sales.  • Profit Taking: Fixed options, based on ATR or contrary signal.  • Loss Stop: Configurable fixed, according to ATR or by contrary signal.  • Lot Types: Fixed lot se
Box Breaker
Ionut-alexandru Margasoiu
The Edge Every Trader Wants. Built Into a Single EA. BoxBreaker is a professional-grade Expert Advisor for MetaTrader 5 that trades range breakouts — one of the most battle-tested setups in technical analysis. It detects consolidation zones across multiple symbols and timeframes, waits for the decisive move, and executes with surgical precision. No guesswork. No manual intervention. Just systematic, rules-based trading. What It Does BoxBreaker identifies a price range during a specific session w
Product Name FalseBreak Cycle Pro Short Description A rule-based MT5 Expert Advisor for CFD trading, combining false breakout logic, Supertrend/Donchian market structure, ATR-based risk levels, and cycle-based money management. Full Description FalseBreak Cycle Pro is an Expert Advisor for MetaTrader 5 designed for traders who prefer structured, rule-based execution on CFD instruments such as Gold, indices, and other compatible symbols. The EA uses a false breakout approach supported by trend
NEXA Camarilla Stretch PRO – User Guide 1. Overview NEXA Camarilla Stretch PRO is an Expert Advisor designed for the MetaTrader 5 platform. The program analyzes price data and applies predefined rules to execute trades automatically based on market conditions. 2. Features The product includes the following functions: Automatic trade entry and exit Trade condition filtering Time-based trading control Risk management settings Partial close and position management All functions operate according to
Moving pivot Average Fibonacci The  indicator compares the selected period with its counterpart from the previous period. The indicator determines the moving Fibonacci levels for the day or any time interval to assess the price movement range from the time average. The indicator helps predict the expected high or low for the day based on historical time data. The pivot line can be considered an average trend line and use it in a variety of trading strategies. If you have any question about the
AUI Eagle Duel
Andres Felipe Carvajal Rodriguez
AUI Bot - Artificial Ultra Instinct ATTENTION: This bot is NOT for you if you're looking for daily, weekly, or monthly profits. This bot is designed solely for ANNUAL profitability . So, if you're not willing to let it work quietly for an entire year without intervention, it's not for you. How Does This Bot Work? The bot analyzes multiple market factors across different timeframes to make very strict decisions. It only enters an operation when it detects a perfect confluence of favorable conditi
Deep Analyst
Yvan Musatov
Description Deep Analyst is an automated trading algorithm designed for the MetaTrader 5 platform. The Expert Advisor analyzes price fluctuations and evaluates volatility parameters based on historical market data of the selected instrument. The algorithm applies a mathematical price processing model including deviation calculations, data smoothing, and market noise filtering. Trading signals are generated strictly according to user-defined parameters. Entry conditions are determined by compari
Gordian Knot 1
Hidenori Tanaka
This EA is a simple automated trading system for the Meta Trader 5 platform. It uses parabolic SAR to automatically adjust lot size based on market trends. By this, the EA does not take a large amount of risk, but instead steadily accumulates profits. Main Features The EA does not use the martingale method for lot size adjustment. If a position is taken before the forex market closes, the position will be carried over to the weekend. This EA is designed to hold multiple positions at the same t
Anchored VWAP indicator
Ahmad Kazbar
4.78 (18)
Anchored VWAP Indicator MT5 — Institutional Volume Weighted Average Price Unlock institutional-grade market analysis with the Anchored VWAP Indicator for MetaTrader 5 . While standard VWAP indicators force a rigid daily reset, this professional-grade tool gives you absolute freedom: anchor the Volume Weighted Average Price to any specific candle, high/low, news event, or market session shift . By tracking exactly where the heavy institutional volume is concentrated from your chosen starting poin
FREE
Smart Reversal Prophets
Loys Steve Dzene Tagne
Avez-vous toujours rêvé de pouvoir entrer sur le marché juste après la clôture d'une bougie… et de voir le marché évoluer immédiatement dans votre sens ? Avez-vous toujours souhaité détecter les retournements de tendance plus tôt, éviter les faux signaux et, surtout, saisir les tendances longues avant la majorité des traders ? Aujourd'hui, je vais vous présenter mon nouvel indicateur : Prophète du retournement intelligent. Contrairement aux indicateurs traditionnels qui réagissent avec un certa
"Battles between bulls and bears continue to influence price development long after the combat has ended, leaving behind a messy field that observant technicians can use to manage risk and find opportunities. Apply "trend mirror" analysis to examine these volatile areas, looking for past action to impact the current trend when price turns and crosses those boundaries." RSI Mirrors and Reflections is a robust technique using multiple RSI periods, mirrors and reflections based on RSI values to ind
FPX Prop Firm Pass is an Expert Advisor, tailored for passing prop-firm challenges (FTMO 1-Step, FundedNext Stellar 1-Step, 5%ERS Bootcamp 1-Step) on real-tick MetaTrader 5. An algorithm with adaptive, volatility-scaled risk management and deterministic exit policy. The difference is the prop—firm protection layer on top of the trading logic. Three independent guards monitor the account in real time and stop trading at the moment when any prop-firm rule is close to being violated.: 1. Trailin
Simple indicator to calculate fibonacci retracement levels on time. Add to chart and move trend line to set the fibonacci retracement levels. Inputs Levels  - levels for which to calculate values, separated by space, default are fibonacci levels Show time  - if true, time will be shown on levels Show date  - if true, date will be shown on levels Show fibonacci level  - if true, value of levels will be shown Fibonacci lines color  - color of levels Trend line color  - color of trend line which de
FREE
Blogs : https://www.mql5.com/en/blogs/post/769823 MT4 : https://www.mql5.com/en/market/product/176181 MT5 : https://www.mql5.com/en/market/product/176182 VOLUME BUBBLE [tambangEA] is a premium visual volume-pressure indicator designed to help traders identify unusual market activity directly on the chart. The indicator detects abnormal delta/volume behavior and displays it as clean bubble markers around price action. Each bubble represents a volume-pressure event, allowing traders to quickly
Buyers of this product also purchase
ScalpPoint
Temirlan Kdyrkhan
ScalpPoint 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 emai
SmartScalping
Temirlan Kdyrkhan
SmartScalping is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates — all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or e
SignalTech MT5 is an unique fully rule based trading system for EURUSD, USDCHF, USDJPY, AUDUSD, NZDUSD, EURJPY, AUDJPY, NZDJPY, CADJPY.  All the winning trades with chart setups are published on the comments page. 2026-05 4107 Pips (Until 05-29 NY Closed) 2026-04 2243 Pips 2026-03 2165 Pips 2026-02 2937 Pips 2026-01 2624 Pips 2025-12 1174 Pips It can generate signals with Buy/Sell Arrows and Pop-Up/Sound Alerts. Each signal has clear Entry and Stop Loss levels, which should be automatically flag
TrendProMaster
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
MasterTrend
Temirlan Kdyrkhan
MasterTrend Indicator for MT5 A powerful trend-following and signal-evaluation tool MasterTrend   is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking wit
Azimuth Pro
Ottaviano De Cicco
5 (7)
Azimuth Pro V2: Synthetic Fractal Structure and Confirmed Entries for MT5 Overview Azimuth Pro is a multi-level swing structure indicator by Merkava Labs . Four nested swing layers, swing-anchored VWAP, ABC pattern detection, three-timeframe structural filtering, and closed-bar confirmed entries — one chart, one workflow from micro-swings to macro-cycles. This is not a blind signal product. It is a structure-first workflow for traders who care about location, context, and timing. V2 Launch Offe
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
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
RelicusRoad Pro MT5
Relicus LLC
4.96 (24)
RelicusRoad Pro: Quantitative Market Operating System 70% OFF LIFETIME ACCESS (LIMITED TIME) - JOIN 2,000+ TRADERS Why do most traders fail even with "perfect" indicators? Because they trade Single Concepts in a vacuum. A signal without context is a gamble. To win consistently, you need CONFLUENCE . RelicusRoad Pro is not a simple arrow indicator. It is a complete Quantitative Market Ecosystem . It maps the "Fair Value Road" price travels on, distinguishing between random noise and true structur
KT Alpha Hunter Arrows MT5
KEENBASE SOFTWARE SOLUTIONS
Most arrow indicators give you a signal and leave you to figure out the rest. KT Alpha Hunter Arrows gives you the full trading plan. Every signal arrow prints with a full plan already drawn: entry line, stop-loss, four take-profit levels, and a live edge verdict telling you whether this symbol and time-frame is worth trading right now. An included Trade Manager EA handles the execution after you enter, so discipline stays intact when the market gets loud. Non-repaint. Closed-bar signals only. B
Smart Multi-Layer Breakout & Pullback Detector for MetaTrader 5 "Smart Simple Fast!" Are you tired of missing high-probability breakout entries? Are you spending hours scanning multiple charts, trying to align breakouts with trend direction and currency momentum — only to miss the move? Break Pullback solves all of that in one indicator. What Is Break Pullback? Break Pullback is a professional-grade MetaTrader 5 indicator built specifically for traders who trade market structure, breakouts, an
ARICoins
Temirlan Kdyrkhan
ARICoin 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 Cust
OmniSync Projection
Antonio-alin Teculescu
5 (1)
Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
AriX
Temirlan Kdyrkhan
1 (4)
AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking with real-time stat
Gem SIGNAL
Shengzu Zhong
5 (1)
GEM Signal Pro GEM Signal Pro is a trend-following indicator for MetaTrader 5, designed for traders who want clearer signals, more structured trade setups, and practical risk management directly on the chart. Instead of showing only a simple arrow, GEM Signal Pro helps present the full trade idea in a cleaner and more readable way. When conditions are confirmed, the indicator can display the entry price, stop loss, and take profit targets on the chart, helping traders review the setup more effic
The " Dynamic Scalper System MT5 " indicator is designed for the scalping method of trading within trend waves. Tested on major currency pairs and gold, compatibility with other trading instruments is possible. Provides signals for short-term opening of positions along the trend with additional price movement support. The principle of the indicator. Large arrows determine the trend direction. An algorithm for generating signals for scalping in the form of small arrows operates within trend wav
CGE Trading Suite
Carl Gustav Johan Ekstrom
5 (2)
Institutional-Grade Analytics for MT5 C GE Trading Suite delivers the analytical edge typically reserved for professional trading desks. The platform integrates a full suite of analytical tools into one seamless workflow: dynamic grid mapping, liquidity behavior analysis, ECM, trend lines, MIDAS, trade cycles, and directional channel projections. Together, these provide a unified view of market structure and momentum. Directional clarity is further enhanced by the capital flow index, which meas
The Zone Trading Indicator is a technical analysis tool for MetaTrader 5 that automatically identifies and displays tradable price zones across multiple timeframes to assist with structured market analysis. The indicator plots Monthly, Weekly, Daily, and H4 tradable zones , allowing traders to view higher- and lower-timeframe price areas simultaneously. These zones are designed to support one-candle–based entry approaches by highlighting predefined areas where price interaction may be monitored.
QuasarEdge
Yuki Miyake
1 (1)
[Special Limited Price] Release Commemoration Sale! Currently available at a special price to celebrate its release. The price will revert to normal without notice after a certain period or sales volume. Don't miss this chance to get a pro-level trading environment at the lowest price! Quasar Edge & Dual Dashboard ~ Transform the "chaos" of 28 pairs into "confident profits" with the ultimate MT5 market structure system ~ The reason many traders lose isn't due to indicator performance, but
==================================================================== SMC Pro v6.1 APEX AI — XAUUSD Gold Empire MetaTrader 5 Indicator · Smart Money Concepts · Predictive Intelligence Engine ==================================================================== SMC Pro v6.1 APEX AI is a professional Smart Money Concepts indicator system built exclusively for XAUUSD (Gold) on MetaTrader 5. It combines the complete SMC framework — Order Blocks, Liquidity sweeps, Fair Value Gaps, Break of Structure,
Meravith MT5
Ivan Stefanov
5 (1)
MERAVITH provides complete liquidity map of the analyzed market. Hedge funds tool. It performs all calculations automatically using a proprietary volume-weighted average price methodology, eliminating subjective interpretation entirely. Meravith will: Analyze all timeframes and display the current trend in force. Highlight liquidity zones (volume equilibrium) where bullish and bearish volumes are equal. Display all liquidity levels across different timeframes directly on your chart. Generate an
Big Player Range
Thalles Nascimento De Carvalho
5 (3)
BigPlayerRange — Best Indicator for Micro Index and Micro Dollar | MT5 Unlock the power of BigPlayerRange , widely recognized as the best institutional indicator for the micro index and micro dollar on MetaTrader 5. This powerful tool highlights strategic zones of institutional activity, providing ultra-precise market structure insights. How It Works: BigPlayerRange draws two horizontal zones based on institutional volume action: Green Zone — Where institutional buyers defend the price.
Assembler
Darko Licardo
5 (1)
Introducing Assembler:  The best value for money,  Designed for advanced traders and professionals, yet accessible for ambitious beginners ready to elevate their trading game. Great for ICT, SMC, TREND and breakout traders . Combining advanced analytics, a sleek graphical interface, and highly customizable features, Assembler empowers you to trade with precision, clarity, and confidence. Key Features of Assembler 1. Dynamic Graphical User Interface (GUI): A fully draggable, customizable interf
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
Gold Xausd Hunter
Metin Erkamoglu
5 (1)
MATADOR GOLD XAUUSD M5 Scalp Signals for MT5 MATADOR GOLD is a decision-support indicator for MetaTrader 5, designed for traders who analyze short-term Gold movement on the M5 timeframe. The indicator does not open, close, or manage trades automatically. It provides buy and sell signal guidance so the user can make their own trading decisions according to their risk plan, broker conditions, and trade management rules. Main purpose MATADOR GOLD is built to help traders avoid noisy signal flow and
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
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +++ Link to EURUSD Only Free Version -->  https://www.mql5.com/en/market/product/156904?source=Unknown +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Hallo Trader, This is a traditional GANN & FIBONACCI strategy based on detection of an impulsive move in the opposite direction. This is called a Breakout. At the moment of Breakout, the indicator draw
Hidden Trend Channel Project 17 Tool SPECIAL NOVEMBER SALE is now finished. Price goes back to normal.  This is an Automated Tool for Multi Timeframe Trend Channel Analysis Visualization with Intelligent Range Market, Trending Market, Reversal, Breakout Detection.  It draws multiple Trend Channels with multiple sub-trendlines levels inside the channel for perfectly give you the trader, the crystal clear Trend channels where price trend direction is moving. This tool is accurately useful for T
OrderFlow Absorption – Professional Delta & Absorption Signal Indicator for MT5 Unlock the power of true order flow analysis with   OrderFlow Absorption   – the ultimate delta histogram and absorption signal indicator for MetaTrader 5. Designed for traders who want to see what’s really happening behind every price move, this tool reveals hidden buy/sell pressure and absorption events that drive the market. Features Delta Histogram Visualization:   Instantly see buy and sell pressure with clear,
Btcusd Pro
Metin Erkamoglu
BTCUSD PRO Signal Solution for MT5 BTCUSD PRO is a decision-support indicator for MetaTrader 5, designed for traders who analyze BTCUSD or BTCUSD# with a structured signal workflow. The product is not an automated trading system. It does not open, close, or manage trades automatically. It provides analytical buy and sell signal information and displays a visual trade plan on the chart so the user can make their own trading decisions. Main purpose BTCUSD PRO is designed for traders who prefe
More from author
MetaBands M4
Vahidreza Heidar Gholami
3.5 (6)
MetaBands uses powerful and unique algorithms to draw channels and detect trends so that it can provide traders with potential points for entering and exiting trades. It’s a channel indicator plus a powerful trend indicator. It includes different types of channels which can be merged to create new channels simply by using the input parameters. MetaBands uses all types of alerts to notify users about market events. Features Supports most of the channel algorithms Powerful trend detection algorith
Smart Channel M4
Vahidreza Heidar Gholami
The trend in the market can be predicted using trend lines but the problem is you don’t know where exactly the price is going to touch the trend line where you can put your pending orders on. Smart Channel Expert Advisor makes it possible to put an advanced channel around the price data, which can be configured to handle placing orders, opening and closing positions, managing risk per trade, spread, slippage, and trailing stop-loss and take-profit automatically. Features Money Management (Calcul
MetaForecast M4
Vahidreza Heidar Gholami
5 (2)
MetaForecast predicts and visualizes the future of any market based on the harmonics in price data. While the market is not always predictable, if there is a pattern in the price, MetaForecast can predict the future as accurately as possible. Compared to other similar products, Metaforecast can generate more accurate results by analyzing market trends. Input Parameters Past size Specifies the number of bars that MetaForecast uses to create a model for generating future predictions. The model is
MetaBands M5
Vahidreza Heidar Gholami
4.5 (2)
MetaBands uses powerful and unique algorithms to draw channels and detect trends so that it can provide traders with potential points for entering and exiting trades. It’s a channel indicator plus a powerful trend indicator. It includes different types of channels which can be merged to create new channels simply by using the input parameters. MetaBands uses all types of alerts to notify users about market events. Features Supports most of the channel algorithms Powerful trend detection algorith
Royal Scalping Indicator M4
Vahidreza Heidar Gholami
4.17 (6)
Royal Scalping Indicator is an advanced price adaptive indicator designed to generate high-quality trading signals. Built-in multi-timeframe and multi-currency capabilities make it even more powerful to have configurations based on different symbols and timeframes. This indicator is perfect for scalp trades as well as swing trades. Royal Scalping is not just an indicator, but a trading strategy itself. Features Price Adaptive Trend Detector Algorithm Multi-Timeframe and Multi-Currency Trend Low
Royal Wave Pro M4
Vahidreza Heidar Gholami
5 (3)
Royal Wave is a Trend-Power oscillator which has been programmed to locate and signal low-risk entry and exit zones. Its core algorithm statistically analyzes the market and generates trading signals for overbought, oversold and low volatile areas. By using a well-designed alerting system, this indicator makes it easier to make proper decisions regarding where to enter and where to exit trades. Features Trend-Power Algorithm Low risk Entry Zones and Exit Zones Predictions for Overbought and Over
MetaTrend M4
Vahidreza Heidar Gholami
Meta Trend Indicator is an efficient way to forecast and detect the trend in any market. It reveals the trend, support and resistance levels, volatility and the maximum potential target, all in one indicator. To adapt to the price and to decrease consecutive trend failures, the internal trend detector algorithm studies the market and dynamically chooses the right values for the internal parameters. This indicator is a perfect trend filter for any strategy or expert advisor. Features Super Adapti
Royal Scalping Indicator M5
Vahidreza Heidar Gholami
5 (6)
Royal Scalping Indicator is an advanced price adaptive indicator designed to generate high-quality trading signals. Built-in multi-timeframe and multi-currency capabilities make it even more powerful to have configurations based on different symbols and timeframes. This indicator is perfect for scalp trades as well as swing trades. Royal Scalping is not just an indicator, but a trading strategy itself. Features Price Adaptive Trend Detector Algorithm Multi-Timeframe and Multi-Currency Trend Low
Royal Wave Pro M5
Vahidreza Heidar Gholami
3.5 (4)
Royal Wave is a Trend-Power oscillator which has been programmed to locate and signal low-risk entry and exit zones. Its core algorithm statistically analyzes the market and generates trading signals for overbought, oversold and low volatile areas. By using a well-designed alerting system, this indicator makes it easier to make proper decisions regarding where to enter and where to exit trades. Features Trend-Power Algorithm Low risk Entry Zones and Exit Zones Predictions for Overbought and Over
MetaTrend M5
Vahidreza Heidar Gholami
Meta Trend Indicator is an efficient way to forecast and detect the trend in any market. It reveals the trend, support and resistance levels, volatility and the maximum potential target, all in one indicator. To adapt to the price and to decrease consecutive trend failures, the internal trend detector algorithm studies the market and dynamically chooses the right values for the internal parameters. This indicator is a perfect trend filter for any strategy or expert advisor. Features Super Adapti
Smart Channel M5
Vahidreza Heidar Gholami
5 (1)
The trend in the market can be predicted using trend lines but the problem is you don’t know where exactly the price is going to touch the trend line where you can put your pending orders on. Smart Channel Expert Advisor makes it possible to put an advanced channel around the price data, which can be configured to handle placing orders, opening and closing positions, managing risk per trade, spread, slippage, and trailing stop-loss and take-profit automatically. Features Money Management (Calcul
Filter:
Rutt Tungkiratichai
2899
Rutt Tungkiratichai 2025.03.14 09:50 
 

Very good indicator

Leon Hans Morten Voige
423
Leon Hans Morten Voige 2023.08.09 18:14 
 

I absolutely love it. You don't need to waste your time searching out all the support and resistance levels. For me it is very very lucrative trading the 1 hr timeframe with this indicator. Especially on pairs that are more trendy. Even BTC trading is easily possible with this indicator. Absolutely great!

Vahidreza Heidar Gholami
4739
Reply from developer Vahidreza Heidar Gholami 2023.08.09 22:12
I'm glad you've shared your thoughts and experiences. Thank you.
Yahia Ismail Ibrahim El Mughrabi
976
Yahia Ismail Ibrahim El Mughrabi 2023.05.20 21:19 
 

Great work much appreciated, it very good tool to confirm strategy

Vahidreza Heidar Gholami
4739
Reply from developer Vahidreza Heidar Gholami 2023.05.21 10:05
I appreciate you taking the time to share your experience. Such feedback is truly invaluable to me, and it motivates me to improve the product with each new version. Thank you!
31416
514
31416 2023.04.10 11:18 
 

So far it looks intuitive. I will try to update while gaining confidence and expertise with it. Thanks.

Update after a month using it: confirmed. Very useful.

Vahidreza Heidar Gholami
4739
Reply from developer Vahidreza Heidar Gholami 2023.04.11 01:47
Great! Thank you for your interest in my products.
Reply to review