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
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
2679
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
Channel:  https://www.mql5.com/en/channels/algosuban Setup Guide:  https://www.mql5.com/en/blogs/post/762808 Launch Offer: Grab Major trader NG now at a special discounted price 110 ,next price: 141 (9/10 copies left). Welcome to Smart, Structured, No-Stress Trading Major trader NG isn’t just another expert advisor—it’s your silent trading partner engineered for efficiency, discipline, and consistent results. Whether you're scaling a small account or working with a prop firm, this EA helps you
Quanterly
Samuel Mkandawire
4.75 (4)
[Intentionally Retired/Expired. For DEMONSTRATIVE PURPOSES ONLY!!] Quanterly EA—Precision Meets Automation | Developed by Ravefxt | Contact: Ravefxt@gmail.com Unlock consistent trading potential with Quanterly EA , a sophisticated Expert Advisor designed for traders seeking reliable automation in dynamic markets. This EA combines adaptive sensitivity with robust risk management to capitalise on price movements, offering a seamless blend of performance and control. Key Features: Customisable Se
FREE
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
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)
Entry Pointz Pro
Thabang John Wotsa
This custom MT5 indicator automatically draws trading levels based on the previous H4 candlestick. It is designed to help traders quickly identify potential entry and take profit (TP) points according to a simple breakout strategy. What it does:- Draws Buy Entry line at the previous H4 High.- Draws Sell Entry line at the previous H4 Low.- Calculates the 50% range of the previous H4 candle and plots: • Buy TP line above the High. • Sell TP line below the Low.- Adds text labels directly on the cha
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
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
High Low Break EA
Xavier Jane I Canellas
HLB EA – High-Low Breakout Expert Advisor Maximize your trading potential with a precision breakout strategy! HLB EA is a fully automated trading system designed to capture explosive market movements through a proven High-Low Breakout strategy. Built for traders who demand reliability, control, and transparency, this EA identifies price momentum and enters trades when volatility surges beyond key levels. Key Features Breakout Strategy Logic Automatically places trades when the price brea
"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-
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 ris
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
Deriv Umbrella MT5
Natalyia Nikitina
Attention! Contact me right after the purchase to get detailed instructions and recommendations! Deriv Umbrella MT5 Advisor is your reliable assistant in the Forex market. It uses key market patterns, such as price pullback after a sharp movement in either direction. Simply launch the advisor on the AUDCAD chart and let other currency pairs trade automatically. This is a fully automated trading system that requires no special knowledge or skills from you. Start the advisor and enjoy your
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), 
Unlock Market Insights: Dynamic Trend Analysis with Statistical Precision for MT5 Are you seeking a deeper understanding of market movements? Many traditional tools may not fully capture the complex, non-linear dynamics often seen in financial markets. This can sometimes lead to uncertainty in identifying subtle trend shifts. Introducing Adaptive PolyBands Optimizer – an advanced MQL5 indicator designed to enhance your market analysis. Unlike some conventional tools, Adaptive PolyBands Optimizer
Roseflare Ingotron
YIVANI KUNDAI CHITUMWA
Roseflare Ingotron – Technical Manifest In the crucible of code and arcana, Roseflare Ingotron wields two immutable runes of market alchemy: Trend Sigil: Simple Moving Average Forged Periods : 21 | 34 | 55 Mechanism : Price must cleave across the SMA’s tempered ridge—ascending for longs, descending for shorts—before any further ritual may commence. Momentum Sigil: Stochastic Oscillator Rune Lines : %K / %D / Slowing  Temporal Vantage : Choose any timeframe—M5, M15, H1, H4, or beyond—to dr
Send me a message so I can send you the setfile Robust robot with several configurations available,  Use with BTC on a 10-minute timeframe with the settings in the screenshot below. When purchasing the expert robot, you have the right to request modifications to continue improving the bot. Key Features Moving Average Crossover Strategy : The EA uses two moving averages (MA1 and MA2) to generate trading signals. A crossover of the faster MA (MA1) above or below the slower MA (MA2) triggers a trad
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
Buyers of this product also purchase
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 the
AriX
Temirlan Kdyrkhan
1 (2)
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
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  : Training Room and  complete manual access.  Wei
ARIPoint
Temirlan Kdyrkhan
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
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
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
Enigmera MT5
Ivan Stefanov
3.67 (3)
ENIGMERA: The core of the market Introduction This indicator and trading system is a remarkable approach to the   financial markets . ENIGMERA uses the fractal cycles to accurately calculate support and resistance levels.   It shows the authentic accumulation phase and gives direction and targets.    A system that works whether we are in a trend or a correction.   How It Works Most of the indicator’s functionality is controlled through buttons on the left side of the chart, allowing rapid res
The indicator highlights zones where interests are being declared then shows their accumulation zone. It 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. ( This is a fully rewritten, automated version—manual analysis is no longer required.)  The Transaction Speed is a new concept indicator that shows where and when large orders accumulates on the market and benefits o
Custom Indictor Signal Scanner for scan your own any custom indicator and template its one click you can open your desire signals(given time frame alert). Also can open same template with particular input indicator just type name of template your created with given indicator and enjoy all time frame scan with your logical signals  input string s2 = "====== Embedded Indicator Settings ======"; input UseEmbeddedIndicator = false; // Use embedded indicator instead of external file ( don't use its n
Introducing the POWER TRADE indicator created by a small group of traders with a few years trading trading the financial market profitably . This is a plug and play indicator that provides you with  POWERFUL Entry signals with Profit Taking and rebound zones. The indicator Works with all MT5 trading instruments. The indicator uses previous  chart data as receipt to speculate on future market moves.
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
MonetTrend — Премиум-индикатор для торговли по тренду (M30, H1, H4) MonetTrend — это мощный и визуально понятный трендовый индикатор, созданный для торговли на таймфреймах M30, H1 и H4. Он идеально подходит для работы с волатильными инструментами, такими как: • Золото (XAUUSD) • Криптовалюты (BTCUSD) • Валютные пары (EURUSD, USDJPY и др.) Ключевые особенности MonetTrend: • Автоматическое отображение Take Profit 1 (TP1) и Stop Loss (SL): После появления сигнала индикатор сразу показывает: • TP
Bullhouse Marketprofile
Luiz Vinicius Pereira Rocha -
# Bullhouse MarketProfile Volume Profile, Simplicity, and Precision. Developed by Bullhouse, this indicator brings the power of Market Profile analysis to your MetaTrader 5 in a clean, intuitive, and highly customizable interface. --- ## What is Market Profile? Market Profile is a charting tool that displays the distribution of traded volume over time at each price level. It helps traders understand where the most buying and selling is happening and identify: - Value Areas - Points o
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
Tragos
David Chokumanyara
TRAGOS Indicator – The GOAT of All Trading Indicators TRAGOS (Greek for “male goat”) isn’t just a name — it’s the GOAT: Greatest of All Time in trading indicators. Designed for Forex, Indices, Gold, Crypto, and Deriv Synthetic Indices (Boom & Crash, Volatility 75, Step, Jump, etc.), it gives you non-repainting buy, sell, and exit signals with unmatched clarity. Why TRAGOS? Non-Repainting Signals – 100% reliable. Audible, Email & Push Alerts – Never miss a trade. Trend Following – Rid
Cycle Maestro MT5
Stefano Frisetti
5 (1)
NOTE: CYCLEMAESTRO is distributed only on this website, there are no other distributors. Demo version is for reference only and is not supported. Full versione is perfectly functional and it is supported. CYCLEMAESTRO , the first and only indicator of Cyclic Analysis, useful for giving signals of TRADING, BUY, SELL, STOP LOSS, ADDING. Created on the logic of   Serghei Istrati   and programmed by   Stefano Frisetti ;   CYCLEMAESTRO   is not an indicator like the others, the challenge was to inter
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
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
Get the FREE AUX Indicator, EA Support & Manual Guide please visit - https://www.mql5.com/en/blogs/post/763955 Spot the Trend. Read the Pattern. Time the Entry. 3 Steps in Under 30 Seconds! Trade effortlessly — no analysis required, Your smart assistant is ready to simplify your workflow No more chart overload. Trade with confidence using smart bias detection. Compatible with all currencies, crypto, stocks, metals, indices, and any timeframe. Just click and execute — it’s that simple. Deal for
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
The indicator is designed to work on any trading platform. The program is based on proprietary algorithms and W.D.Ganna's mathematics, allowing you to calculate target levels of price movement based on three points with the highest degree of certainty. It is a great tool for stock trading. The indicator has three buttons: NEW - call up a triangle for calculation. DEL - delete the selected triangle. DELS - completely remove all constructions. The probability of achieving the goals is more than 80
A tool for on-chart strategy backtesting and performance analysis. A utility for developing, debugging, and testing custom trading ideas and indicator functions. An indicator designed to quickly test trading concepts and visualize the effectiveness of different input parameters. An all-in-one sandbox for testing everything from simple crossovers to complex, multi-condition trading systems.
Financial Indicator SolarTrade Suite: Mercury Market Indicator - Your Reliable Guide in the World of Financial Markets! Our Forex trading program is equipped with a powerful artificial intelligence that analyzes market data in real-time. It accurately predicts price movements, helping traders make informed decisions. With advanced algorithms, our indicator optimizes strategies and minimizes risks for traders. It is a moving average that uses special innovative and advanced algorithms to calcula
Piranha version 2
Maria Strudov
5 (1)
"Piranha" - an autonomous trading system that determines overbought and oversold levels on the chart. Red and blue zones represent overbought and oversold levels respectively. Entry points are marked with arrows: a downward arrow in the red zone for "sell" and an upward arrow in the blue zone for "buy". The Take profit level is indicated by the green moving average. Key features: Adjusting the Take profit level as the green moving average changes position. Averaging ability when a new market e
Introducing the South African Sniper indicator created by a small group of traders with a few years trading trading the financial market profitably . This is a plug and play indicator that provides you with  BUY and SELL (SNIPER ENTRY) signals with TARGET and trail stops. The indicator Works with all MT5 trading instruments. The indicator uses previous  chart data as receipt to speculate on future market moves.  "The South African Sniper indicator community are very happy with the indicator and
SYSTEM INTRODUCTION:   The Binary Options Conqueror System Is Specifically Designed For Binary Options Trading. Unlike Other Systems And Indicators That Were Adopted From Other Trading Environments For Binary Options. Little Wonder Why Many Of Such Systems Fail To Make Money . Many End Up Loosing Money For Their Users.     Forward Testing Of The System Has Shown Remarkable Results . The Results Of Forward Testing On Live Trading Account Is Consistent With The Results Obtained By Back Testing .
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
Multi Currency Multi Time Market Scan Signals Multi Currency Multi Time Market Scan Signals (MT5 Dashboard) Unlock Smarter Trading with Real-Time Market Insights Across Multiple Currencies & Timeframes! The Multi Currency Multi Time Market Scan Signals dashboard is your all-in-one solution for MetaTrader 5 , designed to simplify complex market analysis and pinpoint high-probability trading opportunities. Say goodbye to manual chart hopping – this powerful tool scans multiple symbols and timef
SupportResistancePeaks Indicator indicator - is the combination of dynamic support/resitance and price action pattern. As a rule support/resistance indicators uses already calculated, history levels. The most disadvantage of this method - new(incomming) levels always are not the same as were on history, in other words accuracy is not so high as expected. My indicator is looking for dynamic/live levels that are forming right now after trend lost it's power and choppy market starts. As a rule exac
Jeslyn MT5
Justine Kelechi Ekweh
This is a multi-purpose system that suits both Binary options, and Forex. Manual traders can use this either as a scalping system or a strategy to get into very strong momentum, or it can be automated for forex trading with Universal EAs.   This is a less-risky system if you know what to do with it or just use a universal EA. Use on M5 timeframe There is of course no chance of repainting or recalculation. Once the price closes, the arrows remain there forever! This is because prices don't lie.
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
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
MetaBands M4
Vahidreza Heidar Gholami
3.4 (5)
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
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
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 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
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
Filter:
Rutt Tungkiratichai
2679
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
4547
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
4547
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
4547
Reply from developer Vahidreza Heidar Gholami 2023.04.11 01:47
Great! Thank you for your interest in my products.
Reply to review