GridBotIND

GRIDBOT WIM robô de investimento para Mini Índice.
Parametrizado com grade linear ou zona de expansão (FIMATHE).


CONFIGURAÇÕES:

Ponto de entrada Pivot dia anterior

   double r1 = pivot + distance;

   double r2 = r1 + distance;

   double r3 = r2 + distance;

   double r4 = r3 + distance;

   double r5 = r4 + distance;

   double r6 = r5 + distance;

   double r7 = r6 + distance;

   double r8 = r7 + distance;

   double r9 = r8 + distance;

   double r10 = r9 + distance;

   

   double s1 = pivot - distance;

   double s2 = s1 - distance;

   double s3 = s2 - distance;

   double s4 = s3 - distance;

   double s5 = s4 - distance;

   double s6 = s5 - distance;

   double s7 = s6 - distance;

   double s8 = s7 - distance;

   double s9 = s8 - distance;

   double s10 = s9 - distance;

    Recommended products
    Vwap Freeze
    Ricardo Almeida Branco
    5 (1)
    The previous day's vwap is used by some traders as a support and resistance point, after all it is one of the ways to consider the fair price of that asset or that pair the day before. Possible defenses can occur in this region indicating a reversal, or triggering stops starting a new, more directional movement. It is a matter of analyzing how it will add to your operational. To avoid manually drawing the previous day's vwaps and saving time for your analysis, use the Vwap Freeze indicator, as
    VWAP Diaria
    Samuel De Souza Ferreira
    Daily VWAP — Institutional Reference for Intraday Value The Daily VWAP is a professional indicator based on the Volume-Weighted Average Price (VWAP) , designed to reveal the true balance between price and volume throughout the trading session. Unlike traditional moving averages, the Daily VWAP incorporates the weight of traded volume in every price movement, providing a much more accurate reference to the behavior of institutional traders and large market participants. What the indicator deliver
    FREE
    Swiss VWAPsimple
    Terence Gronowski
    4.8 (5)
    Swiss VWAPsimple Motivation Did not find free VWAP that works, the one that I found craseh. So I created a VWAP which calculates values only for the actual day. So computer resouces are not over stressed. What is VWAP, how is it used?  VWAP stands for Volume Weighed Average Price, it calculates the running sum of tick volume and the runnung sum of price times tickvolume. The division of these sums result in a weighed price (Sum P*V/Sum V). The calculation starts normally at midnight. The values
    FREE
    Levels of Pivots
    Nikolay Mitrofanov
    The utility draws reversal levels using the formulas for each of the selected number of candles: Pivot = (high + close + low) / 3 R1 = ( 2 * Pivot) - low S1 = ( 2 * Pivot) - high R2 = Pivot + (R1 -S1) R3 = high + ( 2 * (Pivot - low)) S2 = Pivot - (R1 - S1) S3 = low - ( 2 * (high - Pivot)) H = high L = low U = if the candle is bullish, then close. Otherwise - open D = if the candle is bullish, then open. Otherwise - close On any timeframe. After a new candle closes on the calculated timeframe
    FREE
    Weis Wave Double Side Alert
    Eduardo Da Costa Custodio Santos
    The Weis Wave Bouble Side Indicator for MT5 is part of the toolkit (Wyckoff Academy Wave Market) The Weis Wave Bouble side Indicator for MT5 was created based on the already established Weis Wave created by David Weis. The Weis Wave Double Side indicator reads the market in waves as R. Wyckoff did in 1900. It helps in the identification of effort x result, cause and effect, and Supply and demand Its differential is that it can be used below the zero axis and has a breakout alert showing Who is s
    PIVOT eXtreme
    Syamsurizal Dimjati
    Pivot eXtreme Pivot adalah level referensi penting yang digunakan trader untuk memetakan potensi support & resistance intraday maupun jangka lebih panjang. Dalam sistem ini, level pivot dikembangkan menjadi P (Pivot Point utama) , R1–R13 (Resistance) , serta S1–S13 (Support) . Pivot Point (P) Titik pusat utama, dihitung dari rata-rata harga (High + Low + Close) / 3 . Berfungsi sebagai acuan keseimbangan harga : Jika harga di atas P → tren cenderung bullish. Jika harga di bawah P → tren cenderung
    FREE
    White Weis Volume Ticks
    Ricardo Almeida Branco
    5 (4)
    White Weis Volume This indicator shows the sum of the volume in each wave, bulish or bearish, as idealized by David Weis , but it brings an important addition , which is the marking of the bar with the highest volume of the wave (White Bar)! In coding the indicator, it was sought to optimize the code to require minimal processing during use and not to overload mt5. The indicator can be used for pre-trading analysis and study, where the trader analyzes possible points of support and resistance
    Weis Wave Double Side
    Eduardo Da Costa Custodio Santos
    The Weis Wave Bouble Side Indicator for MT5 is part of the toolkit (Wyckoff Academy Wave Market) The Weis Wave Bouble side Indicator for MT5 was created based on the already established Weis Wave created by David Weis. The Weis Wave Double Side indicator reads the market in waves as it was done by R. Wyckoff in 1900. It helps in the identification of effort x result, cause and effect, and Supply and demand Its differential is that it can be used below the zero axis, further improving plus operat
    VWAP Bands
    Rafael Caetano Pinto
    This indicator uses VWAP and projects this VWAP into up to 3 levels, shifted by a percentage of the chart's symbol. How to configure: Choose the symbol and desired graphic time Set the start time of the symbol (in bovespa, WIN and WDO start at 9 o'clock). This time is used as the cutoff reference for VWAP. Check which VWAP period fits the chart better: Ideally, a period when VWAP is not too distant from the chart Set percentage levels: Ideally, you should set levels based on history, so that le
    VWAP and MVWAP
    Flavio Javier Jarabeck
    3.88 (8)
    Volume Weighted Average Price (VWAP) is a trading benchmark commonly used by Big Players that gives the average price a Symbol has traded throughout the day. It is based on both Volume and price. Additionally we put in this indicator the MVWAP (Moving Volume Weighted Average Price). For those who do not know the usage and the importance od this indicator I recommend a great article about this subject at Investopedia ( https://www.investopedia.com/articles/trading/11/trading-with-vwap-mvwap.asp )
    FREE
    Intraday Vwap Orion
    Joao Paulo Botelho Silva
    Theory VWAP is a volume-weighted moving average, bringing greater relevance to prices. The VWAP base calculation follows the classic formula described in Investopedia ( https://www.investopedia.com/terms/v/vwap.asp ). VWAP = sum(typical price[i]*volume[i]) / sum(volume[i]) Functionalities Orion Intraday VWAP innovates by allowing the user to choose between the conventional Daily, Weekly and Monthly periods, also having the option of calculating the Intraday indicator, as used in other platform
    This indicator is based on Mr. Mark Fisher's ACD strategy, based on the book "The Logical Trader." - OR lines - A lines - C lines - Daily pivot range - N days pivot range - Customizable trading session - Drawing OR with the desired time Drawing levels A and C based on daily ATR or constant number - Possibility to display daily and last day pivots in color zone - Displaying the status of daily PMAs (layer 4) in the corner of the chart - Show the order of daily pivot placement with multi-day piv
    FREE
    MIDAS Super VWAP
    Flavio Javier Jarabeck
    4.27 (11)
    Imagine VWAP, MVWAP and MIDAS in one place... Well, you found it! Now you can track the movement of Big Players in various ways, as they in general pursue the benchmarks related to this measuring, gauging if they had good execution or poor execution on their orders. Traders and analysts use the VWAP to eliminate the noise that occurs throughout the day, so they can measure what prices buyers and sellers are really trading. VWAP gives traders insight into how a stock trades for that day and deter
    FREE
    Touch VWAP MT5
    Danrlei Hornke
    4.8 (5)
    O Touch VWAP é um indicador que permite calcular uma Média Ponderada por Volume (VWAP) apenas apertando a tecla 'w' no seu teclado e após clicando no candle do qual deseja realizar o calculo, clicando abaixo do candle é calculada a VWAP baseado na minima dos preços com o volume, clicando sobre o corpo do candle é calculado uma VWAP sobre o preço medio com o volume e clicando acima do candle é calculado uma VWAP baseado na máxima dos preços com o volume, voce tambem tem a opção de remover a VWAP
    FREE
    Midas VWAP
    Paulo Henrique Faquineli Garcia
    4 (2)
    Volume Weighted Average Price (VWAP) is a trading benchmark commonly used by Big Players that gives the average price a Symbol has traded throughout the day. It is based on both Volume and price. This indicator contains Daily VWAP and MIDAS' VWAP, which means you are able to anchor the beggining of MIDAS' calculations and, therefore you will be able to use this methodology to study price versus volume moves after anchor point. You will be able to anchor up to 3 HIGH MIDAS VWAP's and 3 LOW. Wish
    FREE
    This indicator is stand alone version from  MP Pivot Levels  (All in one) containing Woodie Pivots. Woodie’s pivot points are made up of multiple key levels, calculated from past price points, in order to frame trades in a simplistic manner. The key levels include the ‘pivot’ itself, and multiple support and resistance levels (usually up to three each). Traders use these levels as a guide for future price movements when setting up trades. The pivot : (Previous high + previous low + 2 x previous
    FREE
    Stackable VWAP
    Flavio Javier Jarabeck
    3.5 (4)
    Volume Weighted Average Price (VWAP) is a trading benchmark commonly used by Big Players that gives the average price a Symbol has traded throughout the day. It is based on both Volume and price. Additionally we put in this indicator the MVWAP (Moving Volume Weighted Average Price). For those who do not know the usage and the importance od this indicator I recommend a great article about this subject at Investopedia ( https://www.investopedia.com/articles/trading/11/trading-with-vwap-mvwap.asp
    FREE
    Indicator Description Range Filter Pro is a sophisticated trading tool for XAUUSD (Gold) that combines adaptive price filtering with volume analysis and real-time market monitoring. Designed for both novice and professional traders, this indicator helps identify trend direction, potential reversals, and significant market movements through its multi-layered approach. Key Components 1.Dynamic Range Filter 2.Volatility-Adjusted Bands 3.Volume-Enhanced Candles 4.Professional Trading Dashboard 5.M
    FREE
    This indicator is stand alone version from  MP Pivot Levels  (All in one) containing Demark's Pivots. Calculations:     PP = X / 4     R1 = X / 2 - LOWprev     S1 = X / 2 - HIGHprev Uses: When the pair currency price may change the direction of movement. Possible constraints of support and resistance that creates plateaus for the currency pair prices. Tendency identification by comparing the present prices according to current day's pivot point and also the prior day's pivot points. ____________
    FREE
    Automatic Vwap Midas
    Ricardo Almeida Branco
    5 (1)
    The 3 Automatic Vwap (Midas) Indicator can be used for Price and Volume studyers to map the movement of market drivers. It automatically plots 3 Vwaps, two of which are dynamic and will be updated throughout the day if new highs or new lows emerge. The third Vwap is daily and can help if the trend is up or down. Also, an auxiliary indicator that plots (also dynamic) points of interest with OHLC prices (Open, High and Low of the current day and Close of the previous day) was inserted. Success and
    Rejection Zones
    Paulo Henrique Faquineli Garcia
    Este poderoso indicador analisa o gráfico e mostra zonas de Rejeição de Preços! Isto é, locais onde o preço foi, mas não foi aceito pelo mercado! A visualização desta zona de Rejeição, facilita o entendimento do trader na tomada de decisões de onde operar e como operar! O indicador é composto por 4 linhas, sendo classificadas em 2 grupos: Linhas Vermelha e Amarela: Denotam os extremos onde o preço conseguiu chegar, mas não foi aceito! Linhas Laranja e Azul: A partir delas, denotam o Início da z
    FREE
    The indicator allows you to determine the current price direction and market volatility. This version of the Traders Dynamic Index (TDI) has the redrawing of the historical data eliminated, the algorithm calculation speed optimized, more external parameters for a more precise adjustments, and its functionalities extended: added the selection of the initial oscillator and the smoothing methods of the averages. Parameters: Mode Osc - estimation oscillator selection; Period Osc - the calculation p
    B2U Market State System Part of the B2U Market State System A professional indicator suite designed to analyze market structure, trend state, and momentum. B2U Market State System 의 구성 요소입니다. 시장 구조, 추세 상태, 모멘텀을 입체적으로 분석하기 위한 전문 인디케이터 시스템입니다. Highlights structurally validated reaction zones after FVG inversion. The New Generation of Inversion Fair Value Gaps B2U IFVG BOX & Zone visually analyzes market reaction zones formed after Fair Value Gap (FVG) inversion. 차세대 Inversion Fair Value Gaps FVG 반
    FREE
    Analysis Professor
    Israr Hussain Shah
    FiboPivot Dashboard - Professional Pivot Point Indicator What It Does FiboPivot Dashboard is a powerful technical analysis tool that automatically calculates and displays Fibonacci-based pivot points on your chart. It identifies key support and resistance levels based on the previous day's price action, helping traders anticipate potential price reversal points and breakout levels.   How to Use 1. **Install & Apply**: Simply attach the indicator to any chart (time frames below D1) 2. **
    FREE
    Simple Weis Wave
    Jean Jacques Huve Ribeiro
    3.67 (3)
    One of the best tools for analyzing volume, Weis Wave was idelized by David Weis, to facilitate the reading of directional flow. For the VSA method disciples it is an evolution of the practices created by Richard Wycoff, facilitating a predictive reading of the market, always seeking an accumulation and distribution of the negotiated contracts. Cumulative wave volume  Range of wave ( removed) Average Wave volume Ref "Tim Ord lectures" ( removed)
    FREE
    Basic Vwap
    james mugendi
    4 (1)
    Simple Vwap with the daily, weekly and monthly VWAP is the abbreviation for   volume-weighted average price , which is a technical analysis tool that shows the ratio of an asset's price to its total trade volume. It provides traders and investors with a measure of the average price at which a stock is traded over a given period of time. How it's used Identify entry and exit points:   Traders can use VWAP to determine when to buy or sell an asset.   Understand price trends :  Traders can use V
    FREE
    Wave Box Market Frenquency
    Jean Jacques Huve Ribeiro
    4.75 (4)
    Totally linked to the result of a movement and the duration he had. Its height records how many ticks the asset walked during a given movement, its width shows us the duration that movement had. Its configuration must be in line with the Weis Wave Indicator configuration to observe the movement force and can indicate a possible accumulation or distribution of the movement;
    FREE
    Pivot Point Multi-Method with Dashboard This indicator is a technical analysis tool designed to calculate and display horizontal support and resistance levels based on various Pivot Point methodologies. It is built using the MQL5 Canvas library, ensuring efficient performance and a clean visual presentation on the chart. The tool calculates levels using the data from the previous completed candle of a user-defined reference timeframe. This ensures that the levels remain fixed for the duration of
    FREE
    Volume Weighted Average Price or VWAP is an indicator wich shows different average prices on chart. This is very useful to find strong negotiation price areas and as trend following. Configurations: Day, Week and Month - Show different VWAPs according to the period. You can change each line style on "colors" tab. Any doubt or suggestion please contact us. Enjoy! This is a free indicator, but it took hours to develop. If you want to pay me a coffee, I appreciate a lot   <3 PayPal, Skrill, Nete
    FREE
    Bollinger colorido
    Sergio Domingues
    5 (1)
    Funciona como bandas de bollinger normais. Criado por Joe Ross, é um setup de maior risco por ser contra-tendência. Pode ser usado para Day Trade, Swing Trade e Position. Para identificar, é necessário inserir no gráfico as Bandas de Bollinger, com uma Média Móvel Simples de 20 períodos e largura (desvio) 2. Verifica-se um fechamento de determinado candle abaixo da banda inferior de Bollinger. Se o próximo candle fechar dentro das Bandas, marca-se a máxima dele. O rompimento dessa máxima será o
    FREE
    Buyers of this product also purchase
    SuperScalp Pro
    Van Minh Nguyen
    5 (13)
    SuperScalp Pro – Advanced Multi-Filter Scalping Indicator System SuperScalp Pro is an advanced scalping indicator system that combines the classic Supertrend with multiple intelligent confirmation filters. The indicator performs efficiently across all timeframes from M1 to H4 and is especially suitable for XAUUSD, BTCUSD and major Forex pairs. It can be used as a standalone system or flexibly integrated into existing trading strategies. The indicator integrates more than 11 filters, including fa
    Azimuth Pro
    Ottaviano De Cicco
    5 (6)
    LAUNCH PROMO Azimuth Pro price is initially set at 299$ for the first 100 buyers. Final price will be 499$ . THE DIFFERENCE BETWEEN RETAIL AND INSTITUTIONAL ENTRIES ISN'T THE INDICATOR — IT'S THE LOCATION. Most traders enter at arbitrary price levels, chasing momentum or reacting to lagging signals. Institutions wait for price to reach structured levels where supply and demand actually shift. Azimuth Pro maps these levels automatically: swing-anchored VWAP, multi-timeframe structure lines, an
    Divergence Bomber
    Ihor Otkydach
    4.89 (83)
    Each buyer of this indicator also receives the following for free: The custom utility "Bomber Utility", which automatically manages every trade, sets Stop Loss and Take Profit levels, and closes trades according to the rules of this strategy Set files for configuring the indicator for various assets Set files for configuring Bomber Utility in the following modes: "Minimum Risk", "Balanced Risk", and "Wait-and-See Strategy" A step-by-step video manual to help you quickly install, configure, and s
    Entry In The Zone and SMC Multi Timeframe is a real-time market analysis tool developed based on Smart Money Concepts (SMC). It is designed to analyze market structure, price direction, reversal points, and key zones across multiple timeframes in a systematic way. The system displays Points of Interest (POI) and real-time No Repaint signals, with instant alerts when price reaches key zones or when signals occur within those zones. It functions as both an Indicator and a Signal System (2-in-1), c
    ARICoins
    Temirlan Kdyrkhan
    ARICoin is a powerful trading companion designed to generate high-probability entry signals with dynamic TP/SL/DP levels based on volatility. Built-in performance tracking shows win/loss stats, PP1/PP2 hits, and success rates all updated live. Key Features: Buy/Sell signals with adaptive volatility bands Real-time TP/SL/DP levels based on ATR Built-in MA Filter with optional ATR/StdDev volatility Performance stats panel (Success, Profit/Loss, PP1/PP2) Alerts via popup, sound, push, or email Cust
    New Update of   Smart Trend Trading System MT5 For  2026 Market: If You Buy this Indicator you will Get my Professional Trade Manager + EA  for FREE . First of all Its worth emphasizing here that this Trading System is Non-Repainting   , Non Redrawing and Non Lagging Indicator Which makes it ideal from both manual and robot trading .  [Online course] , [manual] and [download presets] . The Smart Trend Trading System MT5 is a comprehensive trading solution tailored for new and experienced traders
    FX Trend MT5 NG
    Daniel Stein
    5 (4)
    FX Trend NG: The Next Generation Multi-Market Trend Intelligence Overview FX Trend NG is a professional multi-timeframe trend and market monitoring tool designed to give you a complete structural overview of the market in seconds. Instead of switching between dozens of charts, you instantly see which symbols are trending, where momentum is fading, and where strong alignment exists across timeframes. Launch Offer – Get FX Trend NG for $30 (6 Months) or $80 Lifetime . Already part of the Stein I
    Power Candles MT5
    Daniel Stein
    5 (6)
    Power Candles – Strength-Based Entry Signals for Any Market Power Candles brings Stein Investments’ proven strength analysis directly onto your price chart. Instead of reacting to price alone, each candle is colored based on real market strength, allowing you to instantly identify momentum build-ups, strength acceleration, and clean trend transitions. One Logic for All Markets Power Candles works automatically on all trading symbols . The indicator detects whether the current symbol is a Forex p
    [ My Products ] , [ My Channel ]  , [ LIVE SIGNAL ] HFT Spike Detector HFT Spike Detector is a professional tick monitoring tool designed to analyze and measure high-frequency price movements (sudden spikes caused by HFT) in real time. Its purpose is to enable you to detect abnormal slippage, liquidity gaps, and millisecond-level price spikes caused by the broker using numerical data. Because it analyzes real-time tick flow and execution conditions, it cannot be accurately evaluated in backt
    Trend Screener Pro MT5
    STE S.S.COMPANY
    4.84 (102)
    Trend Screener Indicator --Professional Trend Trading & Market Scanning System for MetaTrader Unlock the true power of trend trading with Trend Screener Indicator — a complete multi-currency, multi-timeframe trend analysis solution powered by Fuzzy Logic,Trend Pulse Technology  and advanced market structure algorithms.   Trend Screener transforms your MetaTrader platform into a professional-grade Trend Analyzer and Market Scanner, helping you identify high-probability trend opportunities, early
    AriX
    Temirlan Kdyrkhan
    1 (4)
    AriX Indicator for MT5 A powerful trend-following and signal-evaluation tool AriX is a custom MT5 indicator that combines Moving Averages and ATR-based risk/reward logic to generate clear buy/sell signals. It visualizes dynamic SL/TP levels, evaluates past trade outcomes, and displays win/loss statistics in a clean on-chart panel. Key features include: Buy/Sell signals based on MA crossovers ATR-based SL/TP1/TP2/TP3 levels with visual lines and labels Signal outcome tracking with real-time stat
    FX Power MT5 NG
    Daniel Stein
    5 (31)
    FX Power: Analyze Currency Strength for Smarter Trading Decisions Overview FX Power is your go-to tool for understanding the real strength of currencies and Gold in any market condition. By identifying strong currencies to buy and weak ones to sell, FX Power simplifies trading decisions and uncovers high-probability opportunities. Whether you’re looking to follow trends or anticipate reversals using extreme delta values, this tool adapts seamlessly to your trading style. Don’t just trade—trade
    RFI levels PRO MT5
    Roman Podpora
    3.67 (3)
    The indicator accurately shows the reversal points and price return zones where the   Major players . You see where new trends are forming and make decisions with maximum precision, maintaining control over every trade. VERSION MT4     -    Reveals its maximum potential when combined with the   TREND LINES PRO   indicator What the indicator shows: Reversal structures and reversal levels with activation at the beginning of a new trend. Display of   TAKE PROFIT   and   STOP LOSS   levels with min
    Quantum TrendPulse
    Bogdan Ion Puscasu
    5 (22)
    Introducing Quantum TrendPulse , the ultimate trading tool that combines the power of SuperTrend , RSI , and Stochastic into one comprehensive indicator to maximize your trading potential. Designed for traders who seek precision and efficiency, this indicator helps you identify market trends, momentum shifts, and optimal entry and exit points with confidence. Key Features: SuperTrend Integration: Easily follow the prevailing market trend and ride the wave of profitability. RSI Precision: Detect
    Atomic Analyst MT5
    Issam Kassas
    3.94 (31)
    New Update of   Atomic Analyst MT5 For  2026 Market: If You Buy this Indicator you will Get my Professional   Trade Manager + EA  for   FREE . First of all Its worth emphasizing here that this Trading Indicator is   Non-Repainting   , Non Redrawing and Non Lagging Indicator   Indicator, Which makes it ideal from both manual and robot trading.  User manual: settings, inputs and strategy . The Atomic Analyst  is a PA Price Action Indicator that uses Strength and Momentum of the price to find a bet
    Grabber System MT5
    Ihor Otkydach
    4.83 (23)
    Let me introduce you to an excellent technical indicator – Grabber, which works as a ready-to-use "All-Inclusive" trading strategy. Within a single code, it integrates powerful tools for technical market analysis, trading signals (arrows), alert functions, and push notifications. Every buyer of this indicator also receives the following for free: Grabber Utility for automatic management of open orders Step-by-step video guide: how to install, configure, and trade with the indicator Custom set fi
    Trend indicator AI mt5
    Ramil Minniakhmetov
    5 (15)
    Trend Ai indicator  mt5 is great tool that will enhance a trader’s market analysis by combining trend identification with actionable entry points and reversal alerts.  This indicator empowers users to navigate the complexities of the forex market with confidence and precision Beyond the primary signals, Trend Ai indicator identifies secondary entry points that arise during pullbacks or retracements, enabling traders to capitalize on price corrections within the established trend. Important Advan
    Trend Lines PRO MT5
    Roman Podpora
    5 (1)
    TREND LINES PRO  -   helps understand where the market is truly changing direction. The indicator shows real trend reversals and points where major players re-enter. You see   BOS lines   Trend changes and key levels on higher timeframes — without complex settings or unnecessary noise. Signals don't repaint and remain on the chart after the bar closes. MT4 VERSION   - Reveals its maximum potential when combined with the   RFI LEVELS PRO   indicator What the indicator shows: Real shifts   trend
    Smart Stop Indicator – Intelligent Stop-Loss Precision Directly on Your Chart Overview The Smart Stop Indicator is the tailored solution for traders who want to place their stop loss clearly and methodically instead of guessing or relying on gut feeling. This tool combines classic price-action logic (higher highs, lower lows) with modern breakout recognition to identify where the next logical stop level truly is. Whether in trending markets, ranges, or fast breakout phases, the indicator displ
    Meridian Pro
    Ottaviano De Cicco
    Meridian Pro: Professional Multi-Timeframe Trend Matrix for MT5 Overview Meridian Pro is a multi-timeframe trend matrix by Merkava Labs that compresses directional state, strength, momentum condition and matrix agreement into one compact panel. One adaptive engine, applied consistently from M1 to W1. No per-symbol tuning. No indicator stacking. One structured readout across every asset and every timeframe. Launch Offer — Get Meridian Pro for USD 99 (introductory). Regular price: USD 149. 1. Why
    First of all Its worth emphasizing here that this Trading Tool is Non Repainting , Non Redrawing and Non Lagging Indicator , Which makes it ideal for professional trading . [Online course] ,   and   [manual] The Smart Price Action Concepts Indicator is a very powerful tool for both new and experienced traders . It packs more than 20 useful indicators into one , combining advanced trading ideas like Inner Circle Trader Analysis and Smart Money Concepts Trading Strategies . This indicator focuses
    FX Levels MT5
    Daniel Stein
    5 (13)
    FX Levels: Exceptionally Accurate Support & Resistance for All Markets Quick Overview Looking for a reliable way to pinpoint support and resistance levels across any market—currencies, indices, stocks, or commodities? FX Levels merges our traditional “Lighthouse” method with a forward-thinking dynamic approach, offering near-universal accuracy. By drawing from real-world broker experience and automated daily plus real-time updates, FX Levels helps you identify reversal points, set profit targe
    Pips Stalker mt5
    Abdulkarim Karazon
    5 (2)
    The Pips Stalker is a long short arrow type indicator, the indicator helps traders of all levels to take better decisions trading the market,the indicator never repaints and uses RSI as main signal logic, once an arrow is given it will never repaint or back paint and arrows are not delayed. MT4 VERSION <---- FEATURES OF THE PIPS STALKER ARROW : STATS PANEL a unique info dashboard that shows overall win rate % and useful stats such as max win and lost trades in a row, as well as other usefull inf
    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
    Market Structure Order Block Dashboard MT5 is an MT5 indicator focused on Market Structure and ICT / Smart Money Concepts: HH/HL/LH/LL , BOS , ChoCH , plus Order Blocks , Fair Value Gaps (FVG) , Liquidity (EQH/EQL, sweeps), Sessions / Kill Zones , and an integrated Volume Profile with a compact confluence dashboard. Important: This is an analysis tool . It does not execute trades (not an EA). Buyer Bonus After purchase, you can receive 2 bonus indicators (your choice) from my store. How to clai
    Btmm state engine pro
    Garry James Goodchild
    5 (2)
    Get the user guide here  https://g-labs.software/guides/BTMM_State_Engine_Welcome_Pack.html BTMM State Engine Pro — the   all-in-one Banks   & Institutions Market Maker indicator for Meta Trader 5. Built for   BTMM traders who follow the Asian   session breakout methodology with Kill Zone timing , level stacking, peak formation detection , and multi-pair scanning — all   from a single chart. Combines   a full BTMM State Engine   with a built-in multi-pair Scanner dashboard, eliminating the need
    OmniSync Projection
    Antonio-alin Teculescu
    5 (1)
    Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
    Candle Smart Range
    Gianny Alexander Lugo Sanchez
    5 (1)
    Candle Smart Range (CRT) for MetaTrader 5 Candle Smart Range is a technical indicator designed for the automatic identification of price ranges across multiple timeframes. This tool analyzes market structure based on candle formations and the interaction of price with previous highs and lows. Main Features: Range Detection: Automatically identifies consolidation zones before impulsive movements. False Breakout Identification: Marks instances where the price exceeds a previous level but closes wi
    Trend Forecaster
    Alexey Minkov
    5 (7)
    The Trend Forecaster indicator utilizes a unique proprietary algorithm to determine entry points for a breakout trading strategy. The indicator identifies price clusters, analyzes price movement near levels, and provides a signal when the price breaks through a level. The Trend Forecaster indicator is suitable for all financial assets, including currencies (Forex), metals, stocks, indices, and cryptocurrencies. You can also adjust the indicator to work on any time frames, although it is recommen
    Matrix Arrow Indicator MT5
    Juvenille Emperor Limited
    5 (18)
    Matrix Arrow Indicator MT5  is a unique 10 in 1 trend following   100% non-repainting  multi-timeframe indicator that can be used on all symbols/instruments:   forex,   commodities,   cryptocurrencies,   indices,   stocks .  Matrix Arrow Indicator MT5  will determine the current trend at its early stages, gathering information and data from up to 10 standard indicators, which are: Average Directional Movement Index (ADX) Commodity Channel Index (CCI) Classic Heiken Ashi candles Moving Average
    Filter:
    No reviews
    Reply to review