Ai predictor

AI Predictor is an artificial intelligence-based indicator trained to forecast future price movements several bars ahead. You can specify the number of forecasted bars in the indicator settings. The longer the indicator remains on the chart and gathers analytical data, the more accurate its price predictions become. The indicator draws future candles predicting with high probability the direction in which the price is likely to move.

The AI Predictor indicator is designed to forecast price movements for N future bars using a voting system based on technical indicators (EMA, ADX, RSI, Stochastic, H4 EMA) and a self-learning mechanism. It displays forecasted candles (blue for bullish trend, red for bearish) on the price chart and automatically adjusts its parameters if prediction accuracy drops below a predefined threshold. Below is a detailed and precise description of each indicator parameter in English, including its purpose, impact on performance, and configuration recommendations.

Indicator Parameters and Configuration:

BarsToAnalyze

  • Type: Integer

  • Default: 50

  • Description: Defines how many historical bars are analyzed for calculating technical indicators (EMA, ADX, RSI, Stochastic, ATR, H4 EMA). These form the voting system's data basis.

  • Impact:

    • Higher values provide more data for analysis, potentially improving accuracy but increasing calculation time.

    • Lower values speed up calculations but may reduce signal reliability due to insufficient data.

  • Recommendation:

    • Keep 50 for GBP/USD M5 with sufficient data.

    • Reduce to 30 or 25 on strategy tester or new accounts.

    • For H1 or slower timeframes, increase up to 100.

    • Check the Experts tab for “Insufficient bars” messages.

FastMAPeriod

  • Type: Integer

  • Default: 12

  • Description: Initial period for fast EMA used to detect short-term trend in the voting system.

  • Recommendation:

    • 12 for M5 GBP/USD.

    • For scalping: 8–10.

    • For conservative setups: 14–16.

    • Self-adjusts dynamically (CurrentFastMA) between 8–20.

SlowMAPeriod

  • Type: Integer

  • Default: 26

  • Description: Initial period for slow EMA to define long-term trend.

  • Recommendation:

    • 26 for M5 GBP/USD.

    • Aggressive: 20–22.

    • Stable markets: 30–40.

    • Self-adjusts (CurrentSlowMA) between 20–40.

ADXPeriod

  • Type: Integer

  • Default: 14

  • Description: ADX period measuring trend strength.

  • Recommendation:

    • 14 standard for M5.

    • Faster response: 10–12.

    • Stable trends: 16–20.

ADXThreshold

  • Type: Double

  • Default: 25

  • Description: ADX strength threshold for voting weight.

  • Recommendation:

    • 25 for GBP/USD M5.

    • Volatile pairs: 20–22.

    • Calm markets: 28–30.

    • Adjusted dynamically (CurrentADXThreshold) 15–35.

RSIPeriod

  • Type: Integer

  • Default: 14

  • Description: RSI period for overbought/oversold detection.

  • Recommendation:

    • 14 standard.

    • Scalping: 9–12.

    • Longer-term: 18–21.

RSIOverbought

  • Type: Double

  • Default: 70

  • Description: RSI level above which a bearish vote is cast.

  • Recommendation:

    • Default: 70

    • Aggressive: 65–68

    • Conservative: 75–80

    • Dynamically adjusted 60–80.

RSIOversold

  • Type: Double

  • Default: 30

  • Description: RSI level below which a bullish vote is cast.

  • Recommendation:

    • Default: 30

    • Aggressive: 32–35

    • Conservative: 20–25

    • Adjusted within 20–40.

StochKPeriod, StochDPeriod, StochSlowing

  • Types: Integer

  • Defaults: 14, 3, 3 respectively

  • Descriptions: %K, %D, and slowing for Stochastic oscillator.

  • Recommendations:

    • K: 14 (default), 9–12 (fast), 18–21 (slow).

    • D: 3 default, 2 (sensitive), 5–7 (smooth).

    • Slowing: 3 default, 2 (scalp), 4–5 (volatile).

StochOverbought

  • Type: Double

  • Default: 80

  • Description: Overbought level triggering bearish signal.

  • Recommendation:

    • Default: 80

    • Aggressive: 75–78

    • Conservative: 85–90

    • Adjusted 70–90.

StochOversold

  • Type: Double

  • Default: 20

  • Description: Oversold level triggering bullish signal.

  • Recommendation:

    • Default: 20

    • Aggressive: 22–25

    • Conservative: 10–15

    • Adjusted 10–30.

ATRPeriod

  • Type: Integer

  • Default: 14

  • Description: ATR period for calculating candle height.

  • Recommendation:

    • Default: 14

    • Volatile: 10–12

    • Calm: 16–20

ForecastBars

  • Type: Integer

  • Default: 10

  • Description: Number of forecasted bars.

  • Recommendation:

    • Default: 10 (~50 mins on M5)

    • Scalping: 5–7

    • Swing: 12–15

    • Ensure rates_total > minBars .

MinAccuracy

  • Type: Double

  • Default: 0.6 (60%)

  • Description: Minimum prediction accuracy before re-optimization.

  • Recommendation:

    • Default: 0.6

    • Testing: 0.5

    • Strict: 0.65–0.7

LearningRate

  • Type: Double

  • Default: 0.1

  • Description: Controls speed of parameter adaptation.

  • Recommendation:

    • Default: 0.1

    • Faster learning: 0.2–0.3

    • Stable markets: 0.05

VoteThreshold

  • Type: Double

  • Default: 0.3

  • Description: Minimum combined vote weight to define trend.

  • Recommendation:

    • Default: 0.3

    • Low confidence? Lower to 0.2

    • Conservative? Raise to 0.4–0.5

DebugMode

  • Type: Boolean

  • Default: true

  • Description: Enables log messages for debugging.

  • Recommendation:

    • True during testing.

    • False in live trading to reduce log load.

Configuration Guidelines

General Steps:

  1. Start with Defaults – optimized for GBP/USD M5.

  2. Use Strategy Tester – evaluate parameter changes.

  3. Enable DebugMode – monitor accuracy and errors.

  4. Load Historical Data – especially M5 and H4 bars.

Tuning Steps:

  • Step 1: Ensure candles are visible

    • Enable chart shift.

    • If no candles:

      • “Insufficient bars”: lower BarsToAnalyze .

      • “Low-confidence vote”: reduce VoteThreshold .

      • “Invalid data”: ensure H4 data or lower long-periods.

  • Step 2: Optimize Accuracy

    • Watch “Accuracy: X” in logs.

    • If often <60%:

      • Raise LearningRate to 0.2.

      • Reduce FastMAPeriod , RSIPeriod , or ADXThreshold .

      • Increase SlowMAPeriod and ADXThreshold in calm markets.

  • Step 3: Forecast Candle Size

    • Modify ATRMultiplier (default 0.7).

    • Increase to 1.0–1.2 (bigger candles) or decrease to 0.5 (smaller).

    • Use longer ATRPeriod if candles too large.

  • Step 4: Voting Balance

    • Inspect “Weights=[...]” in log.

    • If one indicator dominates with low accuracy:

      • Reduce its initial weight.

      • Raise VoteThreshold for reliability.

  • Step 5: Backtest & Fine-tune

    • Test on 1–3 months GBP/USD M5 data.

    • Adjust MinAccuracy , ForecastBars , and save parameters to file for reuse.

Usage Scenarios:

  • Scalping: Lower FastMAPeriod , RSIPeriod , StochKPeriod , ForecastBars , VoteThreshold .

  • Swing Trading: Increase SlowMAPeriod , ADXThreshold , BarsToAnalyze , VoteThreshold .

  • Training: Enable DebugMode , lower MinAccuracy , raise LearningRate .

  • Live Trading: Disable DebugMode , use defaults, periodically review accuracy.

Example (GBP/USD M5, no forecast candles, log shows “Low-confidence vote”, accuracy 0.55):

  • Lower VoteThreshold to 0.25

  • Lower MinAccuracy to 0.5

  • Increase LearningRate to 0.2

  • Reduce BarsToAnalyze to 30 if needed

  • Ensure H4 data is loaded
    → Forecast candles should start to appear after learning phase.



Prodotti consigliati
Robot scalper per timeframe M5. Negozia sulla coppia di valute GBPUSD. Questo robot è stato sviluppato appositamente da un'azienda di trader professionisti per il trading con la sterlina. Il robot apre approssimativamente da 5 a 15 operazioni al giorno. È meglio fare trading con broker che hanno uno spread basso su GBPUSD fino a 10 pip. Il deposito minimo consigliato per iniziare è di $ 500 o più. vantaggi: non usa martingala. non una rete. ogni operazione ha uno stop loss. bot professionale s
Shark Deal Book
Philip Pankaj Suthagar
4 (3)
Term  "shark"  in the business world denotes a high volume investor who just made a good investment in a highly Potential business deal.So, sharks are the ones who make the market move. In our case, if an American shark bought a Japanese company, he/she has to convert American dollars into Japanese yen to make the deal. So, the demand for the Japanese yen will increase sharply. Thus USD/JPY will go short rapidly if the deal was from the shark. Another example, In the case of forex, if fed increa
Gold Titan King Scalper
Dodong Christian Arnon
Indicator Description GOLD TITAN KING SIGNAL INDICATOR High-Precision Gold Scalping Buy/Sell Signals – Manual Trading Assistant Overview The Gold Titan King Signal Indicator is a manual trading assistant tool designed for high-frequency scalping on Gold (XAUUSD) and other major pairs. It generates clear BUY/SELL signals with precise entry levels, along with adjustable Stop Loss and Take Profit levels displayed directly on the chart. ️ This tool is NOT an EA. It does not execute trades
Auto Fibo Pro m
DMITRII GRIDASOV
Indicatore "Auto FIBO Pro" Crypto_Forex: è un ottimo strumento ausiliario nel trading! - L'indicatore calcola e posiziona automaticamente sul grafico i livelli di Fibo e le linee di tendenza locali (colore rosso). - I livelli di Fibonacci indicano le aree chiave in cui il prezzo può invertirsi. - I livelli più importanti sono 23,6%, 38,2%, 50% e 61,8%. - Puoi usarlo per lo scalping di inversione o per il trading di zone grid. - Ci sono molte opportunità per migliorare il tuo sistema attuale us
L'indicatore SMC Venom Model BPR è uno strumento professionale per i trader che operano nell'ambito del concetto di Smart Money (SMC). Identifica automaticamente due modelli chiave sul grafico dei prezzi: FVG   (Fair Value Gap) è una combinazione di tre candele, in cui c'è un gap tra la prima e la terza candela. Forma una zona tra livelli in cui non c'è supporto di volume, il che spesso porta a una correzione dei prezzi. BPR   (Balanced Price Range) è una combinazione di due modelli FVG che for
Indicatore Crypto_Forex "Morning Star pattern" per MT4. - L'indicatore "Morning Star pattern" è un indicatore molto potente per il trading Price Action: nessuna rielaborazione, nessun ritardo. - L'indicatore rileva i pattern rialzisti Morning Star sul grafico: segnale freccia blu sul grafico (vedi immagini). - Con avvisi su PC, dispositivi mobili ed e-mail. - È disponibile anche il suo fratello, l'indicatore ribassista "Evening Star pattern" (segui il link qui sotto). - L'indicatore "Morning S
Owl smart levels
Sergey Ermolov
4.26 (38)
Versione MT5  |  FAQ L' indicatore Owl Smart Levels   è un sistema di trading completo all'interno dell'unico indicatore che include strumenti di analisi di mercato popolari come i   frattali avanzati di Bill Williams , Valable ZigZag che costruisce   la corretta struttura a onde   del mercato, e i   livelli di Fibonacci che segnano i livelli esatti di entrata nel mercato e luoghi per prendere profitti. Descrizione dettagliata della strategia Istruzioni per lavorare con l'indicatore Consulente-
PZ Harmonacci Patterns
PZ TRADING SLU
3.17 (6)
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 pric
Daily Candle Predictor è un indicatore che prevede il prezzo di chiusura di una candela. L'indicatore è destinato principalmente all'uso sui grafici D1. Questo indicatore è adatto sia per il trading forex tradizionale che per il trading di opzioni binarie. L'indicatore può essere utilizzato come sistema di trading autonomo o può fungere da aggiunta al sistema di trading esistente. Questo indicatore analizza la candela corrente, calcolando alcuni fattori di forza all'interno del corpo della cande
Antabod Gamechanger
Rev Anthony Olusegun Aboderin
*Antabod GameChanger Indicator – Transform Your Trading!*   Are you tired of chasing trends too late or second-guessing your trades? The *Antabod GameChanger Indicator* is here to *revolutionize your trading strategy* and give you the edge you need in the markets!   Why Choose GameChanger? *Accurate Trend Detection* – GameChanger identifies trend reversals with *pinpoint accuracy*, ensuring you enter and exit trades at the optimal time.   *Clear Buy & Sell Signals* – No more guesswork! T
Super Reversal Pattern
Parfait Mujinga Ndalika
Super Reversal Pattern Indicator Unlock the power of advanced pattern recognition with our Super Reversal Pattern Indicator. Designed for traders seeking precision and reliability, this indicator identifies one of the most effective reversal patterns in technical analysis, offering a significant edge in your trading strategy. Key Features: Non-Repainting Accuracy: Enjoy the confidence of non-repainting technology. Once a Super Reversal Pattern is detected, it remains static, providing consiste
VR Cub
Vladimir Pastushak
VR Cub è un indicatore per ottenere punti di ingresso di alta qualità. L'indicatore è stato sviluppato per facilitare i calcoli matematici e semplificare la ricerca dei punti di ingresso in una posizione. La strategia di trading per la quale è stato scritto l'indicatore ha dimostrato la sua efficacia per molti anni. La semplicità della strategia di trading è il suo grande vantaggio, che consente anche ai trader alle prime armi di commerciare con successo con essa. VR Cub calcola i punti di apert
Day Pattern
Oleksandr Martsynyshen
Description: - D ay Pattern - an indicator that helps to identify patterns of price changes for the development of trading algorithms and strategies. For whom this tool? - For developers of trading strategies and algorithms. - Medium- and long-term traders. Time frames H1-W1. Features of the indicator: - There is a function of exporting indicator values to a file of the csv format. - Using the information panel, you can conduct an express analysis of trading tool. - The indicator is sui
KT Renko Patterns MT4
KEENBASE SOFTWARE SOLUTIONS
2.33 (3)
KT Renko Patterns analizza il grafico Renko mattone per mattone per individuare i pattern grafici più famosi, frequentemente utilizzati dai trader nei vari mercati finanziari. Rispetto ai grafici basati sul tempo, i grafici Renko rendono il trading basato sui pattern più semplice e visivamente chiaro grazie alla loro struttura pulita. KT Renko Patterns include diversi pattern Renko, molti dei quali sono ampiamente spiegati nel libro “Profitable Trading with Renko Charts” di Prashant Shah. Un E
Chart Patterns Detect 15 patterns (Ascending Triangle, Descending Triangle, Rising Wedge, Falling Wedge, Bullish Flag, Bearish Flag, Bullish Rectangle, Bearish Rectangle Symmetrical triangle, Head and Shoulders, Inverted Head and Shoulders, Triple top, Triple Bottom, Double Top, Double Bottom) Use historical data to calculate the probability of each pattern to succeed (possibility to filter notification according to the chance of success) gives graphic indication about the invalidation level and
[ZhiBiCCI] indicators are suitable for all cycle use, and are also suitable for all market varieties. [ZhiBiCCI] Green solid line is a reversal of bullish divergence. The green dotted line is a classic bullish divergence. [ZhiBiCCI] The solid line to the red is a reverse bearish divergence. The red dotted line is a classical bearish divergence. [ZhiBiCCI] can be set in the parameters (Alert, Send mail, Send notification), set to (true) to send instant signals to the alarm window, email, insta
Introducing the "Magic Trades" for MetaTrader 4 – your ultimate tool for precision trading in dynamic markets. This innovative indicator revolutionizes the way you perceive market trends by harnessing the power of advanced analysis to detect subtle changes in character, paving the way for optimal trading opportunities. The Magic Trades Indicator is designed to empower traders with insightful entry points and well-defined risk management levels. Through its sophisticated algorithm, this indicato
Forex Gump
Andrey Kozak
2.4 (5)
Forex Gump is a fully finished semi-automatic trading system. In the form of arrows, signals are displayed on the screen for opening and closing deals. All you need is to follow the instructions of the indicator. When the indicator shows a blue arrow, you need to open a buy order. When the indicator shows a red arrow, you need to open a sell order. Close orders when the indicator draws a yellow cross. In order to get the most effective result, we recommend using the timeframes H1, H4, D1. There
L'indicatore costruisce le quotazioni attuali, che possono essere confrontate con quelle storiche e su questa base fanno una previsione del movimento dei prezzi. L'indicatore ha un campo di testo per una rapida navigazione fino alla data desiderata. Opzioni: Simbolo - selezione del simbolo che visualizzerà l'indicatore; SymbolPeriod - selezione del periodo da cui l'indicatore prenderà i dati; IndicatorColor - colore dell'indicatore; HorisontalShift - spostamento delle virgolette disegnate d
Blahtech Market Profile
Blahtech Limited
4.53 (15)
Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Blahtech Limited presents their Market Profile indicator for the MetaTrader community. Ins
The indicator displays the data of the Stochastic oscillator from a higher timeframe on the chart. The main and signal lines are displayed in a separate window. The stepped response is not smoothed. The indicator is useful for practicing "manual" forex trading strategies, which use the data from several screens with different timeframes of a single symbol. The indicator uses the settings that are identical to the standard ones, and a drop-down list for selecting the timeframe. Indicator Paramet
Pattern 123
Pavel Verveyko
"Pattern 123" is an indicator-a trading system built on a popular pattern, pattern 123. This is the moment when we expect a reversal on the older trend and enter the continuation of the small trend, its 3rd impulse. The indicator displays signals and markings on an open chart. You can enable/disable graphical constructions in the settings. The indicator has a built-in notification system (email, mobile terminal, standard terminal alert). "Pattern 123" has a table that displays signals from sele
Gold Bricks FX USES THE TREND WAVE INDICATOR AND IT CAN IDENTIFY THE BEGINNING AND THE END OF A NEW WAVE TREND MOVEMENT. AS AN OSCILLATOR, THE INDICATOR IDENTIFIES THE OVERBOUGHT AND OVERSOLD ZONES. IT WORKS GREAT TO CATCH THE SHORT TERM PRICE REVERSALS AND USES A MARTINGALE STRATEGY TO CLOSE ALL TRADES IN PROFIT. USE DEFAULT SETTINGS ON H1 OR HIGHER TIME FRAME ON ANY PAIR FOR MORE ACCURATE TRADES WHY THIS EA : Smart entries calculated by 4 great strategies The EA can be run on even a $300
DayTradeKing
Thomas Bradley Butler
This indicator is good for small time frames like 1 and 5 minutes and made for day trading. The indicator never repaints or recalculates. The indicator works is for trading swing points in day trading, following bulls or bears.  Its a simple to use, non cluttered indicator with a high success rate.  This indicator works well to capture ranges.  All indicators come with limitations and no indicator or system is always accurate. Use money management for long term trading success.   Place in backte
Easy Trade indicator
Felipe Carvalho De Queiroz
Easy Trade Indicator – Your Path to Profitable Trades! Work any Time Frame! Maximize your profits with precise and assertive trades! ️ Trade with comfort – the indicator does the analysis and you only open the order in the direction in which the indicator shows you!  Exclusive panel with past trade counter and accuracy tracking! Simplify your analysis, boost your performance, and trade with confidence! Get it now and take your trading to the next level
We present you the indicator "Candle closing counter", which will become your indispensable assistant in the world of trading. That’s why knowing when the candle will close can help: If you like to trade using candle patterns, you will know when the candle will be closed. This indicator will allow you to check if a known pattern has formed and if there is a possibility of trading. The indicator will help you to prepare for market opening and market closure. You can set a timer to create a pre
Trend Ray
Andriy Sydoruk
The indicator shows the potential trend direction by cyclical-wave dependence. Thus, all the rays of the intersection will be optimal rays, in the direction of which the price is expected to move, taking into account the indicator period. Rays can be used as a direction for potential market movement. But we must not forget that the approach must be comprehensive, the indicator signals require additional information to enter the market.
RSI Speed mp
DMITRII GRIDASOV
Indicatore Crypto_Forex "RSI SPEED" per MT4 - ottimo strumento predittivo, senza bisogno di ridisegnare. - Il calcolo di questo indicatore si basa su equazioni fisiche. L'RSI SPEED è la derivata prima dell'RSI stesso. - L'RSI SPEED è ottimo per scalping di ingresso nella direzione del trend principale. - Usalo in combinazione con un indicatore di trend appropriato, ad esempio HTF MA (come nelle immagini). - L'indicatore RSI SPEED mostra la velocità con cui l'RSI cambia direzione: è molto sensi
The Th3Eng PipFinite indicator is based on a very excellent analysis of the right trend direction with perfect custom algorithms. It show the true direction and the best point to start trading. With StopLoss point and Three Take Profit points. Also it show the right pivot of the price and small points to order to replace the dynamic support and resistance channel, Which surrounds the price. And Finally it draws a very helpful Box on the left side on the chart includes (take profits and Stop loss
Trend Oscillator - è un indicatore Crypto_Forex personalizzato avanzato, uno strumento di trading efficiente! - Viene utilizzato un nuovo metodo di calcolo avanzato - 20 opzioni per il parametro "Prezzo per calcolo". - L'oscillatore più fluido mai sviluppato. - Colore verde per i trend al rialzo, colore rosso per i trend al ribasso. - Valori di ipervenduto: inferiori a 5, valori di ipercomprato: superiori a 95. - Ci sono molte opportunità per aggiornare anche le strategie standard con questo i
Gli utenti di questo prodotto hanno anche acquistato
El indicador "MR BEAST ALERTAS DE LIQUIDEZ" es una herramienta avanzada diseñada para proporcionar señales y alertas sobre la liquidez del mercado basándose en una serie de indicadores técnicos y análisis de tendencias. Ideal para traders que buscan oportunidades de trading en función de la dinámica de precios y los niveles de volatilidad, este indicador ofrece una visualización clara y detallada en la ventana del gráfico de MetaTrader. Características Principales: Canal ATR Adaptativo: Calcula
Indicatore Miraculous – Strumento Forex e Binario 100% Non-Repaint Basato sul Quadrato di Nove di Gann Questo video presenta l' Indicatore Miraculous , uno strumento di trading altamente accurato e potente, sviluppato specificamente per i trader di Forex e Opzioni Binarie . Ciò che rende unico questo indicatore è la sua base sul leggendario Quadrato di Nove di Gann e sulla Legge della Vibrazione di Gann , rendendolo uno degli strumenti di previsione più precisi disponibili nel trading moderno. L
Precautions for subscribing to indicator This indicator only supports the computer version of MT4 Does not support MT5, mobile phones, tablets The indicator only shows the day's entry arrow The previous history arrow will not be displayed (Live broadcast is for demonstration) The indicator is a trading aid Is not a EA automatic trading No copy trading function The indicator only indicates the entry position No exit (target profit)  The entry stop loss point is set at 30-50 PIPS Or the front hi
PairMaster Buy Sell Arrow Indicator for MT4 Trade Reversals Like a Pro — Catch Every Swing Point with Precision The PairMaster Buy Sell Arrow Indicator is a powerful MetaTrader 4 tool built to identify high-probability swing trading opportunities . Designed for traders who value accuracy, clarity, and simplicity, PairMaster detects key market turning points and plots intuitive buy and sell arrows directly on your chart. Key Features Accurate Swing Point Detection – Automatically identifies ma
The Super Arrow Indicator provides non-repainting buy and sell signals with exceptional accuracy. Key Features No repainting – confirmed signals remain fixed Clear visual arrows: green for buy, red for sell Real-time alerts via pop-up, sound, and optional email Clean chart view with no unnecessary clutter Works on all markets: Forex, gold, oil, indices, crypto Adjustable Parameters TimeFrame Default: "current time frame" Function: Sets the time frame for indicator calculation Options: Can be set
Meravith
Ivan Stefanov
5 (3)
Strumento per market maker. Meravith: Analizzerà tutti i timeframe e mostrerà il trend attualmente in corso. Evidenzierà le zone di liquidità (equilibrio dei volumi) dove i volumi rialzisti e ribassisti sono uguali. Mostrerà tutti i livelli di liquidità dei diversi timeframe direttamente sul grafico. Genererà e presenterà un’analisi di mercato testuale a scopo di riferimento. Calcolerà obiettivi, livelli di supporto e punti di stop-loss in base al trend attuale. Calcolerà il rapporto rischio/ren
L'indicatore " Dynamic Scalper System " è progettato per il metodo di scalping, ovvero per il trading all'interno di onde di trend. Testato sulle principali coppie di valute e sull'oro, è compatibile con altri strumenti di trading. Fornisce segnali per l'apertura di posizioni a breve termine lungo il trend, con ulteriore supporto al movimento dei prezzi. Il principio dell'indicatore. Le frecce grandi determinano la direzione del trend. Un algoritmo per generare segnali per lo scalping sotto fo
Buy Sell Signal Pro — Market Structure & Pivot based Indicator Looking for a powerful yet lightweight market structure indicator designed to accurately detect swing turning points and visualize trend behavior with clarity . Built for traders who demand precision without chart clutter , it identifies key structural levels and delivers reliable buy/sell signals across any timeframe and instrument . By confirming pivot points before plotting signals, the indicator ensures consistent, non-repaintin
Segnale GoldRush Trend Arrow L'indicatore GoldRush Trend Arrow Signal fornisce un'analisi precisa e in tempo reale dei trend, pensata appositamente per gli scalper ad alta velocità e a breve termine nel mercato XAU/USD. Progettato specificamente per il timeframe di 1 minuto, questo strumento mostra frecce direzionali che indicano chiari punti di ingresso, consentendo agli scalper di navigare con sicurezza nelle condizioni di mercato volatili. L'indicatore è composto da frecce di avviso PRIMA
Dynamic Forex28 Navigator
Bernhard Schweigert
4.43 (7)
Dynamic Forex28 Navigator - Lo strumento di trading Forex di nuova generazione. ATTUALMENTE SCONTATO DEL 49%. Dynamic Forex28 Navigator è l'evoluzione dei nostri indicatori popolari di lunga data, che combinano la potenza di tre in uno: Advanced Currency Strength28 Indicator (695 recensioni) + Advanced Currency IMPULSE con ALERT (520 recensioni) + CS28 Combo Signals (Bonus). Dettagli sull'indicatore https://www.mql5.com/en/blogs/post/758844 Cosa offre l'indicatore di forza di nuova generazione?
Looking for a powerful yet lightweight swing detector that accurately identifies market structure turning points? Want clear, reliable buy and sell signals that work across any timeframe and any instrument? Buy Sell Arrow MT Swing is built exactly for that — precision swing detection made simple and effective. This indicator identifies Higher Highs (HH) , Higher Lows (HL) , Lower Highs (LH) , and Lower Lows (LL) with remarkable clarity. It is designed to help traders easily visualize market stru
"Dragon's Tail" is an integrated trading system, not just an indicator. This system analyzes each candle on a minute-by-minute basis, which is particularly effective in high market volatility conditions. The "Dragon's Tail" system identifies key market moments referred to as "bull and bear battles". Based on these "battles", the system gives trade direction recommendations. In the case of an arrow appearing on the chart, this signals the possibility of opening two trades in the indicated directi
Innanzitutto, vale la pena sottolineare che questo Strumento di Trading è un Indicatore Non-Ridipingente, Non-Ridisegnante e Non-Laggante, il che lo rende ideale per il trading professionale. Corso online, manuale utente e demo. L'Indicatore Smart Price Action Concepts è uno strumento molto potente sia per i nuovi che per i trader esperti. Racchiude più di 20 utili indicatori in uno solo, combinando idee di trading avanzate come l'Analisi del Trader del Circolo Interno e le Strategie di Trading
Beast Super Signal
Dustin Vlok
4.73 (89)
Alla ricerca di un potente indicatore di trading forex che possa aiutarti a identificare facilmente opportunità di trading redditizie? Non guardare oltre il Super Segnale Bestia. Questo indicatore basato sulle tendenze di facile utilizzo monitora continuamente le condizioni del mercato, cercando nuove tendenze in via di sviluppo o saltando su quelle esistenti. Il Beast Super Signal fornisce un segnale di acquisto o di vendita quando tutte le strategie interne sono allineate e sono al 100% in con
POWR Rise Coming
Trade Indicators LLC
This indicator is SO SIMPLE… when the green Rise Coming arrow appears, a price drop may be on the way! Plain and easy profits! As you receive more than one 'Rise Coming' text signal in a downtrend, it means momentum is building larger for a bull run. HOW TO USE 1. When the green "Rise Coming" text appears, a price jump may be on the way! This indicator Never Repaints! To get the best setting it's a matter of tweaking the indicator until it gives you the best results. Our recommendation, and what
Introducing a powerful, precision-engineered indicator that seamlessly combines Pivot Points, Moving Averages, and Multi-Timeframe Analysis to deliver high-probability Buy and Sell signals in real-time. This tool is your strategic edge, designed to identify trend reversals, market momentum, and optimal trade entries, no matter your preferred trading style. Our algorithm goes beyond standard indicators—by analyzing multiple timeframes simultaneously, it spots true market turning points while fi
Advanced Arrow
Alfred Kamal
3.9 (39)
This indicator depends on some secrets equations to draw Signals with Stop loss and maximum 4 Take profits. There is a free EA depends on this indicator as a gift when you purchase/rent it. Features Simply it gives you entry point as Ready sign (Buy / Sell) and arrow (Buy / Sell) after candle closed, also SL line and 4 TP lines or less. Once SL-TP lines are shown with the arrow, they remains as they are until signal change. It is historical indicator. No Repaint. user manual for V5 please click
Weis Wave with Alert
Trade The Volume Waves Single Member P.C.
4.82 (22)
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 Rectangle Break Alert Tool      x Discord Access Channel "The SI traders" x   How to trade info visit:    http://www.tradethevolumewaves.com   ** If you purchase please contact me to setup your  : training Room and  complete manual access.  This is
Questo indicatore è un indicatore per l'analisi automatica delle onde perfetto per il trading pratico! Caso... Nota:   non sono abituato a usare nomi occidentali per la classificazione delle onde a causa dell'influenza della convenzione di denominazione di Tang Lun (Tang Zhong Shuo Zen), ho chiamato l'onda base come   penna   e la banda dell'onda secondaria come   segmento   At allo stesso tempo, il segmento ha la direzione del trend. La denominazione   è principalmente segmento di trend   (que
Pulse Scalping Line - an indicator for identifying potential pivot points. Based on this indicator, you can build an effective Martingale system. According to our statistics, the indicator gives a maximum of 4 erroneous pivot points in a series. On average, these are 2 pivot points. That is, the indicator shows a reversal, it is erroneous. This means that the second signal of the indicator will be highly accurate. Based on this information, you can build a trading system based on the Martingale
Product Name:   Quantum Regime Indicator Short Description:   A multi-engine structural regime and volatility filter. Description: Quantum Regime Indicator (QRI) is a sophisticated technical analysis algorithm designed to identify market structure shifts and volatility regimes. Unlike standard indicators that rely on immediate price action, QRI utilizes a hierarchical logic architecture to filter market noise and identify statistical extremes. The indicator is built on the philosophy of "Market
Bomb Bank Signal
Igor Pereira Calil
5 (1)
Segnale bancario bomba: il tuo indicatore di fiducia in MetaTrader 4 Bomb Bank Signal è un potente indicatore per MetaTrader 4, progettato per identificare le tendenze più rilevanti nel mercato finanziario. Se cerchi uno strumento che anticipi con precisione i movimenti, la Bomb Bank è l'alleato di cui hai bisogno. Come funziona: Questo indicatore combina tre metodi distinti – analisi del volume, chiusura delle candele e trend simmetrico – per rilevare e segnalare opportunità di acquisto e v
Algo Trading Indicaor  With this indicator , you’ll have zones and trends that hight probability the price will reverse from it. so will gives you all the help that you need  Why should you join us !?  1-This indicator is logical since it’s working in previous days movement , to predict the future movements. 2-Algo trading indicator will help you to draw trends which is special and are too strong than the basics trend , trends will change with the frame time that you work on . 3-We can use
Presentiamo l'Indicatore F-16 Plane, uno strumento all'avanguardia per MT4 progettato per rivoluzionare la tua esperienza di trading. Ispirato alla velocità e alla precisione imbattibili dell'aereo da combattimento F-16, questo indicatore combina algoritmi avanzati e tecnologia all'avanguardia per offrire prestazioni senza precedenti sui mercati finanziari. Con l'Indicatore F-16 Plane, volerai al di sopra della concorrenza poiché fornisce analisi in tempo reale e genera segnali di trading estrem
Market Pulse AM
Andrii Matviievskyi
5 (1)
The presented indicator analyzes the direction of the short-term and long-term trend for specified periods, taking into account the volatility of the market. This approach allows combining high sensitivity of the indicator with a high probability of execution of its signals. The principle of use is extremely simple: the indicator histogram is greater than 0 - a buy signal / the indicator histogram is less than 0 - a sell signal. The indicator allows you to configure two types of parameters: fast
OrderFlow Absorption – Indicatore professionale di Delta e Segnali di Assorbimento per MT4 Sblocca la potenza della vera analisi del flusso degli ordini con OrderFlow Absorption – l’indicatore definitivo di istogramma delta e segnali di assorbimento per MetaTrader 4. Progettato per i trader che vogliono vedere cosa succede davvero dietro ogni movimento di prezzo, questo strumento rivela la pressione nascosta di acquisto/vendita e gli eventi di assorbimento che muovono il mercato. Caratteristiche
First time on MetaTrader, introducing IQ Star Lines - an original Vedic Astrology based indicator. "Millionaires don't use astrology, billionaires do" . - J.P. Morgan, Legendary American financier and banker. IQ Star Lines, an unique astrological indicator purely based on   Vedic astrology   calculations, published for the   first time on Metatrader.  This unique tool plots dynamic planetary grid lines based on real-time stars, constellations, and celestial movements, which allows you to plot t
The Nihilist 5.0 Indicator includes Forexalien and Nihilist Easy Trend trading strategies and systems. It is composed of an MTF Dashboard where you can analyze the different input possibilities of each strategy at a glance. It has an alert system with different types of configurable filters. You can also configure which TF you want to be notified on your Metatrader 4 platform and Mobile application The indicator has the option to view how could be a TP and SL by using ATR or fixed points, even w
ZeusArrow Smart Liquidity Finder  Smart Liquidity Finder is Ai controlled indicator based on the Idea of Your SL is My Entry. It scan and draws the major Liquidity areas on chart partitioning them with Premium and Discount Zone and allows you find the best possible trading setups and help you decide the perfect entry price to avoid getting your Stop Loss hunted . Now no more confusion about when to enter and where to enter. Benefit from this one of it's kind trading tool powered by Ai an trade
Introduction Excessive Momentum Indicator is the momentum indicator to measure the excessive momentum directly from raw price series. Hence, this is an extended price action and pattern trading. Excessive Momentum Indicator was originally developed by Young Ho Seo. This indicator demonstrates the concept of Equilibrium Fractal Wave and Practical Application at the same time. Excessive Momentum detects the market anomaly. Excessive momentum will give us a lot of clue about potential reversal and
Altri dall’autore
XL arrow
Andrey Kozak
XL Arrow is a signal indicator that displays market entry points. The red arrow and the DOWN signal at the right corner indicate it is time to sell, while the blue arrow and the UP signal indicate it is time to buy. Settings PeriodSlower - indicator slowing period. PeriodFaster - indicator acceleration period. Recommendations trading pairs: EURUSD, GBPUSD and USDJPY timeframes: M5 - H4
Entry Point M5 — a complete trading system. Entry Point M5 is a powerful indicator designed as a fully functional trading system suitable for any currency pair. It analyzes the price structure, identifying key moments of market reversals and the emergence of new impulses. The indicator can adapt to different market phases — from strong trending movements to sideways ranges — providing visually clear signals without the need for additional filters or auxiliary tools. Trading with this system is e
Attention! Friends, since there have been many scammers on the Internet recently selling indicators called ForexGump, we decided to warn you that only on our page is the LICENSE AUTHOR'S VERSION of the INDICATOR sold! We do not sell this indicator on other sites at a price lower than this! All indicators are sold cheaper - fakes! And even more often sold demo versions that stop working in a week! Therefore, in order not to risk your money, buy this indicator only on this site! Forex Gump Scalpin
Forex Gump Pro
Andrey Kozak
4 (5)
Attention! Friends, since there have been many scammers on the Internet recently selling indicators called ForexGump, we decided to warn you that only on our page is the LICENSE AUTHOR'S VERSION of the INDICATOR sold! We do not sell this indicator on other sites at a price lower than this! All indicators are sold cheaper - fakes! And even more often sold demo versions that stop working in a week! Therefore, in order not to risk your money, buy this indicator only on this site! Forex Gump Pro is
Quantum
Andrey Kozak
The Quantum Expert Advisor is designed for trading EURUSD H1 . The trading algorithm lies in placing pending orders at the peaks of currency fluctuations, after a preliminary analysis of the market conditions. Trading is fully automated. Lot size is calculated automatically based on the lot percentage. Parameters MaxRisk - percentage of the deposit, used for the automatic calculation of the lot. LongWave - long wave of price fluctuation. ShortWave - short wave of price fluctuation. Level contro
BoxetFx
Andrey Kozak
The BoxetFx Expert Advisor analyzes the market using multiple trading strategies. Once the optimal signals for opening trades are obtained, the EA automatically determines the order volume as a percentage pf the deposit. Next, a pending order is placed in the direction of the expected price movement. When the deal reaches an optimal profit or loss level, it is automatically closed. Multiple analytical centers of information processing allow the EA to diversify the possible risks of the trader by
Medok
Andrey Kozak
The Medok indicator shows the market entry and exit points on the chart using arrows and resistance lines. The indicator is very easy to use. Buy when a blue arrow appears and sell when a red arrow appears. After an order is opened, it is recommended to close a buy position when the price reaches the lower resistance level or to close a sell position when the price reaches the upper resistance level. Recommended values for EURUSD H1 Periods - 2; Acceleration - 0.02. Recommended values for EURU
TOP Xios
Andrey Kozak
TOP Xios is a ready-made trading system, which provides the trader with signals for opening and closing deals. The information panel in the right corner of the screen shows the total number of signals, the number of points in profit or loss and the percentage of valid and false signals. Working with this indicator is very simple. As soon as a blue arrow appears, open a buy deal and wait for a red cross to appear, which indicates the necessity to close the deal. When a red arrow appears, open a s
Buy Market Scanner is a ready-made trading system, which shows the moments when it is necessary to open or close deals. Buy arrows appear on the zero bar without delay and redrawing. The same applies to signals for closing orders. They appear on the zero bar and are not redrawn. The number of profit or loss in points for a certain time period is displayed in the top right corner of the indicator. The indicator works best on the EURUSD currency pair with the H1 timeframe. Operation Principles In
DayWay
Andrey Kozak
The DayWay indicator shows the current trend direction on the chart as a colored line. The best timeframes for operation are M5 and higher. Works on all currency pairs. Suitable for any scalping strategies. Quite easy to use. Recommendations on usage When a blue line appears, wait for a candle to close and open a buy order. When a red line appears, wait for the current candle to close and open a sell order. Parameters Periods - period of the indicator.
Forex Gump
Andrey Kozak
2.4 (5)
Forex Gump is a fully finished semi-automatic trading system. In the form of arrows, signals are displayed on the screen for opening and closing deals. All you need is to follow the instructions of the indicator. When the indicator shows a blue arrow, you need to open a buy order. When the indicator shows a red arrow, you need to open a sell order. Close orders when the indicator draws a yellow cross. In order to get the most effective result, we recommend using the timeframes H1, H4, D1. There
Leo Trend
Andrey Kozak
Leo Trend is a signal indicator that shows the market entry points, as well as the trend direction and flat on the chart in the form of arrows and lines. Leo Trend will be useful both for beginners creating a trading strategy, and for professionals to integrate into ready-made trading systems. Leo Trend works without redrawing and without significant delays. The operation of the indicator is demonstrated in the video. In addition, you can test this indicator in the strategy tester free of charge
Nizma
Andrey Kozak
NIZMA is a ready-made trading system, that is the most efficient on the EURUSD, AUDUSD and GBPUSD currency pairs. The best timeframes are M5 and higher. The system shows the market entry points in the form of arrows, and also displays the information on the strength and direction of the trend. The signals are easy to interpret. It is suitable for both novice and professional traders. With the properly selected settings, it gives the minimum number of false signals. In tests, this number did not
XPointer
Andrey Kozak
5 (3)
XPointer is a completely ready trading system. It shows the trader when to open and close a trade. It works on all currency pairs and all time frames. Very easy to use and does not require additional indicators for its operation. Even a beginner trader can start working with XPointer. But it will also be useful for professional traders to confirm the opening of orders. Features of the XPointer indicator It does not redraw its values. It works on all currency pairs and all time frames. It has al
Lobster
Andrey Kozak
Lobster is a ready-made trading system with a flexible market analysis algorithm. It performs most of the work for a trader. All you have to do is open and close orders following the indicator signals. The indicator will be very useful for both beginners and professionals. It is able to work with other indicators and independently. Features No signal repainting; Any pair; Any timeframe; Flexible market analysis system. How to trade When the blue arrow appears, open a buy order; When the blue c
Gets
Andrey Kozak
Gets is a smart trading system with complex market analysis mechanism. The operation principle of Gets is based on neural networks and diversified collection of information from various market analyzers. Then the system analyzes the statistical databases to create a general idea of the current market situation and the further price movement. The information is displayed on the screen in a simple and intuitive way - in the form of buy and sell arrows. Also, the information on the current trend st
Scalper Zoom is a new trading system designed to facilitate the process of Forex trading both for beginners and professionals. The Scalper Zoom indicator uses an adaptive method of operation and analyzes the market using multiple trading algorithms, while selecting the most efficient one for the given currency pair and timeframe. Working with this indicator is very simple. When a red vertical line appears, open a sell order. Close it when a blue vertical line appears. Follow the opposite steps f
Brabux
Andrey Kozak
Brabux is a ready-made mechanical trading system. It works on all currency pairs and timeframes automatically adjusting to them. It also selects the most efficient trading parameters for receiving a necessary profit. In the indicator parameters, specify the trading period used for calculations and the least acceptable profit in points. Next, the system automatically selects the necessary trading parameters. Trading data is displayed on the info panel. After setting the indicator on the chart and
CoolLine
Andrey Kozak
CoolLine is a signal indicator displaying on a chart points for opening and closing trade positions. The indicator signals are not redrawn. It draws arrows on the zero bar Open[0]. It works on all currency pairs and all time frames. Indicator Advantages Precisely shows the opening and closing points on the chart Does not redraw signals Works on all currency pairs and timeframes Very easy to use; suitable even for beginners Has a very flexible system of settings Can send push and email notificat
Market Scanner Elite is a new generation of indicators of the Market Scanner series. The Elite version features an improved market analysis algorithm, with a better identification of the entry points and filtering of the false signals. The logic of market analysis and calculation of effective entry points applied in this product are significantly different from those applied in Market Scanner . This indicator cannot be called a big brother, as it is a completely new product with innovative analy
The Master Figures indicator analyzed the market for the most common chart patterns. The first pattern is called Pin bar . This pattern can rightly be considered one of the most widespread. This pattern looks like a candle with a small body and large tail (wick). Once you see it on the chart, open a position against the wick. It is better to use the resistance lines for closing. Master Figures shows this pattern in the form of circles. A position should be opened when a new candle appears after
Market Trend - a comprehensive system for determining the trend direction. Analyzes the market using a formula which considers the values of multiple technical indicators and other trading strategies. IT determines not only the current trend direction, but also its movement strength. The indicator is intuitive and very easy to use. The information on the current trend direction and its movement strength are displayed on the chart. If the indicator shows "UP!" then an uptrend is currently present
Aggressive intraday scalper is a mechanical system for intraday scalping, which displays trade opening and closing signals as arrows on the chart. When a signal emerges, the indicator sends email and push notifications. So, you don't have to stay by the monitor analyzing the market and waiting for a signal. Aggressive intraday scalper will do it for you. The system has been developed for those traders who do not have their own trading system and who would love to quickly start trading using the
Jerus Line Scalper is an indicator for scalping on EURUSD, GBPUSD, AUDUSD, USDJPY and USDCAD pairs. Recommended pairs: M5, M15, M30 and H1. The trading strategy is as follows: as soon as the arrow appears, open an order in the direction of the arrow and set take profit to +10 points. Set stop loss at the indicator's stop line. Stop line is displayed in red or blue depending on the indicator signal. Also, the Martingale system can be applied in the system. If a trade is closed at a loss, the next
DotaScalping is a semi-automated trading system for scalping. The indicator shows recommended moments for opening Buy/Sell trades as dots on the chart. Signals are generated based on the algorithm for price amplitude smoothing. The indicator tries to accurately calculate the moments of the maximum peak price values ​​and produces signals based on the smoothed correlation. The indicator determines the High and Low price values and generates signals based on the trend direction. The indicator is v
ForexGumpUltra
Andrey Kozak
3.25 (4)
ForexGumpUltra is a new and more advanced indicator of the ForexGump series. This indicator easily determines the price direction on any currency pair and any timeframe. The indicator draws its signals on the zero bar and does not redraw them (see the video). In the 34th second of the video it can be seen that this indicator uses new filters to determine the changes in price movement direction without delay, despite the market noise present at the moment (see the video on the 34th second). Once
Bomb Scalper is a ready-made mechanical trading system that analyzes the market using 12 market signals, as well as candle patterns, providing signals for opening and closing trades. On the screenshot below, you can see how the system draws the blue arrow for buying and the red one for selling. Order close signal is shown as the yellow arrow. Besides, during a closing signal, the indicator calculates potential profit/loss. How the indicator works After launching, Bomb Scalper navigates through
Striker
Andrey Kozak
Stiker is a robot capable of trading in automatic or semi-automatic mode . If auto=true in the robot settings, the robot automatically opens and closes orders on its own when a signal appears. If auto=false, the robot analyzes the market and shows signals on the screen, while a trader manually confirms opening or closing orders by clicking the Open Buy and Close Order buttons. This is done to enable traders make trading decisions themselves. This reduces the trading risk. Striker is a smart syst
If you do not yet have your trading strategy, you can take advantage of our ready-made trading strategy, which is most effective for EURUSD H1 currency pair. The indicator "Ready Made Scalping System" automatically analyzes the market and shows the trader when to open and close orders. You just need to follow his instructions. When the arrow appears - open the order, when a square appears with a tick - close the warrant. For convenience of the trader, the indicator when signals appear sends a m
Amok
Andrey Kozak
Amok is a fully automatic trading system that was developed for trading on the EURUSD currency pair, H1 timeframe on micro accounts. Nevertheless, as practice shows, this trading system works well in other currency pairs. Principle of work of the trading robot Amok In the algorithm of the robot, there are more than 7 different trading strategies. This was done to ensure that the robot could work more stably in different market conditions. The program part of the robot uses 12 different indicato
Filtro:
Nessuna recensione
Rispondi alla recensione