CCI advanded

5
📊 CCI VISUAL ENHANCED - MT5 USER GUIDE

🎯 INTRODUCTION

CCI Visual Enhanced for MetaTrader 5 features:

  • ✨ Intuitive visual interface
  • 🎯 Automatic buy/sell signals
  • 🔔 Smart alert system
  • 📊 Dynamic histogram
  • 💎 Strong signal & divergence detection

🚀 INSTALLATION

Method 1: MetaEditor (Recommended)

  1. Open MT5 → Press F4 (MetaEditor)
  2. FileNewCustom Indicator Program
  3. Name: CCI_Visual_Enhanced → Finish
  4. Delete sample code, paste .mq5 code
  5. Press F7 to compile
  6. Add to chart: InsertIndicatorsCustom

Method 2: Direct Copy

  1. MT5 → FileOpen Data Folder
  2. Navigate to MQL5/Indicators
  3. Copy CCI_Visual_Enhanced.mq5 file
  4. Restart MT5 or refresh Navigator (F4)
  5. Compile and add to chart

⚙️ SETTINGS

CCI Settings

  • CCI Period: 20 (14 short-term, 50 long-term)
  • Applied Price: Typical Price (HLC/3)

Levels

  • Overbought: +100
  • Oversold: -100
  • Extreme OB: +200
  • Extreme OS: -200

Display Options

  • Show Histogram ✅
  • Show Buy/Sell Signals ✅
  • Show Strong Signals ✅
  • Show Divergence ✅

Alert Settings

  • Enable Alerts ✅
  • Alert on Buy/Sell/Strong ✅

📖 READING THE INDICATOR

Visual Elements

Lines:

  • Blue line: Main CCI
  • Yellow line: CCI MA (smoothing)

Histogram:

  • Green bars: CCI > 0 (Bullish)
  • Orange bars: CCI < 0 (Bearish)

Levels:

+200 ═══ Extreme Overbought +100 ═══ Overbought 0 ═══ Neutral -100 ═══ Oversold -200 ═══ Extreme Oversold

Signals

🟢 BUY (Green Arrow ▲)

  • CCI crosses above -100
  • Oversold reversal

🔴 SELL (Red Arrow ▼)

  • CCI crosses below +100
  • Overbought reversal

🟡 STRONG (Yellow Circle ●)

  • CCI < -200 reversing up
  • CCI > +200 reversing down
  • Divergence detected

Info Panel

CCI Value: -85.42
CCI MA(9): -72.18
Status: 🟡 OVERSOLD
Trend: ▼ BEARISH

Status Types:

  • 🔴 EXTREME OVERBOUGHT (>+200)
  • 🟠 OVERBOUGHT (>+100)
  • ⚪ BULLISH ZONE (0 to +100)
  • ⚫ BEARISH ZONE (-100 to 0)
  • 🟡 OVERSOLD (<-100)
  • 🟢 EXTREME OVERSOLD (<-200)

💡 TRADING STRATEGIES

Strategy 1: Oversold/Overbought

BUY Setup:

  • CCI crosses above -100 (▲)
  • Entry: At signal
  • SL: 20-30 pips below
  • TP1: CCI = 0 (50%)
  • TP2: CCI = +100 (50%)

SELL Setup:

  • CCI crosses below +100 (▼)
  • Entry: At signal
  • SL: 20-30 pips above
  • TP1: CCI = 0 (50%)
  • TP2: CCI = -100 (50%)

Strategy 2: Strong Signals

Strong BUY (●):

  • CCI < -200 reversing up
  • Entry: Immediately
  • SL: 30-50 pips
  • TP: +100, +200
  • R:R 1:3 to 1:5

Strong SELL (●):

  • CCI > +200 reversing down
  • Entry: Immediately
  • SL: 30-50 pips
  • TP: -100, -200
  • R:R 1:3 to 1:5

Strategy 3: Trend Following

Uptrend:

  • CCI > CCI MA
  • Wait for pullback to 0/-50
  • Buy on reversal signal
  • SL: Below pullback

Downtrend:

  • CCI < CCI MA
  • Wait for pullback to 0/+50
  • Sell on reversal signal
  • SL: Above pullback

Strategy 4: Divergence

Bullish Divergence:

  • Price: Lower low
  • CCI: Higher low
  • Yellow circle appears
  • Wait for CCI > -100
  • Entry after confirmation
  • SL: Below divergence low

Bearish Divergence:

  • Price: Higher high
  • CCI: Lower high
  • Yellow circle appears
  • Wait for CCI < +100
  • Entry after confirmation
  • SL: Above divergence high

🔔 ALERTS

4 Alert Types:

  1. CCI Buy Signal (crosses -100)
  2. CCI Sell Signal (crosses +100)
  3. Strong Buy (extreme oversold)
  4. Strong Sell (extreme overbought)

Features:

  • One alert per candle
  • Customizable on/off
  • Works with MT5 mobile
  • Includes symbol & timeframe

🎯 COMBINE WITH OTHER INDICATORS

CCI + Moving Averages

  • MA 50 & 200 for trend
  • Buy: Price > MA200, CCI signal
  • Sell: Price < MA200, CCI signal

CCI + RSI

  • Strong buy: CCI < -100 + RSI < 30
  • Strong sell: CCI > +100 + RSI > 70

CCI + Bollinger Bands

  • Buy: Price at lower band + CCI signal
  • Sell: Price at upper band + CCI signal

CCI + Volume

  • High volume = Strong signal
  • Low volume = Weak signal

📱 TIMEFRAME RECOMMENDATIONS

TF Period Style Win Rate
M1-M5 14 Scalping 60-65%
M15-H1 20 Day Trading 65-70%
H4-D1 20-50 Swing 70-75%
W1 100 Position 75-80%

⚠️ IMPORTANT WARNINGS

DON'T:

❌ Overtrade every signal ❌ Trade against main trend ❌ Ignore stop losses ❌ Trade in ranging markets ❌ Trust indicator 100%

DO:

✅ Backtest 1+ month ✅ Combine with price action ✅ Use proper risk management (1-2%) ✅ Follow trading plan ✅ Review trades weekly

🔧 TROUBLESHOOTING

Issue 1: Not Showing → F4 → Recompile (F7) → Restart MT5

Issue 2: Compile Errors → Use MT5 build 3280+ → Check code complete

Issue 3: No Signals → Settings → Enable all signal options → Try H1/H4

Issue 4: False Signals → Increase Period to 50 → Trade trends only

Issue 5: No Alerts → Enable Alerts = true → Check volume/MT5 running

Issue 6: Lagging → Reduce max bars (10k-20k) → Close other indicators

📊 TRADING EXAMPLES

EUR/USD M15 Day Trade

CCI -100 cross → Green ▲ Entry: 1.0850 | SL: 1.0830 TP1: 1.0870 (50%) | TP2: 1.0890 (50%) Result: +30 pips (R:R 1:1.5)

GBP/JPY H4 Swing Trade

CCI +220 → Yellow ● Strong Sell
Entry: 195.50 | SL: 196.50
TP1: 193.50 (50%) | TP2: 191.50 (30%)
Result: +330 pips avg (R:R 1:3.3)

Gold M5 Scalping

CCI -50 cross → Green ▲ Entry: 2,050 | SL: 2,048.50 | TP: 2,052.50 Result: +25 pips in 10min (R:R 1:1.66)

🎓 ADVANCED TIPS

Multi-Timeframe: D1 trend → H1 setup → M15 entry

Breakout: CCI consolidates -50/+50 → Strong break → Enter with volume

Hidden Divergence:

  • Bullish: Uptrend + Price higher low + CCI lower low = Continue up
  • Bearish: Downtrend + Price lower high + CCI higher high = Continue down

Price Patterns: Combine CCI with Double Top/Bottom, H&S, Triangles

✅ CHECKLIST

□ Indicator installed & tested
□ Understand all signals
□ 50+ demo trades done
□ Trading plan ready
□ Risk management set (1-2%)
□ Trend identified

🎯 CONCLUSION

Advantages: Intuitive interface, automatic signals, smart alerts, divergence detection

Limitations: False signals in ranging markets, requires practice

Final Advice: Demo 1-3 months, risk 1-2% per trade, combine with price action

Wishing you successful trading! 🚀

Version 1.0 | MT5 Build 3280+ | 2025

📄 DISCLAIMER

Trading carries high risk. This is a tool, not investment advice. Use stop losses and proper risk management. Only trade with money you can afford to lose.

© 2025 CCI Visual Enhanced


Recensioni 2
Nguyen Tho
74
Nguyen Tho 2026.02.11 04:41 
 

Rất trực quan, hiệu quả lắm . Nhưng sao nay vào mua không được

Prodotti consigliati
Auto Fibonacci Retracement Indicator — Flexible and Reliable This isn’t just another Auto Fibonacci Retracement indicator. It’s one of the most flexible and dependable tools available . If you find it useful, please consider leaving a review or comment — your feedback means a lot! Check out my other helpful tools below: Smart Alert Manager   - Set up advanced alerts and send them to Mobile, Telegram, Discord, Webhook... Timeframes Trend Scanner    - Scan the trend of assets in difference timefr
FREE
==============================================================================                     DIVERGENCE HUNTER PRO v2.01          Advanced Multi-Oscillator Divergence Detection System ============================================================================== OVERVIEW Divergence Hunter Pro is a professional-grade divergence detection indicator  that automatically identifies high-probability trading oppor
FREE
BDA Trend Finder
Laron Demetris Burrows
5 (1)
Utilizzare questo indicatore per ricevere avvisi sulle tendenze in via di sviluppo all'interno del mercato. Utilizzando questo indicatore, sarai in grado di ricevere avvisi sulle tendenze che si stanno sviluppando nel mercato man mano che si sviluppano. Questo indicatore può essere utilizzato per identificare entrate o uscite all'interno di una tendenza. L'indicatore combina le informazioni provenienti da intervalli di tempo più elevati, con i movimenti dei prezzi dell'intervallo di tempo corr
FREE
Curver Arrows
Francis Dube
3.75 (4)
This indicator is a straight port of a well known MetaTrader 4 indicator that is freely available on the Internet. It does not redraw at all. It implements a type of breakout strategy. The arrows indicate market direction. Use the indicator on M15 charts and higher. The indicator draws two bands near price action and generates signals when the price closes below the lower band and also above the upper band. The indicator uses periodic highs and lows to calculate upper and lower threshold bands.
FREE
Pivot Points Indicator – a fast, reliable, and fully customizable pivot detection for MetaTrader 5. This indicator uses MetaTrader’s native iHighest and iLowest functions to identify pivot highs and lows by scanning for the highest and lowest prices within a user-defined window of bars. A pivot is confirmed only when the current bar is the absolute maximum or minimum within the selected range, ensuring accurate and timely signals based on robust built-in logic. Key Features No Repainting : Onc
FREE
VolumeBasedColorsBars
Henrique Magalhaes Lopes
VolumeBasedColorsBars — Free Powerful Volume Analysis for All Traders Unlock the hidden story behind every price bar! VolumeBasedColorsBars is a professional-grade, 100% FREE indicator that colorizes your chart candles based on real, adaptive volume analysis. Instantly spot surges in market activity, identify exhaustion, and catch the moves that matter. This indicator gives you:    • Dynamic color-coded bars for instant volume context    • Adaptive thresholds based on historical, session-awar
FREE
PZ The Zone MT5
PZ TRADING SLU
5 (1)
This indicator displays buy or sell signals according to Bill Williams' definition of the Trading Zone. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Easy to use and understand Avoid trading flat markets Deterministic indicator with clear rules The indicator is non-repainting It implements alerts of all kinds It has straightforward trading implications. A blue arrow is a buy signal A red arrow is a sell signal According to Bill Williams trading in the zone helps t
FREE
Sviluppo della versione precedente dell'indicatore ZigZag WaveSize MT4 ZigZag WaveSize - indicatore ZigZag standard modificato con l'aggiunta di informazioni sulla lunghezza d'onda in punti, livelli e diverse logiche di allarme Miglioramenti generali: Adattamento del codice per MetaTrader 5 Lavoro ottimizzato con gli oggetti grafici Novità: Livelli orizzontali agli estremi Scelta del tipo di livelli: orizzontale/raggi/segmenti Filtro per livelli liquidi (non penetrati dal prezzo) Buffer per le
FREE
Necessary for traders: tools and indicators Waves automatically calculate indicators, channel trend trading Perfect trend-wave automatic calculation channel calculation , MT4 Perfect trend-wave automatic calculation channel calculation , MT5 Local Trading copying Easy And Fast Copy , MT4 Easy And Fast Copy , MT5 Local Trading copying For DEMO Easy And Fast Copy , MT4 DEMO Easy And Fast Copy , MT5 DEMO The homeopathic indicator is also called the CCI indicator. The CCI indicator was proposed
FREE
The indicator plots a curve of the difference between the values ​​of two trading instruments (currency pairs). The purpose of the indicator is to observe the processes of divergence and convergence of the values ​​of two trading instruments. The results obtained can be used for trading strategies of statistical arbitrage, pair trading, correlation, and others. Trading strategy The indicator is attached to the chart of any trading instrument. In the input parameters, the names of trading instr
FREE
-- Semplice ma efficace. Indicatore di inversione - Che cos'è? Un indicatore di sovrapposizione che segue il trend e combina la logica SuperTrend con la tecnologia della curva esponenziale. Rileva la direzione del trend, traccia un canale dinamico sul grafico e invia avvisi in tempo reale quando il trend si inverte. Come funziona? L'indicatore calcola una linea di base esponenziale utilizzando l'ATR e un fattore SuperTrend. Quando il prezzo chiude al di sopra o al di sotto di questa linea di
FREE
RSI abcd
Francisco Gomes Da Silva
4 (2)
RSI ABCD Pattern Finder: Strategia Tecnica 1. Come Funziona l'Indicatore Combina il RSI classico con il rilevamento automatico di pattern armonici ABCD . Componenti Principali RSI standard (periodo regolabile) Marcatori di massimi e minimi (frecce) Pattern ABCD (linee verdi/rosse) Filtri ipercomprato (70) e ipervenduto (30) 2. Configurazione su MT5 period = 14 ; // Periodo RSI size = 4 ; // Dimensione massima del pattern OverBought = 70 ; // Livello ipercomprato OverSold = 30 ; // Livello iperve
FREE
IMA Finder MT5
Mubashir Mohamed Quraish Albarakat
1 (1)
This indicator is designed based on the Moving Origin indicator When the moving origin indicator breaks the price, this indicator gives a signal It is useful for better viewing of signals and analysis on them Attributes: Can be used in all symbols Can be used in all time frames Too many signals Simple and quick settings Easy way to work Settings: period: like moving average settings alarmShow: If you want to receive an alert in Metatrader after receiving the signal, enable this setting alarmS
FREE
Special offer : ALL TOOLS , just $35 each! New tools   will be   $30   for the   first week   or the   first 3 purchases !  Trading Tools Channel on MQL5 : Join my MQL5 channel to update the latest news from me Nei mercati finanziari dinamici, identificare i segnali di inversione di tendenza è essenziale per un trading efficace. L'RSI Divergence Scanner è progettato per aiutarti a rilevare segnali di divergenza RSI su varie coppie di valute e timeframe in modo accurato ed efficiente. Vedi più v
FREE
This indicator draws regular bullish and bearish divergences in real-time onto the charts. The algorithm to detect those divergences is based on my 10+ years experience of detecting divergences visually. The divergences are drawn as green and red rectangles on the charts. You can even do forward testing in the visual mode of the strategy tester. This FREE Version is restricted to EURUSD and GBPUSD. The full version without restrictions is here:  https://www.mql5.com/en/market/product/42758 Para
FREE
The MultiFrameTrendAnalyzer is a versatile MetaTrader 5 (MT5) indicator designed to provide multi-timeframe trend analysis using Moving Average (MA) crossovers. This indicator synchronizes trend signals across multiple timeframes (M1, M5, M15, M30, H1, H4, D1, W1, MN1) and displays them with intuitive visual cues, including a colored trend line, signal arrows, and a customizable dashboard. Features Multi-Timeframe Analysis : Evaluates trends across up to nine timeframes, allowing traders to conf
FREE
PZ Reversal Fractals MT5
PZ TRADING SLU
4.53 (34)
This is the latest iteration of my famous indicator, Reversal Fractals, published for the first time almost a decade ago. It examines the price structure of fractals to determine possible reversal points in the market, providing timing to positional traders that already have a fundamental or technical valuation model. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] Reversal fractals can start long trends The indicator is non repainting It implements alerts of all ki
FREE
MaxlotTomson
Vasilii Luchnikov
5 (2)
NewTest https://backoffice.aurum.foundation/u/DHXP1U Good afternoon. Today we offer the maxlottomson indicator to determine the maximum volume that you can put up for purchase or sale, if you look at your deposit level. This indicator is convenient to use for News trading, when you need to determine the entry point on a high-speed movement and calculate the risk level as a percentage of the deposit, the maxlottomson indicator shows the maximum value of the LOT volume for your deposit that you
FREE
Free automatic Fibonacci is an indicator that automatically plots a Fibonacci retracement based on the number of bars you select on the BarsToScan setting in the indicator. The Fibonacci is automatically updated in real time as new highest and lowest values appears amongst the selected bars. You can select which level values to be displayed in the indicator settings. You can also select the color of the levels thus enabling the trader to be able to attach the indicator several times with differe
FREE
Divergence Force
Alessandro Riggi
4.5 (2)
Divergence Force Indicatore di Divergenza Descrizione Divergence Force  è un indicatore progettato per identificare le divergenze tra il prezzo di un asset e il MACD (Moving Average Convergence Divergence). Questo indicatore traccia automaticamente le linee di tendenza sui massimi e minimi del prezzo e del MACD, evidenziando le potenziali opportunità di trading. Funzionalità Principali Identificazione Automatica delle Divergenze : L'indicatore rileva automaticamente le divergenze rialziste e rib
FREE
This indicator is an automated version of the Fibonacci retracement (Fib) indicator. Deciding the best areas to use when drawing the fib can be tricky and this  indicator was made with that in mind. When you drop it on the chart it will automatically choose the best points to draw the fib with, but in case you aren't satisfied with those regions, you can adjust it as you wish.
FREE
Raymond Cloudy Day
The Hung Ngo
5 (3)
Raymond Cloudy Day Indicator for MT5 – Pivot-Based Reversal and Trend Levels Raymond Cloudy Day Indicator is a pivot-based level indicator for MetaTrader 5 (MT5). It was developed by Ngo The Hung based on Raymond’s original idea and is designed to give a structured view of potential reversal zones, trend extensions and support/resistance levels directly on the chart. The default settings are optimised for XAUUSD on the H1 timeframe, but the indicator can be tested and adjusted for other symbols
FREE
Special offer : ALL TOOLS , just $35 each! New tools   will be   $30   for the   first week   or the   first 3 purchases !  Trading Tools Channel on MQL5 : Join my MQL5 channel to update the latest news from me Massimizza il tuo vantaggio nel trading con Follow Line MT5 con Scanner, un indicatore avanzato basato sulla volatilità progettato per trader seri. Questo strumento combina la potenza delle Bande di Bollinger con impostazioni personalizzabili, offrendo intuizioni precise sui movimenti de
FREE
Finding Divergence RSI
Mykhailo Zakervashevych
4 (1)
Finding Divergence RSI  is a professional MetaTrader 5 indicator designed for automatic detection and visualization of classic and hidden divergences using the RSI indicator. The indicator works directly on the price chart, displaying arrows at divergence points and optionally drawing trend lines on both price and RSI charts. Divergence Types 1. Classic Divergences Classic Bullish : Price forms Lower Low (LL), RSI forms Higher Low (HL) Signal: Trend reversal to upside Classic Bearish : Price fo
FREE
Donchian Pro
Paulo Henrique Faquineli Garcia
4.75 (4)
The Donchian Channel Channels are among the most popular tools of technical analysis, as they visually convey to the analyst the limits within which most price movement tends to occur. Channel users know that valuable information can be obtained at any time, whether prices are in the central region of a band or close to one of the border lines. One of the best known techniques to explore these concepts is Bollinger Bands. However, John Bollinger was not the only one to research the application
FREE
Investment Castle RSI Divergence MT5
Ahmed Alaaeldin Abdulrahman Ahmed Elherzawi
4 (1)
The RSI Divergence Indicator is a powerful tool designed to identify potential reversals in the market by spotting discrepancies between the Relative Strength Index (RSI) and price movement. Divergences can be a significant indication of an impending trend change, either from bullish to bearish or vice versa. This indicator is built for making the task of identifying potential trade opportunities more straightforward and efficient. Features: Automatic Detection:   The indicator scans the chart
FREE
Bounce Zone MT5
Nguyen Thanh Cong
4.56 (9)
Introduction The Bounce Zone indicator is a cutting-edge non-repainting technical tool built to identify key areas on the price chart where market sentiment is likely to cause a significant price reversal. Using advanced algorithms and historical price data analysis, this indicator pinpoints potential bounce zones. Combined with other entry signal, this indicator can help forex traders place the best trades possible Signal A possible buy signal is generated when price is in the green zone an
FREE
The   OHLC indicator   shows the current and historical values of High, Low, Open, Close and Mid for a specific time period. It can plot the current values or the values from the previous session. The indicator's range can be calculated from a daily, weekly, monthly, or user-specified session. Levels High  of the current or previous session. Low  of the current or previous session. Open  of current or previous session. Close  of the current or previous session. Midpoint  of the current or prev
FREE
Risk5Percent is a custom indicator for MetaTrader 5 designed to help you manage your risk exposure precisely. By entering the desired risk percentage and the number of lots used, it calculates and displays the corresponding price level on the chart that represents your maximum anticipated loss (e.g., 5%), automatically considering contract and tick size for the selected instrument. Key Features: Custom settings for trade direction (long/short), risk percentage, and lot size. Automatic adjus
FREE
Basic Harmonic Pattern MT5
Mehran Sepah Mansoor
4.8 (89)
Questo indicatore identifica i   pattern armonici   più popolari che predicono i punti di inversione del mercato. Questi modelli armonici sono formazioni di prezzo che si ripetono costantemente nel mercato forex e suggeriscono possibili movimenti di prezzo futuri /   Versione MT4 gratuita Inoltre, questo indicatore è dotato di un segnale di entrata nel mercato e di vari take profit e stop loss. Va notato che, sebbene l'indicatore di pattern armonico possa fornire segnali di acquisto/vendita da
FREE
Gli utenti di questo prodotto hanno anche acquistato
SuperScalp Pro
Van Minh Nguyen
5 (9)
SuperScalp Pro – Sistema avanzato di indicatore per scalping con filtri multipli SuperScalp Pro è un sistema avanzato di indicatore per scalping che combina il classico Supertrend con molteplici filtri di conferma intelligenti. L’indicatore funziona in modo efficiente su tutti i timeframe da M1 a H4 ed è particolarmente adatto per XAUUSD, BTCUSD e le principali coppie Forex. Può essere utilizzato come sistema stand-alone o integrato in modo flessibile nelle strategie di trading esistenti. L’indi
Se acquisti questo indicatore, riceverai il mio Trade Manager Professionale + EA  GRATUITAMENTE. Innanzitutto è importante sottolineare che questo sistema di trading è un indicatore Non-Repainting, Non-Redrawing e Non-Lagging, il che lo rende ideale sia per il trading manuale che per quello automatico. Corso online, manuale e download di preset. Il "Sistema di Trading Smart Trend MT5" è una soluzione completa pensata sia per i trader principianti che per quelli esperti. Combina oltre 10 indicat
FX Trend MT5 NG
Daniel Stein
5 (4)
FX Trend NG: La Nuova Generazione di Intelligenza di Trend Multi-Mercato Panoramica FX Trend NG è uno strumento professionale di analisi del trend multi-timeframe e monitoraggio dei mercati. Ti consente di comprendere la struttura completa del mercato in pochi secondi. Invece di passare tra numerosi grafici, puoi identificare immediatamente quali strumenti sono in trend, dove il momentum sta diminuendo e dove esiste un forte allineamento tra i timeframe. Offerta di Lancio – Ottieni FX Trend NG
Market Flow Pro
Gabriele Sabatino
4 (1)
Market Flow Pro Market Flow Pro is an intelligent trading advisor for the MetaTrader 5 platform, designed for automatic trading on financial markets using algorithmic analysis and strict risk management. -Key features: - Fully automatic trading 24/5 - Adaptive trend and momentum entry algorithm -  Built-in risk management - Flexible lot settings (fixed/auto-calculation) - Support for major currency pairs and indices - Optimised for operation on various timeframes  How it works Market
Divergence Bomber
Ihor Otkydach
4.89 (83)
Ogni acquirente dell’indicatore riceverà inoltre gratuitamente: L’utilità esclusiva “Bomber Utility”, che gestisce automaticamente ogni operazione, imposta i livelli di Stop Loss e Take Profit e chiude le posizioni secondo le regole della strategia I file di configurazione (set file) per adattare l’indicatore a diversi asset I set file per configurare il Bomber Utility in tre modalità: “Rischio Minimo”, “Rischio Bilanciato” e “Strategia di Attesa” Una guida video passo-passo per installare, conf
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
Grabber System MT5
Ihor Otkydach
4.82 (22)
Ti presento un eccellente indicatore tecnico: Grabber, che funziona come una strategia di trading "tutto incluso", pronta all’uso. In un solo codice sono integrati strumenti potenti per l’analisi tecnica del mercato, segnali di trading (frecce), funzioni di allerta e notifiche push. Ogni acquirente di questo indicatore riceve anche gratuitamente: L’utility Grabber: per la gestione automatica degli ordini aperti Video tutorial passo dopo passo: per imparare a installare, configurare e utilizzare
Gold Entry Sniper
Tahir Mehmood
5 (5)
Gold Entry Sniper – Dashboard ATR Multi-Timeframe per Scalping e Swing Trading sull’Oro Gold Entry Sniper è un indicatore avanzato per MetaTrader 5 che offre segnali di acquisto/vendita precisi per XAUUSD e altri strumenti, basato sulla logica ATR Trailing Stop e l' analisi multi-timeframe . Caratteristiche e Vantaggi Analisi Multi-Timeframe – Visualizza trend su M1, M5, M15 in un'unica dashboard. Trailing Stop Basato su ATR – Stop dinamici che si adattano alla volatilità. Dashboard Professional
Atomic Analyst MT5
Issam Kassas
4.03 (30)
Innanzitutto, vale la pena sottolineare che questo indicatore di trading non è repaint, non è ridisegno e non presenta ritardi, il che lo rende ideale sia per il trading manuale che per quello automatico. Manuale utente: impostazioni, input e strategia. L'Analista Atomico è un indicatore di azione del prezzo PA che utilizza la forza e il momentum del prezzo per trovare un miglior vantaggio sul mercato. Dotato di filtri avanzati che aiutano a rimuovere rumori e segnali falsi, e aumentare il pote
Quantum TrendPulse
Bogdan Ion Puscasu
5 (22)
Ecco   Quantum TrendPulse   , lo strumento di trading definitivo che combina la potenza di   SuperTrend   ,   RSI   e   Stocastico   in un unico indicatore completo per massimizzare il tuo potenziale di trading. Progettato per i trader che cercano precisione ed efficienza, questo indicatore ti aiuta a identificare con sicurezza le tendenze di mercato, i cambiamenti di momentum e i punti di entrata e uscita ottimali. Caratteristiche principali: Integrazione SuperTrend:   segui facilmente l'andame
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
Power Candles MT5
Daniel Stein
5 (6)
Power Candles – Segnali di ingresso basati sulla forza per tutti i mercati Power Candles porta l’analisi di forza collaudata di Stein Investments direttamente sul grafico dei prezzi. Invece di reagire solo al prezzo, ogni candela viene colorata in base alla reale forza di mercato, consentendo di identificare immediatamente accumuli di momentum, accelerazioni della forza e transizioni di trend pulite. Un’unica logica per tutti i mercati Power Candles funziona automaticamente su tutti i simboli di
Game Changer è un indicatore di tendenza rivoluzionario, progettato per essere utilizzato su qualsiasi strumento finanziario, per trasformare il tuo MetaTrader in un potente analizzatore di trend. Funziona su qualsiasi intervallo temporale e aiuta a identificare i trend, segnala potenziali inversioni, funge da meccanismo di trailing stop e fornisce avvisi in tempo reale per risposte tempestive del mercato. Che tu sia un professionista esperto o un principiante in cerca di un vantaggio, questo st
Top indicator for MT5   providing accurate signals to enter a trade without repainting! It can be applied to any financial assets:   forex, cryptocurrencies, metals, stocks, indices .  Watch  the video  (6:22) with an example of processing only one signal that paid off the indicator! MT4 version is here It will provide pretty accurate trading signals and tell you when it's best to open a trade and close it. Most traders improve their trading results during the first trading week with the help of
Smart Stop Indicator – Precisione intelligente dello stop-loss direttamente sul grafico Panoramica Smart Stop Indicator è la soluzione ideale per i trader che desiderano posizionare il loro stop-loss in modo chiaro e metodico, senza dover indovinare o affidarsi all’intuizione. Questo strumento combina la logica classica del price action (massimi e minimi strutturali) con un moderno riconoscimento dei breakout per identificare il prossimo livello di stop realmente logico. In trend, in range o i
RFI levels PRO MT5
Roman Podpora
3.67 (3)
L'indicatore mostra accuratamente i punti di inversione e le zone di ritorno dei prezzi in cui il       Principali attori   . Vedi dove si formano le nuove tendenze e prendi decisioni con la massima precisione, mantenendo il controllo su ogni operazione. VERSION MT4     -    Rivela il suo massimo potenziale se combinato con l'indicatore   TREND LINES PRO Cosa mostra l'indicatore: Strutture di inversione e livelli di inversione con attivazione all'inizio di un nuovo trend. Visualizzazione dei li
Trend Screener Pro MT5
STE S.S.COMPANY
4.84 (101)
Indicatore di tendenza, soluzione unica rivoluzionaria per il trading di tendenze e il filtraggio con tutte le importanti funzionalità di tendenza integrate in un unico strumento! È un indicatore multi-timeframe e multi-valuta al 100% non ridipingibile che può essere utilizzato su tutti i simboli/strumenti: forex, materie prime, criptovalute, indici e azioni. Trend Screener è un indicatore di tendenza che segue un indicatore efficiente che fornisce segnali di tendenza a freccia con punti nel gra
Trend Lines PRO MT5
Roman Podpora
5 (1)
LINEE DI TENDENZA PRO  Aiuta a capire dove il mercato sta realmente cambiando direzione. L'indicatore mostra reali inversioni di tendenza e punti in cui i principali operatori rientrano. Vedi   Linee BOS   Cambiamenti di tendenza e livelli chiave su timeframe più ampi, senza impostazioni complesse o rumore inutile. I segnali non vengono ridisegnati e rimangono sul grafico dopo la chiusura della barra. VERSIONE MT4   -   Svela il suo massimo potenziale se abbinato all'indicatore   RFI LEVELS PRO
Order Block Pro MT5
N'da Lemissa Kouame
Order Block Pro (MQL5) – Versione 1.0 Autore: KOUAME N'DA LEMISSA Piattaforma: MetaTrader 5 Descrizione: Order Block Pro è un indicatore avanzato progettato per rilevare automaticamente Order Block rialzisti e ribassisti sul tuo grafico. Analizzando candele di consolidamento seguite da candele impulsive forti, l’indicatore evidenzia le aree chiave dove il prezzo è destinato a muoversi rapidamente. Ideale per trader che vogliono: Identificare punti di ingresso e uscita precisi. Rilevare zone din
FX Power MT5 NG
Daniel Stein
5 (31)
FX Power: Analizza la Forza delle Valute per Decisioni di Trading Più Intelligenti Panoramica FX Power è lo strumento essenziale per comprendere la reale forza delle principali valute e dell'oro in qualsiasi condizione di mercato. Identificando le valute forti da comprare e quelle deboli da vendere, FX Power semplifica le decisioni di trading e rivela opportunità ad alta probabilità. Che tu segua le tendenze o anticipi inversioni utilizzando valori estremi di Delta, questo strumento si adatta
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
Azimuth Pro
Ottaviano De Cicco
5 (4)
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
Presentazione       Quantum Breakout PRO   , l'innovativo indicatore MQL5 che sta trasformando il modo in cui scambi le zone di breakout! Sviluppato da un team di trader esperti con un'esperienza di trading di oltre 13 anni,       Quantum Breakout PRO       è progettato per spingere il tuo viaggio di trading a nuovi livelli con la sua strategia innovativa e dinamica della zona di breakout. Quantum Breakout Indicator ti fornirà frecce di segnalazione sulle zone di breakout con 5 zone target di
RelicusRoad Pro: Sistema Operativo Quantitativo di Mercato 70% DI SCONTO ACCESSO A VITA (TEMPO LIMITATO) - UNISCITI A 2.000+ TRADER Perché la maggior parte dei trader fallisce anche con indicatori "perfetti"? Perché operano su Singoli Concetti isolati. Un segnale senza contesto è una scommessa. Per vincere serve CONFLUENZA . RelicusRoad Pro non è un semplice indicatore. È un Ecosistema Quantitativo completo . Mappa la "Fair Value Road", distinguendo tra rumore e rotture strutturali. Smetti di in
FX Dynamic MT5
Daniel Stein
5 (5)
FX Dynamic: Monitora volatilità e trend con un’analisi ATR personalizzabile Panoramica FX Dynamic è uno strumento potente che sfrutta i calcoli di Average True Range (ATR) per fornire ai trader informazioni impareggiabili sulla volatilità, sia giornaliera che intraday. Impostando soglie di volatilità chiare—ad esempio 80%, 100%, 130%—puoi individuare rapidamente opportunità di profitto o ricevere avvisi quando il mercato supera i range abituali. FX Dynamic si adatta al fuso orario del tuo brok
FX Levels MT5
Daniel Stein
5 (13)
FX Levels: Supporti e Resistenze di Precisione Eccezionale per Tutti i Mercati Panoramica Rapida Cercate un modo affidabile per individuare livelli di supporto e resistenza in ogni mercato—coppie di valute, indici, azioni o materie prime? FX Levels fonde il metodo tradizionale “Lighthouse” con un approccio dinamico all’avanguardia, offrendo una precisione quasi universale. Basato sulla nostra esperienza reale con i broker e su aggiornamenti automatici giornalieri più quelli in tempo reale, FX
Trend indicator AI mt5
Ramil Minniakhmetov
5 (15)
Trend Ai indicator è un ottimo strumento che migliorerà l'analisi di mercato di un trader combinando l'identificazione della tendenza con punti di ingresso utilizzabili e avvisi di inversione. Questo indicatore consente agli utenti di navigare nelle complessità del mercato forex con fiducia e precisione Oltre ai segnali primari, l'indicatore Ai di tendenza identifica i punti di ingresso secondari che si presentano durante i pullback o i ritracciamenti, consentendo ai trader di capitalizzare le
Market Structure Order Block Dashboard MT5 è un indicatore per MT5 focalizzato sulla struttura di mercato e sui concetti ICT / Smart Money: HH/HL/LH/LL , BOS , ChoCH , oltre a Order Blocks , Fair Value Gaps (FVG) , liquidità (EQH/EQL, sweeps), sessioni / Kill Zones e un Volume Profile integrato, con una dashboard compatta di confluence. Importante: è uno strumento di analisi . Non esegue operazioni (non è un EA). Bonus per gli acquirenti Dopo l’acquisto, puoi ricevere 2 indicatori bonus (a scel
Trend Hunter MT5
Andrey Tatarinov
5 (3)
Trend Hunter è un indicatore di tendenza per lavorare nei mercati Forex, criptovaluta e CFD. Una caratteristica speciale dell'indicatore è che segue con sicurezza la tendenza, senza cambiare il segnale quando il prezzo supera leggermente la linea di tendenza. L'indicatore non viene ridisegnato; un segnale per entrare nel mercato appare dopo la chiusura della barra. Quando ci si sposta lungo un trend, l'indicatore mostra ulteriori punti di ingresso nella direzione del trend. Sulla base di quest
Altri dall’autore
Scalp Signal with SL TP Indicator — Trading Guide What It Does Scalp Signal with SL TP detects high-probability reversal entries by combining RSI extremes with candlestick patterns. It prints buy/sell arrows on chart with auto-calculated SL and 3 TP levels based on ATR. Built for scalping and intraday trading on MT5. Signal Types The indicator generates 3 types of signals. Each requires RSI to be at an extreme level before triggering. 1. Engulfing (Default: ON) The primary and strongest signal.
FREE
OneClick Trade Panel v1.0 — MT5 Expert Advisor Professional On-Chart Trading Panel with Built-in Risk Calculator What Is It? OneClick Trade Panel is an all-in-one trading panel that sits directly on your MT5 chart. It replaces the default MT5 one-click window with a full-featured interface combining: order execution, automatic lot calculation, visual SL/TP planning, position monitoring, and batch close operations. Built for speed. Built for risk control. No DLLs, no external dependencies. Key Fe
SMC Complete Indicator v4 - Trading Guide Introduction The SMC Complete Indicator v4 is a Smart Money Concepts (SMC) trading tool for MetaTrader 5. It automatically identifies institutional trading patterns to help traders align with "smart money" - banks, hedge funds, and market makers. Core Principle: Large institutions need liquidity to fill massive orders. They create predictable patterns: accumulating at key levels, hunting stop losses, leaving footprints (Order Blocks, FVGs), and creating
FREE
Trading Guide — Heatmap Volume 1. How the Indicator Works Heatmap Volume measures how many standard deviations the current volume is away from its moving average (SMA) . Core formula: stdbar = (Current Volume - SMA of Volume) / Standard Deviation The higher the stdbar value, the more abnormal the volume — and the more attention it deserves. Threshold Levels Level Default Multiplier Meaning Extra High > 4.0 σ Extremely abnormal volume — very rare High > 2.5 σ Unusually high volume — notewor
FREE
Trendlines with Breaks (TWB) — Trading Guide What Is It? Trendlines with Breaks is an auto-drawn trendline indicator that detects swing pivots, draws dynamic upper/lower trendlines, and fires breakout signals when price closes beyond those lines. No more manually drawing and adjusting trendlines — the indicator does it systematically. Core Settings Parameter Default What It Does Swing Detection Lookback 14 Bars left & right to confirm a pivot. Lower = more pivots, noisier lines. Higher = fewer p
FREE
Trading Guide — Heatmap Volume BarColor What Is This Indicator? Heatmap Volume BarColor is a companion indicator that paints your candlesticks directly on the main chart based on volume intensity. It uses the exact same logic as the Heatmap Volume indicator (separate window) but applies the color-coding to the candles themselves. Instead of looking down at the volume window, you can read volume strength at a glance right on the price chart. How It Works Each candle is colored according to how ma
FREE
Breakout Trend Trading Strategy Guide Table of Contents Core Concepts Breakout & Rejection Rules Entry & Exit Strategies Risk Management Trade Examples Common Mistakes Core Concepts The Breakout Trend Indicator identifies two key market behaviors: Breakouts : Price breaks through support/resistance levels Rejections : Price fails to break through these levels Indicator Calculations Top = Highest high of X candles (excluding current) Top1 = Highest high of X candles (including current) Bottom = L
FREE
EMA Offset Bands Indicator - Description & Trading Guide Description The EMA Offset Bands indicator is a custom technical analysis tool designed for MetaTrader 5 that displays a central Exponential Moving Average (EMA) line surrounded by percentage-based offset bands. This indicator creates dynamic support and resistance levels that automatically adjust based on the EMA value. Key Features: Central EMA line (default: 200-period, displayed in yellow) Four upper offset bands at 1%, 2%, 3%, and 4%
FREE
Support Resistance Channels - Trading Guide Table of Contents Overview Indicator Basics Understanding the Channels Trading Strategies Entry and Exit Signals Risk Management Best Practices Common Mistakes to Avoid Overview The Support Resistance Channels indicator automatically identifies and displays the strongest support and resistance zones based on pivot points. Unlike simple horizontal lines, this indicator creates channels (zones) which better represent real market behavior where support an
FREE
1. Introduction Collective TP Manager v2 is a MetaTrader 5 Expert Advisor designed to automatically manage the collective Take Profit and Stop Loss of multiple open positions on a single symbol. Instead of setting individual TP/SL for each order, this EA monitors the combined profit/loss of all (or filtered) positions and takes action when your targets are reached. 1.1 Why You Need This EA In modern trading, especially scalping and multi-EA environments, manually tracking the net profit of doze
FREE
# Super Trend Indicator - User Guide **Version:** 1.04 | **Platform:** MetaTrader 5 | **Release:** January 2025 --- ## OVERVIEW The **Grid Trend Indicator** combines Supertrend with Dual EMA filters to identify high-probability trading opportunities. Unlike standard indicators showing only bullish/bearish signals, this adds a crucial third state: **NO TREND**. ### Key Features **Triple-State System**: UPTREND (Green) / DOWNTREND (Red) / NO TREND (Gray)   **Multi-Layer Filtering**: S
FREE
Smart mcd
Minh Vuong Pham
MCD Hot Money visualizes three distinct market participant groups as color-coded histograms in a separate sub-window, all normalized to a 0–20 scale. The indicator uses a sensitivity-weighted, offset-adjusted RSI engine to reveal when large institutional capital is entering or exiting the market. BUFFERS Retailer (Green) — fixed at 20, ceiling reference line Hot Money (Yellow) — short-term institutional flow, based on RSI(40) with base offset 30, sensitivity 0.7 Banker (Red) — smart / la
FREE
Trade Journal & Dashboard v1.0 — MT5 Expert Advisor Real-Time Performance Analytics & Trade Journal on Your Chart What Is It? Trade Journal & Dashboard is an on-chart analytics panel that automatically tracks every closed trade and calculates professional performance metrics in real time. No spreadsheets, no external apps — everything you need to evaluate your trading performance lives directly on your MT5 chart. It reads your trade history, computes win rate, profit factor, expectancy, drawdown
FREE
Trailing Stop Manager v1.0 — MT5 Expert Advisor Advanced Multi-Mode Trailing Stop for MetaTrader 5 What Is It? Trailing Stop Manager automatically moves your Stop Loss to protect profits as price moves in your favor. Unlike MT5's built-in trailing stop (which only has one mode), this EA offers 4 professional trailing methods that adapt to different trading styles and market conditions. Works on ALL symbols. Attach to any chart and it manages all matching positions. 4 Trailing Modes 1. Fixed Pips
FREE
1. What It Does OrderByMagic is a display-only Indicator for MT5. It reads all open positions on your account and shows them grouped by Magic Number directly on the chart — updated every 2 seconds. It never opens, closes, or modifies any trade. 2. Why You Need It The Magic Number collision problem Every EA stamps a Magic Number on the orders it opens so it can identify and manage them later. When you run multiple EAs at the same time, each one must have a unique Magic Number. In practice this o
FREE
RANGE TRADING METHOD GUIDE Using the MultiTF_TopBottom_Bands Indicator 1. INTRODUCTION 1.1. What is Range Trading? Range Trading is a trading method based on identifying the price oscillation zone (range) of the market and utilizing price movements within this zone to trade. 1.2. Basic Principles Top : Resistance zone - where price typically gets pushed down Bottom : Support zone - where price typically gets pushed up Range : The distance between Top and Bottom % Lines : Important intermediate l
FREE
MACD ADVANCED - BRIEF DESCRIPTION INTRODUCTION MACD Advanced is an enhanced version of the traditional MACD indicator featuring an intelligent 4-color system that helps traders easily identify market trends and momentum. KEY FEATURES 1. Smart 4-Color System Bright Green (Lime) - Strong Bullish: MACD > 0 and MACD > Signal Light Green (DarkSeaGreen) - Weak Bullish: MACD > 0 but MACD < Signal ️ Bright Red (Red) - Strong Bearish: MACD < 0 and MACD < Signal Orange Red (OrangeRed)
FREE
Daily P/L Limiter v1.0 — MT5 Expert Advisor Automated Daily Loss/Profit Limiter & Max Drawdown Protection Essential for Prop Firm Challenges (FTMO, MFF, TFT, etc.) What Is It? Daily P/L Limiter automatically monitors your account's daily Profit & Loss and takes action when your limits are hit. It tracks both realized (closed trades) and unrealized (open positions) P/L, and can close all positions, disable trading, or send alerts. This is a must-have safety net for prop firm traders, where a sing
FREE
Quantum Scalp Momentum— Trading Guide What This Indicator Does The Scalping Combo is a 4-in-1 confluence indicator for MetaTrader 5. It overlays EMA9 and VWAP on your chart, monitors volume spikes and Stochastic momentum internally, then prints BUY/SELL arrows only when all four components align. A dashboard in the chart corner shows real-time status of every component. Components at a Glance Component Default Role EMA 9 9-period, close Micro-trend direction VWAP Daily reset Fair-value / institu
Filtro:
Nguyen Tho
74
Nguyen Tho 2026.02.11 04:41 
 

Rất trực quan, hiệu quả lắm . Nhưng sao nay vào mua không được

Minh Vuong Pham
2870
Risposta dello sviluppatore Minh Vuong Pham 2026.02.16 15:14
Thank your comment!
Rey Sonajo
467
Rey Sonajo 2026.01.27 13:17 
 

L'utente non ha lasciato alcun commento sulla valutazione.

Minh Vuong Pham
2870
Risposta dello sviluppatore Minh Vuong Pham 2026.02.16 15:14
Thank you!
Rispondi alla recensione