Supertrend with dual EMA confirmed

# 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**: 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*


---

Prodotti consigliati
Show Pips for MT5
Roman Podpora
4.52 (27)
Questo indicatore informativo sarà utile per coloro che vogliono essere sempre informati sulla situazione attuale del conto. VERSION MT 4 -   More useful indicators L'indicatore mostra dati come profitto in punti, percentuale e valuta, nonché lo spread per la coppia corrente e il tempo fino alla chiusura della barra nell'intervallo di tempo corrente. Esistono diverse opzioni per posizionare la linea delle informazioni sulla carta: A destra del prezzo (corre dietro al prezzo); Come commento (nell
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
Phoenix Moving Average Meter (MT5) Strumento professionale di analisi e visualizzazione dei trend delle medie mobili per MetaTrader 5. Combina analisi intelligente della pendenza, misurazione della larghezza del cloud e classificazione del regime in un dashboard pulito e in tempo reale. Panoramica Phoenix Moving Average Meter analizza la relazione tra una media mobile veloce e una lenta per determinare la direzione, la forza e la maturità del trend. L'indicatore monitora continuamente l'angol
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)
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
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)
The indicator draws trendlines on chart. This indicator has six inputs. User can specify alternative labels for both lines. If multiple instances of the indicator are used, the labels must differ. User can set width and color of the lines and depth which specifies what significant peaks should be used. For example, Depth=10 sets trendlines using the current peaks and valleys that have at least 10 bars to the right and to the left and that have highs/lows less/greater than the peak's high/low. In
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
L'indicatore mostra la differenza tra le due medie mobili sotto forma di un grafico a barre. Le medie mobili hanno enormi opportunità di personalizzazione. Notifica in tutti i modi quando il colore dell'istogramma cambia: emette un segnale acustico nel terminale, invia una notifica al telefono e una lettera alla posta: ora non perderai sicuramente l'affare. Indicatore di intersezione delle medie mobili completamente gratuito sotto forma di linee sul grafico: https://www.mql5.com/it/market/produc
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
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
CCI advanded
Minh Vuong Pham
5 (1)
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) Open MT5 → Press F4 (MetaEditor) File → New → Custom Indicator Program Name: CCI_Visual_Enhanced → Finish Delete sample code, paste .mq5 code Press F7 to compile Add to chart: Insert → Indicators → Custom
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
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:
Nessuna recensione
Rispondi alla recensione