Supertrend with dual EMA confirmed

# Super Trend Indicator - User Guide

*** Group support: https://www.mql5.com/en/channels/vuongphamtrading

**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**: Supertrend + EMA Long + Dual EMA Cross  

✅ **Configurable Confirmation**: 1-10 candles for trend validation  

✅ **Visual Arrows**: Clear trend change signals  

✅ **Customizable Display**: Flexible label positioning  


---


## 🎯 HOW IT WORKS


### Filter System


**Layer 1: Supertrend Direction**

- Price above Supertrend = Potential Bullish

- Price below Supertrend = Potential Bearish


**Layer 2: EMA Long Filter** (Optional)

- UPTREND: Close > EMA(108)

- DOWNTREND: Close < EMA(108)


**Layer 3: Dual EMA Filter** (Optional)

- UPTREND: EMA(50) > EMA(108)

- DOWNTREND: EMA(50) < EMA(108)


**Layer 4: Minimum Distance**

- Price must be ≥0.05% from Supertrend


### Confirmation Process


Requires **3 consecutive candles** (default) meeting ALL active filters:


| Bar | ST | Close>EMA | EMA Cross | Distance | Status |

|-----|----|-----------|-----------| ---------|--------|

| -3  | ✅ | ✅        | ✅        | ✅       | 1/3    |

| -2  | ✅ | ✅        | ✅        | ✅       | 2/3    |

| -1  | ✅ | ✅        | ✅        | ✅       | 3/3    |

| **0** | **✅** | **✅** | **✅** | **✅** | **UPTREND** ✅ |


---


## 🎨 VISUAL SIGNALS


### Line Colors


**🟢 GREEN (Lime) - UPTREND**

- All filters confirmed bullish

- **Action:** Consider LONG trades

- **Hold:** Existing LONG positions


**🔴 RED - DOWNTREND**

- All filters confirmed bearish

- **Action:** Consider SHORT trades

- **Hold:** Existing SHORT positions


**⚫ GRAY - NO TREND**

- Filters not satisfied

- **Action:** 🚫 AVOID TRADING

- **Meaning:** Choppy/uncertain market


### Status Label Format


Example: `↖ UPTREND (5✓) [EMA + Dual]`


- `↖` = Position indicator

- `UPTREND` = Current state

- `(5✓)` = Consecutive confirming candles

- `[EMA + Dual]` = Active filters


---


## ⚙️ KEY SETTINGS


### Supertrend Settings

```

SupertrendPeriod = 10          // ATR period (7-20)

SupertrendMultiplier = 3.0     // Band width (2.0-5.0)

```


**Adjustment Guide:**

- **Low volatility:** 2.0-2.5

- **Normal:** 3.0 (recommended)

- **High volatility:** 3.5-5.0


### EMA Settings

```

EMAShortPeriod = 50           // Fast EMA

EMALongPeriod = 108           // Slow EMA

```


**By Trading Style:**

- **Scalping:** 20/50

- **Day Trading:** 50/108 (default)

- **Swing Trading:** 100/200


### Trend Filters

```

UseEMAFilter = true           // Price vs EMA108

UseDualEMAFilter = true       // EMA50 vs EMA108

TrendConfirmCandles = 3       // Candles needed (1-10)

MinDistancePercent = 0.05     // Min distance from ST

```


**Filter Combinations:**


| EMA | Dual EMA | Sensitivity |

|-----|----------|-------------|

| OFF | OFF | High (most signals) |

| ON  | OFF | Medium |

| ON  | ON  | Low (best quality) |


### Label Position

```

LabelCorner = CORNER_LEFT_UPPER    // Corner position

LabelXDistance = 10                // Horizontal offset

LabelYDistance = 30                // Vertical offset

LabelFontSize = 12                 // Text size

```


---


## 📈 TRADING STRATEGIES


### Strategy 1: Pure Trend Following


**LONG Entry:**

1. Line turns GREEN (from GRAY/RED)

2. Yellow arrow appears

3. Enter at market/next candle

4. Stop: Below Supertrend line


**SHORT Entry:**

1. Line turns RED (from GRAY/GREEN)

2. Yellow arrow appears

3. Enter at market/next candle

4. Stop: Above Supertrend line


**Exit:** When line turns GRAY or opposite color


**Best For:** Beginners, part-time traders, H1-D1 timeframes  

**Win Rate:** 60-70% in trending markets


---


### Strategy 2: Pullback Trading


**Setup:**

1. GREEN/RED line confirmed (5+ candles)

2. Price pulls back to Supertrend

3. Bounces off ST line

4. Enter in trend direction


**Risk Management:**

- Entry: Pullback to ST

- Stop: 1.5 ATR beyond ST

- Target: Previous swing high/low

- RR: 2:1 to 3:1


**Best For:** Active traders, M15-H1 timeframes  

**Win Rate:** 55-65%


---


### Strategy 3: Multi-Timeframe


**Process:**

1. **H4:** Identify trend direction (GREEN/RED only)

2. **H1:** Confirm trend alignment

3. **M15:** Enter on pullback


**Rules:**

- Only trade when all 3 timeframes agree

- Use H4 trend for direction

- H1 for confirmation

- M15 for entry timing


**Best For:** Experienced traders  

**Win Rate:** 65-75%


---


## 🚫 WHAT TO AVOID


### Critical DON'Ts


**1. Trading GRAY Periods**

- Market is choppy/uncertain

- High probability of whipsaws

- Win rate drops to 30-40%


**2. Conflicting Timeframes**

```

D1: RED (downtrend)

H1: GREEN ← Don't trade this!


Rule: Never fight higher timeframe

```


**3. Major News Events**

- Close positions 30min before news

- Wait 30min after news release

- Indicator may give false signals


**4. Low Volume Periods**

- Asian session (for EUR/USD)

- Lunch hours

- Holiday periods

- Friday afternoons


**5. Over-Optimizing Settings**

- Use defaults first

- Change ONE setting at a time

- Test for 30+ trades before adjusting


---


## ⏱️ RECOMMENDED TIMEFRAMES


| Timeframe | Trading Style | Win Rate | Trades/Day | Check Freq |

|-----------|--------------|----------|------------|------------|

| M15 | Intraday | 60-65% | 3-8 | Every 15min |

| M30 | Day Trading | 65-70% | 2-5 | Every 30min |

| H1 | Swing/Day | 65-75% | 1-4 | Hourly |

| H4 | Swing | 70-80% | 2-5/week | 2-3x daily |

| D1 | Position | 75-85% | 2-4/month | Daily |


**Recommendation:** Start with **H1** for best balance


---


## 🔧 OPTIMIZATION TIPS


### For Trending Markets

```

TrendConfirmCandles = 2           // Faster entry

SupertrendMultiplier = 2.5        // Tighter bands

MinDistancePercent = 0.03         // Allow closer entries

```


### For Choppy Markets

```

TrendConfirmCandles = 5           // More confirmation

SupertrendMultiplier = 4.0        // Wider bands

MinDistancePercent = 0.10         // Strict requirements

```


### For High Volatility

```

SupertrendMultiplier = 4.0-5.0    // Much wider bands

MinDistancePercent = 0.15         // Greater separation

Position Size = 50% normal        // Reduce risk

```


### Asset-Specific


**Forex Majors (EURUSD, GBPUSD):**

- TF: M15-H1

- Multiplier: 3.0

- Trade: London/NY sessions only


**Gold (XAUUSD):**

- TF: M15-H1

- Multiplier: 3.5 (more volatile)

- Avoid major news


**Crypto (BTC, ETH):**

- TF: H1-H4

- Multiplier: 4.0-5.0 (very volatile)

- 24/7 trading possible


---


## 🎓 ADVANCED: GRID EA INTEGRATION


### Mode 1: BUY TREND ONLY

```

EA Setting: MODE_BUY_ONLY

Indicator: Must show GREEN to open grid


TP Logic:

- If GREEN: Use Trailing Stop

- If GRAY/RED: Use Total USD TP

```


### Mode 2: SMART TP (Always Trading)

```

EA Setting: MODE_BUY_SMART_TP


Behavior:

- Always opens BUY grids

- When GREEN: Use trailing stop

- When GRAY/RED: Use fixed USD TP


Result: Maximizes profit in trends, 

        protects capital in choppy markets

```


### Grid Settings by Trend


**Strong Trend (GREEN/RED 10+ candles):**

- Smaller grid steps

- More max orders

- Aggressive settings


**Choppy (Frequent GRAY):**

- Larger grid steps

- Fewer max orders

- Conservative settings


---


## 🐛 QUICK TROUBLESHOOTING


### Too Much GRAY?


**Solutions:**

1. Disable one filter (try UseDualEMAFilter = false)

2. Reduce TrendConfirmCandles to 2-3

3. Lower MinDistancePercent to 0.03

4. Switch to higher timeframe


### Too Many False Signals?


**Solutions:**

1. Increase TrendConfirmCandles to 4-5

2. Enable all filters

3. Increase MinDistancePercent to 0.10

4. Move to higher timeframe (M15→H1)


### Line Not Showing?


**Solutions:**

1. Check color settings (not white on white)

2. Increase line width to 2-3

3. Re-compile indicator in MetaEditor

4. Restart MT5 and reload


### Signals Too Late?


**Reality:** This is normal for confirmation indicators!


**Solutions:**

1. Accept the lag (safety > speed)

2. Use lower TF for entry after higher TF confirms

3. Reduce TrendConfirmCandles to 2

4. Use pending orders at ST line


---


## 📝 QUICK START (5 MINUTES)


### Step 1: Install (30 seconds)

1. Copy .mq5 to MT5/Indicators folder

2. Restart MT5

3. Drag onto chart


### Step 2: Settings (30 seconds)

Keep all defaults, only change:

- LabelCorner: Your preferred corner

- Timeframe: H1 recommended


### Step 3: First Trade (3 minutes)


**LONG Setup:**

1. Wait for GREEN line

2. Yellow arrow appears

3. Enter next candle

4. Stop: 20 pips below ST line

5. Exit: When turns GRAY or RED


**SHORT Setup:** 

Same but opposite (RED line)


### Week 1 Plan


**Days 1-2:** Watch only (no trading)  

**Days 3-4:** Paper trade (write down)  

**Days 5-7:** Real trade 0.01 lots ($1-5 risk)


---


## ✅ TRADING CHECKLIST


**Before Every Trade:**


□ Line is GREEN (LONG) or RED (SHORT)?  

□ Color held for 3+ candles?  

□ No GRAY in last 5 candles?  

□ Higher timeframe agrees?  

□ No news in next 30 minutes?  

□ Risk only 1-2% of account?  

□ Know exact stop loss level?  

□ Know exit strategy?  


**If all checked:** TRADE  

**If any unchecked:** SKIP


---


## 🎯 GOLDEN RULES


**1. GREEN = GO | RED = GO | GRAY = NO**


**2. Higher Timeframe is King**

- Never fight daily trend

- Align with H4 minimum


**3. Risk Management First**

- 1-2% per trade maximum

- Always use stop loss

- Small losses = insurance


**4. Patience Wins**

- Wait for clear signals

- Quality > Quantity

- 1 good trade > 10 mediocre


**5. Keep Learning**

- Review trades weekly

- Adjust quarterly

- Never stop improving


---


## ⚖️ DISCLAIMER


**⚠️ HIGH RISK WARNING**


Trading carries substantial risk of loss. This indicator does NOT guarantee profits. Past performance ≠ future results.


**You agree:**

- You are solely responsible for trading decisions

- You understand all risks involved

- You will use proper risk management

- You will not risk more than you can afford to lose

- Developer is not liable for any losses


**Always:**

- Use stop losses

- Risk max 1-2% per trade

- Test on demo first

- Seek professional advice if needed


---


## 📞 SUPPORT


**Version:** 1.04  

**Platform:** MT5 Build 3600+  

**Compatibility:** All brokers, symbols, timeframes


**Updates:** Based on user feedback  

**Documentation:** Regular updates on website


---


## 🚀 FINAL THOUGHTS


### Success Formula

```

Discipline + Patience + Risk Management = Profitable Trading


Good Indicator + Bad Discipline = Losses

Average Indicator + Great Discipline = Profits

```


### Remember


> *"The indicator shows the path,*  

> *but YOU must walk it with discipline."*


> *"GRAY is your friend—*  

> *it protects you from bad trades."*


> *"The best traders know when NOT to trade."*


---


**Quick Reference Card**

```

╔═══════════════════════════════════╗

║  GRID TREND INDICATOR CHEAT SHEET ║

╠═══════════════════════════════════╣

║  🟢 GREEN = Trade LONG             ║

║  🔴 RED = Trade SHORT              ║

║  ⚫ GRAY = NO TRADE                ║

║                                    ║

║  Stop: Below/Above ST line         ║

║  Risk: 1-2% maximum                ║

║  Check Higher TF first             ║

║                                    ║

║  AVOID:                            ║

║  • Trading GRAY periods            ║

║  • Fighting higher timeframe       ║

║  • Trading without stops           ║

║  • Overtrading                     ║

║                                    ║

║  ALWAYS:                           ║

║  • Use stop loss                   ║

║  • Keep journal                    ║

║  • Stay disciplined                ║

║  • Manage risk                     ║

╚═══════════════════════════════════╝

```


---


**Good luck and trade safely! 🚀**


*Grid Trend Indicator v1.04 - Complete User Guide*  

*Copyright 2025 - All Rights Reserved*


---

Produtos recomendados
Show Pips for MT5
Roman Podpora
4.52 (27)
Este indicador de informação será útil para quem quer estar sempre atento à situação atual da conta. VERSION MT 4 -   More useful indicators O indicador exibe dados como lucro em pontos, porcentagem e moeda, bem como o spread do par atual e o tempo até o fechamento da barra no período atual. Existem várias opções para colocar a linha de informação no gráfico: À direita do preço (corre atrás do preço); Como comentário (no canto superior esquerdo do gráfico); No canto selecionado da tela. Também é
FREE
Dynamic Supply and Demand indicator automatically identifies and displays Supply and Demand Zones on your chart based on price action patterns and market structure.  These zones represent areas where institutional buying or selling pressure has historically occurred, making them key levels for potential price reactions. This form of indicator takes inspiration from ICT as well as traditional Support & Resistance formation. **For the first 50 candles (number depends on LookBackCandles) when indic
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
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
Trading Sessions by Mahefa R is an indicator for MetaTrader 5 that visually identifies the four main trading sessions: New York, London, Tokyo, and Sydney . Designed to provide a clean, intuitive, and professional market view, it highlights the most active periods of the Forex market using smart visualization of session ranges , session-specific candle colors , and daily separators . Main Features: Automatic detection of the 4 major sessions New York London Tokyo Sydney Each session is fully c
FREE
Multi-timeframe trend indicator based on the ADX / ADXWilder indicator with Fibonacci levels The indicator shows trend areas using ADX or ADXWilder indicator data from multiple timeframes. The impulse mode of the indicator allows you to catch the beginning of a trend, and several "Screens" with different timeframes allow you to filter out market noise. Fibonacci levels are added to the price chart, which have flexible settings. How the indicator works: if PDI is greater than NDI, then   it`s
FREE
Zigzag Price Arrows
Aiman Saeed Salem Dahbag
The Zigzag Price Arrow indicator is an enhanced version of the classic Zigzag indicator, combining the traditional zigzag pattern with advanced visual features. It not only identifies major market turning points but also provides clear trading signals through: • Directional arrows: Displays colored arrows (green for buy, magenta for sell) indicating potential trend directions. • Price labels: Shows the exact price values at each pivot point directly on the chart. • Improved visual clarity: Make
FREE
Indicator and Expert Adviser  EA Available in the comments section of this product. Download with Indicator must have indicator installed for EA to work. Mt5 indicator alerts for bollinger band and envelope extremes occurring at the same time. Buy signal alerts occur when A bullish candle has formed below both the lower bollinger band and the lower envelope  Bar must open and close below both these indicators. Sell signal occur when A bear bar is formed above the upper bollinger band and upper
FREE
https://www.mql5.com/en/users/gedeegi/seller    The GEN indicator is a multifunctional technical analysis tool for the MetaTrader 5 (MT5) platform. It is designed to automatically identify and display key Support and Resistance (S&R) levels and detect False Breakout signals, providing clear and visual trading cues directly on your chart. Its primary goal is to help traders identify potential price reversal points and avoid market traps when the price fails to decisively break through key levels
FREE
MACD Enhanced
Nikita Berdnikov
5 (3)
Introducing the MACD  Enhanced – an advanced MACD (Moving Average Convergence Divergence) indicator that provides traders with extended capabilities for trend and momentum analysis in financial markets. The indicator uses the difference between the fast and slow exponential moving averages to determine momentum, direction, and strength of the trend, creating clear visual signals for potential entry and exit points. Attention! To achieve the best results, it is recommended to adapt the indicator
FREE
https://www.mql5.com/en/users/gedeegi/seller   GEN (Trend Fib Zones) GEN (Trend Fib Zones) is a professional technical analysis indicator that automatically detects trend structure shifts using swing highs/lows and dynamically plots key Fibonacci retracement and extension zones. Key Features: Automatic Trend Structure Detection Identifies market structure changes using CHoCH (Change of Character) and BOS (Break of Structure) logic. Highlights trend direction based on real swing high/low pivo
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
Phoenix Moving Average Meter
PHOENIX GLOBAL INVESTMENTS LTD
Medidor de Média Móvel Phoenix (MT5) Ferramenta profissional de análise e visualização de tendências de média móvel para MetaTrader 5. Combina análise inteligente de inclinação, medição da largura da nuvem e classificação de regime em um painel limpo e em tempo real. Visão geral O Medidor de Média Móvel Phoenix analisa a relação entre uma média móvel rápida e lenta para determinar a direção, a força e a maturidade da tendência. O indicador monitora continuamente o ângulo da inclinação da MA,
FREE
SuperTrend Indicator – Description & Important Notice The SuperTrend is a composite technical indicator designed to help you identify the primary trend, measure its strength, and assess signal quality. However, an indicator is only a tool —it’s never 100% accurate and cannot replace sound risk management. 1. Core Formula & Components ATR (Average True Range): measures price volatility; customize sensitivity via Periods and Multiplier . Upper/Lower Bands: derived from ATR and your chosen source p
FREE
AZ session scalper A small but useful session indicator, designed primarily for scalping. Enable the session you plan to trade, watch the reaction of the M5/M15 candlesticks to the level of the previous trading session, and enter. We always look at the reaction of the current session to the previous one. For example, if you trade the Americas, enable the European session, and watch how one session takes away liquidity from another. Important: adjust the time to your broker's time zone in the i
FREE
Statistical Arbitrage Spread Generator for Cointegration [MT5] What is Pair Trading? Pair trading is a market-neutral strategy that looks to exploit the relative price movement between two correlated assets — instead of betting on the direction of the market. The idea? When two assets that usually move together diverge beyond a statistically significant threshold, one is likely mispriced. You sell the expensive one, buy the cheap one , and profit when they converge again. It’s a statistica
FREE
Curver Arrows
Francis Dube
3.75 (4)
Este indicador é uma porta em linha reta de um conhecido indicador MetaTrader 4 que está disponível gratuitamente na Internet. Ele não redesenha. Ele implementa um tipo de estratégia de fuga. As setas indicam a direção do mercado. Use o indicador em gráficos M15 e superior.
FREE
RSI divergence indicator finds divergences between price chart and   RSI   indicator and informs you with alerts (popup, mobile notification or email). Its main use is to find trend reversals in the chart. Always use the divergence indicators with other technical assets like support resistance zones, candlestick patterns and price action to have a higher possibility to find trend reversals. Three confirmation type for   RSI   divergences: RSI   line cross 50 level Price returns to previous H/L C
FREE
The Multi-Frame MACD Indicator is a robust MetaTrader 5 (MT5) indicator that utilizes the Moving Average Convergence Divergence (MACD) to analyze trends across multiple timeframes. This indicator synchronizes MACD-based trend signals from up to nine timeframes (M1, M5, M15, M30, H1, H4, D1, W1, MN1) and presents them with clear visual cues, including a colored MACD line, signal arrows, and a customizable dashboard. Perfect for traders seeking momentum and trend reversal insights. Features Multi-
FREE
GEN RSI hunter
Gede Egi Narditya
INDICATOR: GEN RSI Hunter Developer: gedeegi General Description GEN RSI Hunter is a technical indicator based on the Relative Strength Index (RSI) that automatically detects potential BUY and SELL signals based on overbought/oversold conditions and price reversal patterns. This indicator is perfect for traders who want to capture short-term swing opportunities using price action confirmation and price patterns like Double Top and Double Bottom. Signals are confirmed by breakout candles and val
FREE
Multi-timeframe trend indicator, based on the ADX / ADXWilder indicator The indicator shows trend areas using ADX or ADXWilder indicator data from multiple timeframes. The impulse mode of the indicator allows you to catch the beginning of a trend, and several "Screens" with different timeframes allow you to filter out market noise. How the indicator works: if PDI is greater than NDI, then it`s bullish movement; if PDI is less than NDI, then it`s bearish movement; to determine any trend, it is
FREE
Automatic Trendlines
Pasi Hakamaki
4.69 (49)
O indicador desenha linhas de tendência no gráfico. Este indicador possui seis entradas. O usuário pode especificar rótulos alternativos para ambas as linhas. Se várias instâncias do indicador forem usadas, os rótulos devem ser diferentes. O usuário pode definir a largura e a cor das linhas e a profundidade que especifica quais picos significativos devem ser usados. Por exemplo, Depth = 10 define as linhas de tendência usando os picos e vales atuais que têm pelo menos 10 barras à direita e à esq
FREE
PZ Penta O MT5
PZ TRADING SLU
3.5 (4)
The Penta-O is a 6-point retracement harmonacci pattern which usually precedes big market movements. Penta-O patterns can expand and repaint quite a bit. To make things easier this indicator implements a twist: it waits for a donchian breakout in the right direction before signaling the trade. The end result is an otherwise repainting indicator with a very reliable trading signal. The donchian breakout period is entered as an input. [ Installation Guide | Update Guide | Troubleshooting | FAQ | A
FREE
Envolventes con alertas
Juan Manuel Rojas Perez
MT5 Enveloping Pattern Detector: Your competitive advantage in trading Are you looking for a tool to help you accurately identify the best trading opportunities in the forex market? Our Engulfing Pattern Detector provides you with a highly reliable buy or sell signal, based on one of the most recognized and effective Japanese candlestick patterns: the engulfing pattern. With an average success rate of 70%, this indicator will allow you to make safer and more profitable investment decisions. Don'
FREE
O indicador mostra a diferença entre as duas médias móveis na forma de um histograma. As médias móveis têm enormes possibilidades de personalização. Notifica por todos os meios quando você muda a cor do histograma: chia no terminal, envia uma notificação para o telefone e uma carta para o correio — agora você definitivamente não perderá um negócio. Indicador totalmente gratuito de cruzamento de médias móveis na forma de linhas no gráfico: https://www.mql5.com/pt/market/product/148478 O seu feedb
FREE
Breakout Finder MT5
Quang Huy Quach
5 (1)
The "Breakout Finder" is a technical indicator designed to automatically identify potential price breakouts and breakdowns on a chart. The highlight of this indicator is its robust signal filtering system, which helps traders avoid false signals (fakeouts) and focus on higher-probability trading opportunities. Key Features Automatic Pivot Point Detection: The indicator automatically identifies significant pivot highs and lows on the chart to establish potential support and resistance levels. Bre
FREE
如果产品有任何问题或者您需要在此产品上添加功能,请联系我 Contact/message me if you encounter any issue using the product or need extra feature to add on the base version. Floating Highest Lowest MT5 provides you an intuitive and user-friendly method to monitor the floating highest (profit) and lowest (loss) that all your trades together ever arrive. For example, I opened 3 orders, which arrived at $4.71 floating profit when trade following trend. Later when the trend is against me, these 3 orders arrive $30 in loss, and a
FREE
Shape Pack MT5
John Louis Fernando Diamante
This indicator provides common shapes as drawing object options. The shapes are rotatable, resizable, draggable, and will keep their proportions (according to their handle trendline) across different chart scales. Multiple drawings are supported. Shapes: Square Rhombus Triangle (quadrilateral & isosceles) Circle (grid, overlapped grid, flexi grid, rotatable grid, concentric circles) Features: rays (all object edges will be rays) show/hide each individual drawing type, or all delete last drawn ob
FREE
Value Chart Candlesticks
Flavio Javier Jarabeck
4.69 (13)
The idea of a Value Chart indicator was presented in the very good book I read back in 2020 , " Dynamic Trading Indicators: Winning with Value Charts and Price Action Profile ", from the authors Mark Helweg and David Stendahl. The idea is simple and the result is pure genius: Present candlestick Price analysis in a detrended way! HOW TO READ THIS INDICATOR Look for Overbought and Oversold levels. Of course, you will need to test the settings a lot to find the "correct" one for your approach. It
FREE
SSACD - Singular Spectrum Average Convergence/Divergence This is an analogue of the MACD indicator based on the Caterpillar-SSA ( Singular Spectrum Analysis ) method. Limited version of the SSACD Forecast indicator. Limitations include the set of parameters and their range. Specificity of the method The Caterpillar-SSA is an effective method to handle non-stationary time series with unknown internal structure. The method allows to find the previously unknown periodicities of the series and make
FREE
Os compradores deste produto também adquirem
SuperScalp Pro
Van Minh Nguyen
5 (10)
SuperScalp Pro – Sistema avançado de indicador de scalping com múltiplos filtros SuperScalp Pro é um sistema avançado de indicador de scalping que combina o clássico Supertrend com múltiplos filtros inteligentes de confirmação. O indicador opera de forma eficiente em todos os timeframes de M1 a H4 e é especialmente adequado para XAUUSD, BTCUSD e principais pares Forex. Pode ser usado como sistema independente ou integrado de forma flexível a estratégias de trading existentes. O indicador integra
Divergence Bomber
Ihor Otkydach
4.89 (83)
Cada comprador deste indicador recebe adicionalmente, e de forma gratuita: A ferramenta exclusiva "Bomber Utility", que acompanha automaticamente cada operação, define os níveis de Stop Loss e Take Profit e fecha operações de acordo com as regras da estratégia; Arquivos de configuração (set files) para ajustar o indicador em diferentes ativos; Set files para configurar o Bomber Utility nos modos: "Risco Mínimo", "Risco Balanceado" e "Estratégia de Espera"; Um vídeo tutorial passo a passo que aju
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
Se você comprar este indicador, receberá meu Gerenciador de Operações Profissional + EA  GRATUITAMENTE. Primeiramente, vale ressaltar que este Sistema de Trading é um Indicador Não Repintado, Não Redesenho e Não Atrasado, o que o torna ideal tanto para o trading manual quanto para o automatizado. Curso online, manual e download de predefinições. O "Sistema de Trading Inteligente MT5" é uma solução completa de trading projetada para traders novos e experientes. Ele combina mais de 10 indicadores
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
FX Trend MT5 NG
Daniel Stein
5 (4)
FX Trend NG: A Nova Geração de Inteligência de Tendência Multi-Mercado Visão Geral FX Trend NG é uma ferramenta profissional de análise de tendências e monitoramento de mercado em múltiplos períodos de tempo. Permite compreender a estrutura completa do mercado em segundos. Em vez de alternar entre vários gráficos, você visualiza instantaneamente quais ativos estão em tendência, onde o momentum está enfraquecendo e onde existe alinhamento forte entre diferentes timeframes. Oferta de Lançamento
Grabber System MT5
Ihor Otkydach
4.82 (22)
Apresento a você um excelente indicador técnico: Grabber, que funciona como uma estratégia de trading “tudo incluído”, pronta para usar. Em um único código estão integradas ferramentas poderosas de análise técnica de mercado, sinais de entrada (setas), funções de alertas e notificações push. Cada comprador deste indicador também recebe gratuitamente: Utilitário Grabber: ferramenta para gerenciamento automático de ordens abertas Vídeo tutorial passo a passo: como instalar, configurar e operar com
Power Candles MT5
Daniel Stein
5 (6)
Power Candles – Sinais de entrada baseados em força para qualquer mercado Power Candles leva a análise de força comprovada da Stein Investments diretamente para o seu gráfico de preços. Em vez de reagir apenas ao preço, cada candle é colorido com base na força real do mercado, permitindo identificar instantaneamente a construção de momentum, aceleração de força e transições limpas de tendência. Uma única lógica para todos os mercados Power Candles funciona automaticamente em todos os símbolos de
Trend Screener Pro MT5
STE S.S.COMPANY
4.84 (101)
Desbloqueie o poder da negociação de tendências com o indicador Trend Screener: sua solução definitiva de negociação de tendências, alimentada por lógica difusa e sistema de múltiplas moedas! Eleve sua negociação de tendências com o Trend Screener, o revolucionário indicador de tendências alimentado por lógica difusa. É um poderoso indicador de acompanhamento de tendências que combina mais de 13 ferramentas e recursos premium e 3 estratégias de negociação, tornando-o uma escolha versátil para to
Gold Entry Sniper
Tahir Mehmood
5 (5)
Gold Entry Sniper – Painel ATR Multi-Tempo Profissional para Scalping e Swing Trading em Ouro Gold Entry Sniper é um indicador avançado para MetaTrader 5 projetado para fornecer sinais de compra/venda precisos para XAUUSD e outros ativos, com base na lógica de Trailing Stop ATR e análise multi-tempo . Ideal tanto para scalpers quanto para swing traders. Principais Recursos e Vantagens Análise Multi-Tempo – Veja a tendência de M1, M5 e M15 em um único painel. Trailing Stop Baseado em ATR – Níveis
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
Quantum TrendPulse
Bogdan Ion Puscasu
5 (22)
Apresentando   Quantum TrendPulse   , a ferramenta de negociação definitiva que combina o poder do   SuperTrend   ,   RSI   e   Stochastic   em um indicador abrangente para maximizar seu potencial de negociação. Projetado para traders que buscam precisão e eficiência, este indicador ajuda você a identificar tendências de mercado, mudanças de momentum e pontos de entrada e saída ideais com confiança. Principais características: Integração SuperTrend:   siga facilmente a tendência predominante do
Atomic Analyst MT5
Issam Kassas
4.03 (30)
Primeiramente, vale ressaltar que este Indicador de Negociação não repinta, não redesenha e não apresenta atrasos, tornando-o ideal tanto para negociação manual quanto automatizada. Manual do utilizador: configurações, entradas e estratégia. O Analista Atômico é um Indicador de Ação de Preço PA que utiliza a força e o momentum do preço para encontrar uma vantagem melhor no mercado. Equipado com filtros avançados que ajudam a remover ruídos e sinais falsos, e aumentam o potencial de negociação.
Smart Stop Indicator – Precisão inteligente de stop-loss diretamente no seu gráfico Visão geral O Smart Stop Indicator é a solução ideal para traders que desejam definir seu stop-loss de forma clara e metódica, sem adivinhações ou decisões baseadas apenas na intuição. A ferramenta combina lógica clássica de price action (topos mais altos, fundos mais baixos) com um sistema moderno de detecção de rompimentos para identificar onde realmente deve estar o próximo nível lógico de stop. Seja em tend
Apresentando       Quantum Breakout PRO   , o inovador Indicador MQL5 que está transformando a maneira como você negocia Breakout Zones! Desenvolvido por uma equipe de traders experientes com experiência comercial de mais de 13 anos,       Quantum Breakout PRO       foi projetado para impulsionar sua jornada comercial a novos patamares com sua estratégia de zona de fuga inovadora e dinâmica. O Quantum Breakout Indicator lhe dará setas de sinal em zonas de breakout com 5 zonas-alvo de lucro e su
Game Changer Indicator mt5
Vasiliy Strukov
4.62 (21)
Game Changer es un indicador de tendencia revolucionario, diseñado para usarse en cualquier instrumento financiero y transformar su MetaTrader en un potente analizador de tendencias. Funciona en cualquier marco temporal y facilita la identificación de tendencias, señala posibles reversiones, actúa como mecanismo de trailing stop y proporciona alertas en tiempo real para una respuesta rápida del mercado. Tanto si es un profesional experimentado como si es un principiante que busca una ventaja com
[ My Products ] , [ My Channel ] HFT Spike Detector HFT Spike Detector é uma ferramenta profissional de monitoramento de ticks desenvolvida para analisar e medir em tempo real movimentos de preço de alta frequência (picos repentinos causados por HFT). O objetivo é permitir que você detecte valores anormais de slippage, lacunas de liquidez e saltos de preço em milissegundos causados pelo corretor, utilizando dados numéricos. Princípio de funcionamento O Expert Advisor analisa cada tick rece
OmniSync Projection
Antonio-alin Teculescu
5 (1)
Chronos Fractal Engine is an innovative price projection indicator for MetaTrader 5, designed to transform your technical analysis by intelligently identifying and projecting historical price patterns. Built upon an advanced correlation algorithm and the fractal principles of the market, this powerful tool visualizes potential future price movements, giving you a unique edge in your trading decisions. What is Chronos Fractal Engine? At its core, the Chronos Fractal Engine employs a sophisticat
RFI levels PRO MT5
Roman Podpora
3.67 (3)
O indicador mostra com precisão os pontos de reversão e as zonas de retorno de preço onde o   Principais players . Você identifica onde novas tendências estão se formando e toma decisões com máxima precisão, mantendo o controle sobre cada negociação. VERSION MT4     -    Revela seu potencial máximo quando combinado com o indicador   TREND LINES PRO. O que o indicador mostra: Estruturas de reversão e níveis de reversão com ativação no início de uma nova tendência. Exibição dos níveis de   TAKE P
FX Power MT5 NG
Daniel Stein
5 (31)
FX Power: Analise a Força das Moedas para Decisões de Negociação Mais Inteligentes Visão Geral FX Power é a sua ferramenta essencial para compreender a força real das principais moedas e do ouro em quaisquer condições de mercado. Identificando moedas fortes para comprar e fracas para vender, FX Power simplifica as decisões de negociação e revela oportunidades de alta probabilidade. Quer você prefira seguir tendências ou antecipar reversões usando valores extremos de Delta, esta ferramenta adap
Azimuth Pro
Ottaviano De Cicco
5 (4)
PROMOÇÃO DE LANÇAMENTO O preço do Azimuth Pro está inicialmente definido em 299$ para os primeiros 100compradores. O preço final será de 499$ . A DIFERENÇA ENTRE ENTRADAS RETAIL E INSTITUCIONAIS NÃO É O INDICADOR — É A LOCALIZAÇÃO. A maioria dos traders entra em níveis de preço arbitrários, perseguindo momentum ou reagindo a sinais atrasados. As instituições esperam o preço atingir níveis estruturados onde oferta e demanda realmente mudam. Azimuth Pro mapeia esses níveis automaticamente: VWA
Crystal Heikin Ashi Signals
Muhammad Jawad Shabir
5 (1)
Crystal Heikin Ashi Signals - Professional Trend & Signal Detection Indicator Advanced Heikin Ashi Visualization with Intelligent Signal System for Manual & Automated Trading Final Price: $149 ---------> Price goes up $10 after every 10 sales . Limited slots available — act fast . Overview Crystal Heikin Ashi Signals is a professional-grade MetaTrader 5 indicator that combines pure Heikin Ashi candle visualization with an advanced momentum-shift detection system. Designed for both manual traders
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
RelicusRoad Pro: Sistema Operacional Quantitativo de Mercado 70% DE DESCONTO ACESSO VITALÍCIO (TEMPO LIMITADO) - JUNTE-SE A 2.000+ TRADERS Por que a maioria dos traders falha mesmo com indicadores "perfeitos"? Porque eles operam Conceitos Únicos no vácuo. Um sinal sem contexto é uma aposta. Você precisa de CONFLUÊNCIA . RelicusRoad Pro não é um simples indicador de seta. É um Ecossistema Quantitativo de Mercado completo. Ele mapeia a "Estrada do Valor Justo", distinguindo ruído de rupturas estru
Este é um indicador para MT5 que fornece sinais precisos para entrar em uma negociação sem redesenhar. Ele pode ser aplicado a qualquer ativo financeiro: forex, criptomoedas, metais, ações, índices. Ele fornecerá estimativas bastante precisas e informará quando é melhor abrir e fechar um negócio. Assista o vídeo (6:22) com um exemplo de processamento de apenas um sinal que compensou o indicador! A maioria dos traders melhora seus resultados de negociação durante a primeira semana de negociação c
Gold Sniper Scalper Pro
Ich Khiem Nguyen
3.78 (9)
Gold Sniper Scalper Pro é um indicador para MetaTrader 5 construído especificamente para detectar padrões de falso rompimento (false breakout) no XAUUSD. Ele identifica a estrutura de armadilha de 4 barras onde o preço rompe o limite de um range, atrai traders de rompimento e então reverte — confirmando que o movimento foi um falso rompimento. O indicador avalia cada setup em 17 fatores de qualidade, processa através de um pipeline de confluência de 4 camadas, verifica contra um motor de consen
FX Levels MT5
Daniel Stein
5 (13)
FX Levels: Suporte e Resistência com Precisão Excepcional para Todos os Mercados Visão Geral Rápida Procurando um meio confiável de identificar níveis de suporte e resistência em qualquer mercado—incluindo pares de moedas, índices, ações ou commodities? FX Levels combina o método “Lighthouse” tradicional com uma abordagem dinâmica de vanguarda, fornecendo uma precisão quase universal. Baseado em nossa experiência real com corretores e em atualizações automáticas diárias mais as de tempo real,
Pips Stalker mt5
Abdulkarim Karazon
5 (1)
O Pips Stalker é um indicador de seta longa e curta, o indicador ajuda traders de todos os níveis a tomarem melhores decisões ao negociar no mercado, nunca repinta e usa o RSI como lógica principal do sinal; uma vez que uma seta é aplicada, ela nunca repinta ou repinta e as setas não são atrasadas. VERSÃO MT4 &lt;---- RECURSOS DA SETA PIPS STALKER : PAINEL DE ESTATÍSTICAS UM PAINEL DE INFORMAÇÕES ÚNICO QUE MOSTRA A PORCENTAGEM GERAL DE TAXA DE VITÓRIA E ESTATÍSTICAS ÚTEIS COMO O MÁXIMO DE V
O Support And Resistance Screener está em um indicador de nível para MetaTrader que fornece várias ferramentas dentro de um indicador. As ferramentas disponíveis são: 1. Screener de estrutura de mercado. 2. Zona de retração de alta. 3. Zona de retração de baixa. 4. Pontos de Pivô Diários 5. Pontos Pivot semanais 6. Pontos Pivot mensais 7. Forte suporte e resistência com base no padrão harmônico e volume. 8. Zonas de nível de banco. OFERTA POR TEMPO LIMITADO: O indicador de suporte e resistência
LINHAS DE TENDÊNCIA PRO   -   Ajuda a entender onde o mercado está realmente mudando de direção. O indicador mostra inversões de tendência reais e pontos onde os principais participantes retornam ao mercado. Você vê     Linhas BOS   Análise de tendências e níveis-chave em prazos maiores — sem configurações complexas ou ruídos desnecessários. Os sinais não são repintados e permanecem no gráfico após o fechamento da barra. VERSÃO MT4   -   Revela seu potencial máximo quando combinado com o   indic
Mais do autor
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
SMC Complete Indicator v4 - Trading Guide Introduction Group support:  https://www.mql5.com/en/channels/vuongphamtrading 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 s
FREE
OneClick Trade Panel v1.0 — MT5 Expert Advisor Professional On-Chart Trading Panel with Built-in Risk Calculator What Is It? Group support:  https://www.mql5.com/en/channels/vuongphamtrading 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.
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
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
Trendline with break
Minh Vuong Pham
5 (1)
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. *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading Core Settings Parameter Default What It Does Swing Detection Lookback 14 Bars left & right t
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. *** Group support:  https://ww
FREE
Trading Guide — Heatmap Volume BarColor What Is This Indicator? Group support:  https://www.mql5.com/en/channels/vuongphamtrading 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 pr
FREE
Breakout Trend Trading Strategy Guide *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading 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 = Lowest low of X candles (excluding current) Bottom1 = Lowest
FREE
CCI advanded
Minh Vuong Pham
5 (1)
CCI VISUAL ENHANCED - MT5 USER GUIDE INTRODUCTION *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading 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) Open MT5 → Press F4 (MetaEditor) File → New → Custom Indicator Program Name: CCI_Visual_Enhanced → Finish Delete sample code, paste .
FREE
EMA Offset Bands Indicator - Description & Trading Guide *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading 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-peri
FREE
Support Resistance Channels - Trading Guide *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading 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 and resistance act as areas rather than precise levels. Key Features Automatic Detection : Identifie
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. *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading BUFFERS Retailer (Green) — fixed at 20, ceiling reference line Hot Money (Yellow) — short-term institutional flow, based on
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. *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading 1.1 Why You Need This EA In modern trading, especially scalp
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
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. *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading 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
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. *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading 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)
FREE
RANGE TRADING METHOD GUIDE Using the MultiTF_TopBottom_Bands Indicator *** Group support:  https://www.mql5.com/en/channels/vuongphamtrading 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 :
FREE
Quantum Scalp Momentum— Trading Guide Group support:  https://www.mql5.com/en/channels/vuongphamtrading 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
Filtro:
Sem comentários
Responder ao comentário