• Overview
  • Reviews (4)
  • Comments (21)
  • What's new

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
421
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
483
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
1794
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
FX EurUsd Robot MT5
Marzena Maria Szmit
4.2 (20)
The EUR/USD Multi-Strategy Trading Robot MT5 is an advanced tool designed to optimize trading by combining 3 key systems: daily trading, volume analysis, and Fibonacci retracement levels. This robot works by integrating these different approaches to create a more dynamic and adaptable strategy for trading the EUR/USD pair . EA adapts to different market conditions, this makes it an ideal solution for traders looking to enhance their trading strategy with a powerful, multi-faceted approach. By co
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
Analyze potential   Covered Call   structures in the Brazilian market. Define where you want the break-even of your structure and see what structure to use. It works for any asset that has authorized series of options on B3 (Brazilian Stock Exchange). Associate the indicator to the asset you want to set up the Covered Call. *** ATENTION *** For the robot to work, the service that consults the authorized series of B3 options must be running on your terminal. Download the utility for free from t
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)
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
ViX 25 FusionEA
Theodorus Bernadu Kleynhans
This EA runs on Volatility 25 Index, M6 timeframe. Risk settings is unlocked! Make sure to double check risk settings before loading onto chart. EA is fully dynamic (lot size, stoploss, take profit and trailing stop) For Broker use only Deriv! (leverage 1:1000) Recommended account size $200. Settings: Risk percentage is adjustable               Risk amount is adjustable For any and all question please join Discord for quick response. Discord:  https://discord.gg/qcbUMSxZSf
FREE
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
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
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
The Gold-Euro Edge The Gold-Euro Edge is a powerful trading tool designed to provide real-time insights into the volatility of two major markets: XAUUSD (Gold/USD) and EURUSD (Euro/USD) . Key Features Comprehensive Market Analysis : Continuously analyzes price fluctuations in both XAUUSD and EURUSD, identifying periods of heightened or diminished volatility. Real-Time Alerts : Audible Alerts : Receive immediate audio notifications directly from your trading platform, alerting you to significant
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
"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
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
RoboTick Signal
Mahir Okan Ortakoy
Hello, In this indicator, I started with a simple moving average crossover algorithm. However, in order ot get more succesfull results, I created different scenarios by basin the intersections and aptimized values of the moving averages on opening, closing, high and low values. I am presenting you with the most stable version of the moving averages that you have probably seen in any environment. We added a bit of volume into it. In my opinion, adding the Bollinger Band indicator from the ready-
mql4 version:  https://www.mql5.com/en/market/product/44606   Simple indicator to calculate profit on fibonacci retracement levels with fixed lot size, or calculate lot size on fibonacci levels with fixed profit. Add to chart and move trend line to set the fibonacci retracement levels. Works similar as default fibonacci retracement line study in Metatrader. Inputs Fixed  - select what value will be fix, lot or profit Fixed value  - value that will be fix on all levels Levels  - levels for which
Bot DataSource AC is an automatic trading tool developed by the author based on the DataSource AC indicator. https://www.mql5.com/en/market/product/108132   indicator DataSource AC. The bot must be launched on the EURUSD H1 time period; it is optimized for this environment. Although if we consider the bot as a tool, then you can optimize the bot on any other time frame and currency pair. The principle of optimization when used on H1 is the following: we optimize at opening prices for 3 years, w
Ilon Clustering
Andriy Sydoruk
Ilon Clustering is an improved Ilon Classic robot, you need to read the description for the Ilon Classic bot and all statements will be true for this expert as well. This description provides general provisions and differences from the previous design. General Provisions. The main goal of the bot is to save your deposit! A deposit of $ 10,000 is recommended for the bot to work and the work will be carried out with drawdowns of no more than a few percent. When working into the future, it can gr
Ai Captain EA MT5
Indra Maulana
5 (1)
Bonus: By purchasing this Expert, get 1 Expert as a gift (Only for the next 7 buyers) To receive the bonus, send a message after purchase A fully automatic expert Designed and produced 100% by artificial intelligence, with the world's most advanced technology All trades have profit and loss limits, with the best and least risky market strategy, without using dangerous strategies such as Martingale and hedges, etc. A specialist who has been trained by artificial intelligence for years to correct
Insight Investor: The Advanced Multi-Currency Trading Bot for Forex Introduction In the dynamic world of Forex trading, having the right tools can significantly enhance your trading experience. Insight Investor is an advanced multi-currency bot meticulously designed to bring automation and efficiency to your trading activities. This expert advisor leverages cutting-edge algorithms to analyze market conditions and execute trades, all while aiming for consistent performance with controlled risks.
I recommend you to read the   product's blog  (manual) from start to end so that it is clear from the beginning what the indicactor offers. This multi time frame and multi symbol trend indicator sends an alert when a strong trend or trend reversal has been identified. It can do so by selecting to build up the dashboard using Moving average (single or double (both MA:s aligned and price above/below both)), RSI, Bollinger bands, ADX, Composite index (Constance M. Brown), Awesome (Bill Williams), 
Centage
Kwuemeka Kingsle Anyanwu
Centage: Your Smart Trading Bot for Risk Management. Unlike typical trading bots, Centage prioritizes risk management by incorporating an essential feature: it closes all open trades when your account balance reaches a predefined threshold. This feature makes Centage ideal for traders who want to maintain a disciplined approach and avoid emotional decision-making.  Let Centage be your reliable partner in the world of trading, while safeguarding your investments with smart balance-based exits. Ce
Tfx empire
Ezra Kariuki Waithaka
Today marks the end of Tfx Empire in the market ....SCALPING ROBOT THAT FLIPS SMALL ACCOUNT 20 USD(recommended) to 100k usd within one WEEK using BOOM 1000 only from deriv broker. We have limited copies 3  already out now for more information on how to use the robot  look for tutorial on https://www.youtube.com/@QFX-ROBOTICS . the offer goes on until 28 February 2025 50% discount. TFX EMPIRE is an ward winning robot since 2024 until now given to the public before it is discovered by DERIV broker
Adaptive Volatility Range [AVR] -  is a powerful tool for identifying key trend reversals. AVR -   accurately displays the Average True Volatility Range taking into account the Volume Weighted Average price. The indicator allows you to adapt to absolutely any market volatility by calculating the average volatility over a certain period of time - this provides a stable indicator of positive transactions. Thanks to this , Adaptive Volatility Range   has a high   Winrate of 95% There are two ways t
Glider
Vitalii Zakharuk
The Glider indicator gives accurate and timely signals to enter and exit the transaction that appear on the current candle. Using the indicator is very simple. When a dot and a blue line appear, open a buy deal. When a dot and a red line appear, open a sell deal. The main purpose of this indicator is to determine the moments of entry and exit from transactions, therefore the Glider indicator will display only the trend line and entry points, i.e. displays displays the entry points to the marke
Neuron for EURUSD
Dmitriy Antsiferov
Shoulder 1:500 0.01 - Lot of the first warrant for each Control Balance of $ a deposit 100 - Maximum lot 50 - Stop Loss in points 20 - Take Profit in points 40 - Distance to the averaging warrant in points 400 - The size of means for calculation of the first lot 2 - Multiplication coefficient for the warrant   124 - Magic number false is Printing of notices 0 - The commission for a tester and optimization
Ultimate Oscillator
Fernando Lahude Ritter
Title : Ultimate Oscillator - Multi-Timeframe Momentum Indicator Description : Overview : The Ultimate Oscillator is a powerful and versatile technical analysis tool developed by renowned trader Larry Williams. This indicator is specially designed to capture market momentum across three different timeframes, providing a comprehensive view of the market's dynamics. Unlike traditional oscillators, which are confined to a single timeframe, the Ultimate Oscillator integrates short-term, medium-term,
FREE
Stock Trend Navigator
Mohammad Taher Halimi Tabrizi
In the fast-paced and ever-evolving world of stock trading, having a reliable compass is essential for navigating the complexities of the financial markets. Meet the Stock Trade Navigator, your trusted partner in the quest for investments. Unlock the Power of Data: Our Stock Trade Navigator is not just a tool; it's your data-driven co-pilot. Harnessing cutting-edge algorithms and real-time market data, it empowers you with a comprehensive view of the financial landscape, enabling you to make inf
Optimal F Service Application Type: Service Application Functions: Calculation of the optimal fraction and trade volume to achieve maximum growth of the equity curve, based on the results of previous trades. About this app Capital management is the most crucial and often underestimated component of any trading system. Proper capital management can enhance—and sometimes significantly improve—the performance of your trading algorithm. This application automatically calculates the optimal fractio
Buyers of this product also purchase
CBT Quantum Maverick High-Efficiency Binary Trading System CBT Quantum Maverick is a finely tuned, high-performance binary options trading system designed for traders seeking precision, simplicity, and disciplined trading. No customization is required—this system is optimized for effective results right out of the box. Simply follow the signals, which can be mastered with a bit of practice. Key Features: Signal Precision: New-bar-based trading signals—targeting the next candle based on curren
Visual Heatmap Book Analyzer
Alexandre Moraes De Souza Lima
Visual Heatmap Book Analyser This indicator monitors the market liquidity and generates colors based on order patterns, quantities, and renewal activities in the book. This allows you to visualize the order flow and identify areas of high and low liquidity and activity. The indicator uses machine learning techniques to analyze the order behavior in the book, enabling it to detect patterns and trends in orders, allowing you to make informed decisions about your trading operations. The color pale
Pro Thunder V10 Neural Network Indicator for MT5 | Binary Options & OTC Trading Signals Elevate your binary options trading with   Pro Thunder V10 , the ultimate AI-powered indicator engineered for MetaTrader 5. Leveraging cutting-edge Neural Networks and years of market expertise, this non-repaint tool delivers unmatched accuracy across all market conditions—including volatile news events, OTC markets, Deriv indices (Boom 300, Crash 500), and more. Join thousands of traders worldwide who trust
PZ Trend Trading MT5
PZ TRADING SLU
3.8 (5)
Capture every opportunity: your go-to indicator for profitable trend trading Trend Trading is an indicator designed to profit as much as possible from trends taking place in the market, by timing pullbacks and breakouts. It finds trading opportunities by analyzing what the price is doing during established trends. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Trade financial markets with confidence and efficiency Profit from established trends without getting whip
RelicusRoad Pro MT5
Relicus LLC
4.78 (18)
How many times have you bought a trading indicator with great back-tests, live account performance proof with fantastic numbers and stats all over the place but after using it, you end up blowing your account? You shouldn't trust a signal by itself, you need to know why it appeared in the first place, and that's what RelicusRoad Pro does best! User Manual + Strategies + Training Videos + Private Group with VIP Access + Mobile Version Available A New Way To Look At The Market RelicusRoad is th
This indicator is based on the mathematics of the great trader W.D. Ganna. With its help, you can easily find strong levels by analyzing swings to find the optimal entry point. The indicator works on all instruments and all timeframes. The indicator is fully manual and has control buttons. All you need to do is press the NEW button, a segment will appear, which you can place on any movement, swing or even 1 candle that you want to analyze. By placing the segment, press the OK button. A grid (th
This indicator identifies and displays zones, as it were areas of strength, where the price will unfold. The indicator can work on any chart, any instrument, at any timeframe. The indicator has two modes. The indicator is equipped with a control panel with buttons for convenience and split into two modes. Manual mode: To work with manual mode, you need to press the NEW button, a segment will appear. This segment is stretched over the movement and the LVL button is pressed. The level is displayed
LIMITED! JUST 10 COPIES AVAILABLE!  BONUS AUX VIP Club 2024 : Include EA CAP, CEP, LDH, PSC307 & AO4C to enhance the performance of this tool to its maximum potential  Click Here to Download Files   ( for users only ) FREE Trading Education Available Daily via Zoom --- For More Info or Instant Message Click link ---  https://t.me/abcdwave Transform your trading with the "Five Magic Bullets" Indicator, tailored for traders who embrace the power of Elliott Wave Chaos Theory. Spec
Elliott Wave Trend was designed for the scientific wave counting. This tool focuses to get rid of the vagueness of the classic Elliott Wave Counting using the guideline from the template and pattern approach. In doing so, firstly Elliott Wave Trend offers the template for your wave counting. Secondly, it offers Wave Structural Score to assist to identify accurate wave formation. It offers both impulse wave Structural Score and corrective wave Structure Score. Structural Score is the rating to sh
Hello I Want to introduce The Forex Buy Sell Arrow Premium MT5 i recently release this premium indicator! its 1000% Non Repaint Indicator, It Work Perfectly Well,, i tested it day by day, Just mind blowing Result,  Including Powerful trend Algorithm! How It Work? well, it work market trend formula, when trend Bullish Or when trend Bearish,  Recommend Timeframe M30, H1 it work all timeframe, and all currency pair, 100% non repaint, How to take signal From Forex Buy Sell Arrow Premium Ind
Waterfall by Kratus
Justine Kelechi Ekweh
5 (1)
Overview The Waterfall Trading Indicator is a powerful momentum detection tool designed to identify high-probability trading opportunities across multiple timeframes. Built on pure price action analysis, this indicator provides clear, non-repainting signals that are especially effective for binary options and forex trading. Key Features Non-Repainting Signals : Based on real-time price action, ensuring reliable trade signals Multi-Timeframe Compatibility : Effective across all timeframes, with o
Introduction to X3 Chart Pattern Scanner X3 Cherart Pattern Scanner is the non-repainting and non-lagging indicator detecting X3 chart patterns including Harmonic pattern, Elliott Wave pattern, X3 patterns, and Japanese Candlestick patterns. Historical patterns match with signal patterns. Hence, you can readily develop the solid trading strategy in your chart. More importantly, this superb pattern scanner can detect the optimal pattern of its kind. In addition, you can switch on and off individu
Volume by Price MT5
Brian Collard
3.25 (4)
Volume Profile, Footprint and Market Profile TPO (Time Price Opportunity). Volume and TPO histogram bar and line charts. Volume Footprint charts. TPO letter and block marker collapsed and split structure charts. Static, dynamic and flexible range segmentation and compositing methods with relative and absolute visualizations. Session hours filtering and segment concatenation with Market Watch and custom user specifications. Graphical layering, positioning and styling options to suit the user's a
Happy entries
Godwill Fortune Otieno Juma
The  product gives optimized entries for 3min ,1 hr and day timeframes  Does well with indices  ASIAN- HK50 AND CHINA A50 USA-US30,US100,US500 GER40 ,UK100 For stocks trade with the day timeframes Happy Entry employs advanced algorithms and real-time data analysis to identify optimal entry points with unprecedented accuracy. Its adaptive nature allows it to seamlessly adjust to changing market conditions, ensuring you never miss out on profitable opportunities. Whether you're a beginner or seas
FxaccurateLS
Shiv Raj Kumawat
WHY IS OUR FXACCCURATE LS MT5 THE PROFITABLE ? PROTECT YOUR CAPITAL WITH RISK MANAGEMENT Gives entry, stop and target levels from time to time. It finds Trading opportunities by analyzing what the price is doing during established trends. POWERFUL INDICATOR FOR A RELIABLE STRATEGIES We have made these indicators with a lot of years of hard work. It is made at a very advanced level. Established trends provide dozens of trading opportunities, but most trend indicators completely ignore them! The
Trade smarter, not harder: Empower your trading with Harmonacci Patterns This is arguably the most complete harmonic price formation auto-recognition indicator you can find for the MetaTrader Platform. It detects 19 different patterns, takes fibonacci projections as seriously as you do, displays the Potential Reversal Zone (PRZ) and finds suitable stop-loss and take-profit levels. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] It detects 19 different harmonic pri
TrendMaestro5
Stefano Frisetti
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.4 TRENDMAESTRO recognizes a new TREND in the bud, 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 and momentum to identify the moment in which there is an explosion of one or more of these data a
Elliot Waves Analyzer Pro
Viktor Weidenthal
2.67 (3)
Elliot Waves Analyzer Pro calculates Elliot Waves to Help Identify Trend direction and Entry Levels. Mainly for Swing Trading Strategies. Usually one would open a Position in trend direction for Wave 3 or a Correction for Wave C . This Indicator draws Target Levels for the current and next wave. Most important Rules for Elliot Wave Analysis are verified by the Indicator.  The Pro version analyzes Multiple Timeframes and shows the Subwaves and Target-Levels.   For an Overview  " Elliot Waves Anal
VIP Buy Sell Signals
Hapu Arachchilage Tharindu Lakmal
Contact me through this email aaddress to download the FREE strategy PDF for this indicator tharindu999lakmal@gmail.com Introduction   The   "Buy Sell Signals"   is designed to provide BUY and SELL trade signals based on the current market conditions.   A   Trading Strategy   (Chee sheet)  has been  provided for this trading indicator.   (Read the description). This indicator has time tuned e ntry signals . so,   you will enter the market at the very best price level   with this indicator .  
Seconds Charts
Aleksandr Goryachev
Micro  ******************* Секундные графики MT5 ********************** Более точного инструмента для входа в сделку вы не найдёте. Входные параметры: Timeframe, sek - период построения графика, секунды Displayed bars - отображаемые бары Step of price levels, pp, 0-off - шаг отрисовки ценовых уровней, пункты Scale points per bar, 0-off - масштаб в пунктах на бар Show lines - отображение текущих уровней Show comment - отображение комментария Standard color scheme - стандартная цветовая сх
Weis Wave with Alert MT5
Trade The Volume Waves Single Member P.C.
4.94 (16)
Rental/Lifetime Package Options and Privileges  Rent Monthly Six Months   Yearly/Lifetime Weis Wave with Speed with Alert+Speed Index x x x Manual  x x x Quick Set up Video x x x Blog x x x Lifetime Updates x x x Setup and Training Material x x Discord Access Channel "The SI traders"          x Rectangle Break Alert Tool      x How to trade with it:    http://www.tradethevolumewaves.com   ** If you purchase please contact me to setup your  : Two hour  webinar and  training Room and  complet
VTrende Pro
Andrii Diachenko
5 (1)
VTrende Pro - MTF indicator for trend trading with a display panel for MT5 *** Videos can be translated into any language using subtitles (video language - Russian) Although the signals of the VTrende Pro indicator can be used as signals of a full-fledged trading system, it is recommended to use them in conjunction with the Bill Williams TS. VTrende Pro is an extended version of the VTrende indicator. Difference between Pro version and VTrende: - Time zones - Signal V - signal 1-2 waves -    S
BookMap HeatMap
Roberto Spadim
1 (2)
This Indicator creates a heatmap based on depth of market of the current symbol or another symbol. Other symbol is useful when you trade futures market and a contract has 'mini' and 'full' split. For example, in Brazil (B3 - BMF&Bovespa), WDO and DOL are future Forex contract of BRL/USD (where 1 DOL = 5 WDO) and big banks work mostly with DOL (where liquidity is important). Please use with M1 timeframe , objects are too small to be displayed at higher timeframes (MT5 limit). The number of level
Harmonic ABCD Monitor MT5
Mihail Matkovskij
5 (2)
Multi-currency, multi-timeframe, harmonic pattern indicator AB = CD. Supports sending push notifications about signals to a mobile device, messages on e-mail, as well as messages using alerts on all available currency pairs and timeframes. This indicator was based on the indicator Harmonic ABCD Universal. Version for MetaTrader 5:  https://www.mql5.com/en/market/product/44972 . See also: Harmonic ABCD Universal for MetaTrader 4 . Using modern software development methods has made the indicator a
PZ Mean Reversion MT5
PZ TRADING SLU
3 (2)
Outperform traditional strategies: effective mean reversion for savvy traders Unique indicator that implements a professional and quantitative approach to mean reversion trading. It capitalizes on the fact that the price diverts and returns to the mean in a predictable and measurable fashion, which allows for clear entry and exit rules that vastly outperform non-quantitative trading strategies. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Clear trading signals Am
AriBot
Arman Belassarov
AriMax   – AI-Powered Trading Robot AriMax is a cutting-edge AI-powered trading robot designed to help traders maximize profits while minimizing risk. Utilizing advanced machine learning algorithms and real-time market analysis, AriMax identifies high-probability trade opportunities with precision and speed. Key Features:     AI-Driven Market Analysis   – Analyzes market trends and patterns to make data-driven trading decisions.     Automated Execution   – Places trades seamlessly with optimiz
Big Player Range
Thalles Nascimento De Carvalho
5 (3)
Discover the Power of "BigPlayerRange": Your Ally in Market Technical Analysis We present BigPlayerRange , an advanced technical analysis tool designed to reveal institutional interest areas in the market . With it, you can precisely identify where the big players are actively engaged and how that can impact your trading strategies. Key Features: Mapping Institutional Interest Areas : BigPlayerRange highlights zones of high activity by financial institutions, providing valuable insights i
IVISTscalp5
Vadym Zhukovskyi
5 (6)
What's new about iVISTscalp5 forecast indicator (Version 10)? iVISTscalp5 is a unique nonlinear forecasting for a week ahead system for any financial instrument which executes fast scalping using time levels. iVISTscalp5 is a tool for easy study and understanding of financial market. 1) iVISTscalp5 forecast indicator has been completely rewritten into another programming language (C++), which has accelerated data loading and processing. As a result, a different graphical display of forecasts
All in One package includes the  Oscillator Predictor ,  MACD Predictor ,  Thrust Scanner  and  Advanced Fibonacci  indicators which are mandatory for applying  Dinapoli  trade plans.  Please visit below links for detailed explanations of indicators. Advanced Fibonacci Indicator =>  https://www.mql5.com/en/market/product/107933 Thrust Scanner Indicator =>  https://www.mql5.com/en/market/product/52829 Overbought /Oversold Predictor indicator => https://www.mql5.com/en/market/product/52628 Macd
Viking Strategy Signal Indicator
E Bahamlong Bagoudjare
5 (1)
Viking_Strategy_Signal Indicator is a solution I offer to beginner, amateur, and professional traders. My scalping robot :  https://www.mql5.com/fr/market/product/133191 By purchasing this indicator, you will first save time because it automatically analyzes the market based on Dow Theory and the Smart Money Concept (High (H), Low (L), Higher High (HH), Lower Low (LL), Break of Structure (BOS) to determine market structure and trend). It is built on my strategy, which relies on the NRTR theory t
More from author
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
MetaBands M4
Vahidreza Heidar Gholami
4 (4)
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 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
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
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
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
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
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
1794
Rutt Tungkiratichai 2025.03.14 09:50 
 

Very good indicator

Leon Hans Morten Voige
421
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
4364
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
971
Yahia Ismail Ibrahim El Mughrabi 2023.05.20 21:19 
 

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

Vahidreza Heidar Gholami
4364
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
483
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
4364
Reply from developer Vahidreza Heidar Gholami 2023.04.11 01:47
Great! Thank you for your interest in my products.
Reply to review
Version 3.6 2025.03.08
Batching capability has been added to automatically optimize batch size for the efficient processing of large datasets.
Other minor updates and improvements.
Version 3.2 2025.01.25
Minor bug fixes and improvements.
Version 3.0 2025.01.17
The capability to handle relatively large datasets for neural networks has been added.
Error handling has been improved.
Version 2.4 2025.01.07
Added OHLC input to use full candle data (open, high, low, close) for generating complete future candles.
Bug fixes and performance improvements.
Version 2.2 2024.04.19
Functionalities for saving and loading trained models have been added.
Version 2.1 2024.04.18
Minor bug fixes
Version 2.0 2024.04.17
1. A new forecasting method based on neural networks has been added
2. Minor bug fixes
Version 1.6 2023.09.21
Minor updates and improvements.
Version 1.5 2023.05.03
New capabilities have been added, along with bug fixes.