MetaTrader

MetaTrader All for MT4

UPDATE
Showing 2432 results

Fibonacci Confluence Zone Finder - Multi-Swing Clusters

Identifies zones where Fibonacci levels from multiple swing points align at the same price.

Algorithm:

  1. Finds 4-5 significant swing points
  2. Calculates Fib levels (38.2%, 50%, 61.8%, 78.6%) from each swing pair
  3. Scans for clusters where 2+ levels converge within tolerance
  4. Ranks by density (more levels = stronger)

Features:

  • Confluence zones drawn as shaded rectangles
  • Color by strength: yellow (2), orange (3), red (4+)
  • Labels showing contributing levels
  • Individual Fib lines optional
  • Alert when price enters strong zone
  • Works on all timeframes — best H1, H4, D1

Breaker Block Detector MT4 - Smart Money ICT

Identifies breaker blocks — when an order block gets broken by opposing price action, it flips polarity and becomes a high-probability zone from the opposite direction. A failed bullish OB becomes a bearish breaker block (resistance), and vice versa. Features: - Automatic order block detection as prerequisite - Tracks when OBs get broken (price closes through the zone) - Flips the broken OB into a breaker block with opposite color - Bullish breaker: former bearish OB broken upward — now support - Bearish breaker: former bullish OB broken downward — now resistance - Zone drawing with distinct visual style from regular OBs - Mitigation tracking: marks when price returns to test the breaker - Three modes for mitigated breakers: Remove, Fade, Keep - Configurable swing strength for underlying structure - Maximum breakers displayed - Alerts on new breaker formation and mitigation - Works on all timeframes Breaker blocks represent institutional position unwinding. When their OB fails, institutions flip direction — the breaker zone marks where they re-enter. Completes the SMC toolkit alongside BOS and Order Blocks.

Draw on Liquidity DOL Mapper MT4 - ICT Targets

Identifies and maps all DOL targets — the levels price is likely seeking next.

DOL targets mapped: - Previous Day High/Low (PDH/PDL) - Previous Week High/Low (PWH/PWL) - Previous Month High/Low (PMH/PML) - Equal Highs (EQH) and Equal Lows (EQL) - Untested FVGs above and below current price Features: - All targets labeled and color-coded by type - "Nearest DOL" info panel with distance in pips - Targets removed when reached - Configurable which DOL types to display - Alerts when price approaches a DOL target

- Works on all timeframes

Understanding where price is GOING is more important than where it IS.

Root -Utility Diamond

This utility is designed for opening positions using the ROOT Binary Miner analyzer, which is attached to the codebase under my name. The utility includes a Magic Box for manipulating the current situation. Magic Box

The box contains the following tools: 1. Integration of the signal generated by the ROOT analyzer a. Analyzed candlestick time b. Fibonacci number. This allows you to construct market levels for both Buy and Sell orders. c. Volume calculator and integrator. Once this information is correctly integrated from the Root Analyzer, it can be processed by pressing the STart button. 2. Buttons to select Buy or Sell depending on the situation (trader's choice). All orders are LIMIT orders. 3. Take Profit and Trail Stop position buttons. These buttons are necessary for proper trading manipulation.

Root - Analizer

Root Binary Analyzer

This analyzer is based on Fibonacci rules.

All this data is collected in text files and arrays for processing. Processing.

Using formulas, we perform several stages of processing the received code to measure two forces: Buffalo and Bear.

These forces are published in output files such as

EURUSD1.8Long&Short-Signals.txt

EURUSDImporShopSignals.txt

ImporWORDPRESS_1_7_D.txt And other .bin files that serve as support for counting.

We use the output data to open positions in the market using our Root -Utility Diamond tool. R&D Research and Development. We invite all code developers to freely join the development and research using the latest we have published.

Trade Journal CSV Export Script MT4

Exports your complete trade history to a CSV file with comprehensive performance statistics. Ready to import into Excel or Google Sheets for detailed analysis. **Features:** - 18 columns per trade (ticket, symbol, type, times, prices, profit, pips, etc.) - Duration formatted as "Xd Xh Xm" - Handles 3/5-digit brokers for accurate pip calculation - Filters: magic number, date range, symbol - Summary statistics: win rate, profit factor, avg R:R, max drawdown, Sharpe ratio, expectancy - Max consecutive wins/losses tracking

Stoch_Cross

This indicator is based on the Stochastic oscillator crossover strategy, where trading signals are generated when the %K line crosses the %D line. It provides both real-time alerts and confirmed signals once a bar closes, helping traders identify momentum shifts and potential reversals quickly.

Buy Signal: A bullish crossover occurs when %K rises above %D in the oversold zone. Sell Signal: A bearish crossover occurs when %K falls below %D in the overbought zone. Real-time Alerts: Arrows and notifications show potential setups before the bar closes.

Confirmed Alerts: Arrows and optional vertical lines mark validated signals on closed bars.

Institutional ICT Killzones and Asian Range

In the ICT (Inner Circle Trader) methodology, algorithmic price delivery is heavily dependent on specific operating windows. Time is just as critical as price. The market typically accumulates liquidity during the Asian session, manipulates it during the London open, and distributes it during the New York Killzone.

MT4 natively lacks robust tools to visualize these macro-sessions, forcing traders to manually draw boxes and calculate their broker's server time differences. The Institutional ICT Killzones indicator automates this entire process.

Core Features
  • Automated Liquidity Boxes: Accurately draws the Asian Range, capturing the highest high and lowest low of the session to define the liquidity pools.

  • Killzone Highlighting: Visually shades the high-volatility windows for London and New York, helping you avoid trading in dead zones.

  • Broker Time Offset (Crucial): Retail brokers operate on different server times (e.g., GMT+2, GMT+3, EST). This indicator includes a shift parameter, ensuring your Killzones are perfectly aligned with real-world institutional time regardless of your broker's location.

  • Lightweight Execution: Optimized specifically for MT4. It limits historical calculations to a user-defined number of days, preventing terminal lag or memory leaks.

Input Parameters
  • DaysToCalculate: How many days of history to draw boxes for (keeps your MT4 running fast).

  • Broker_GMT_Shift: Hours to shift to align with true NY midnight.

  • Session Times: Fully customizable start and end times for Asia, London, and NY.

  • Colors: Aesthetic customization to fit your chart template seamlessly.

Institutional Anchored VWAP (Smart Money Benchmark)

Retail traders use Moving Averages; Institutional algorithms use the VWAP. When a hedge fund or liquidity provider executes massive block orders, their execution algorithms are benchmarked against the Volume Weighted Average Price. They accumulate positions when the price is below the VWAP (Discount) and distribute when it is above (Premium).

MetaTrader 4 lacks a native, institutional-grade Anchored VWAP. This indicator bridges that gap by calculating the true volume-weighted price from the exact start of your chosen session (Daily, Weekly, or Monthly) and projecting standard deviation bands to identify extreme algorithmic over-extension.

Core Features
  • True Mathematical VWAP: Calculates the cumulative Typical Price (H+L+C)/3 multiplied by tick volume, providing the actual "fair value" line of the day.

  • Dynamic Anchoring: Automatically resets the calculation at the start of a new Day, Week, or Month without any repainting.

  • Zero Lag & CPU Optimized: Modern MQL4 OnCalculate structure ensures the indicator runs instantly even on a 10-year historical chart without freezing the terminal.

Input Parameters
  • AnchorPeriod: Choose between PERIOD_D1, PERIOD_W1, or PERIOD_MN1.

  • DeviationMultiplier: The standard deviation multiplier for the outer bands (Default is 2.0).

  • Line Styles: Fully customizable colors and weights for the VWAP and Bands.

Institutional Psychological Levels and Magnet Zones

Financial institutions and algorithmic trade servers do not perceive the market like retail traders. High-frequency algorithms and institutional desks execute their primary block orders at "Round Numbers" (Psychological Levels), as these zones represent deep liquidity pools and natural areas of interest for central banks.

The Institutional Psychological Levels indicator is a professional utility that maps these "Magnet Zones" on your MT4 chart. It replaces the default, messy terminal grid with a clean, institutional-grade structure that highlights where the real order flow is likely to react.

Core Features
  • Big Round Numbers (BRN): Automatically highlights the major 1000 and 500 point levels where institutional accumulation typically occurs.

  • Psychological Magnet Logic: Price action tends to be attracted to these levels like a magnet. Spotting a rejection at a 000 level is a high-probability signal for a trend reversal.

  • Adaptive Grid: Unlike the native MT4 grid, this indicator scales with the symbol's price, ensuring that the psychological levels are always relevant regardless of the asset (Forex, Gold, or Indices).

  • Zero Lag & Performance: Written in optimized MQL4 to ensure zero overhead. It calculates only the visible range, keeping your terminal responsive during high-volatility news events.

How to Trade

Institutional traders use these levels as targets for Take Profits or as "Protective Zones" for Stop Losses. When price approaches a major 000 level with low volume, a reversal is imminent. Conversely, a breakout of a major level with high relative volume signals a massive institutional trend continuation.

Institutional ATR Trailing Stop and Breakeven Manager

The default MetaTrader 4 trailing stop relies on static pip distances. In a dynamic market environment, static stops are fundamentally flawed. During low volatility, your stop might be too loose, exposing unnecessary risk; during high volatility, it might be too tight, causing premature stop-outs before the real trend begins.

Institutional algorithms solve this by trailing stops based on market volatility, most commonly measured by the Average True Range (ATR). The Institutional ATR Trailing Manager is a plug-and-play utility Expert Advisor designed to take over trade management for manual or EA-opened positions.

Core Protective Features
  • Dynamic ATR Trailing: Continuously calculates the current market volatility. As the price moves in your favor, it trails your Stop Loss at a mathematical distance (ATR Value × Multiplier), giving the trade "room to breathe" while locking in maximum profit.

  • Auto-Breakeven System: Emotional trading often leads to letting winning trades turn into losers. This EA automatically moves your Stop Loss to your entry price (plus a small profit to cover commissions) the moment the price reaches your defined safety threshold.

  • Universal Management: By default, it manages all manual trades on the chart's symbol. You can also assign a specific Magic Number to manage positions opened by other Expert Advisors.

Input Parameters
  • ATR_Period: The lookback period for the volatility calculation (Default: 14).

  • ATR_Multiplier: How wide you want the trailing stop. 2.0 or 3.0 are standard institutional settings to avoid noise.

  • Use_Breakeven: Enable or disable the auto-breakeven feature.

  • Breakeven_Activation_Pips: How many pips in profit before moving the stop to entry.

  • Magic_Number: Set to 0 to manage manual trades, or specify a number to manage EA trades.

Prop Firm Risk Monitor e Auto-Lot Calculator

MetaTrader 4 is a highly reliable execution platform, but it severely lacks built-in risk management tools. For traders managing funded accounts (Prop Firms), calculating the exact lot size dynamically and monitoring strict daily drawdown limits manually can lead to fatal emotional errors.

The Prop Firm Risk Monitor is a lightweight MQL4 utility designed to bridge this gap. It works entirely on the chart as a visual dashboard, ensuring you never violate your daily loss limits or over-leverage your positions.

Core Features
  • Daily Drawdown Tracker: It scans your open positions and today's closed history (including commissions and swaps) to calculate your exact Daily PnL. This prevents you from accidentally hitting the standard 5% daily loss limit imposed by prop firms.

  • Auto-Lot Calculator: Stop guessing your position size. Simply input the percentage of your balance you wish to risk and your Stop Loss in Pips. The indicator automatically reads the symbol's tick value and outputs the exact lot size you need to execute.

  • Zero Lag: Built purely as a visual indicator using native MT4 MQL4 logic. It does not execute trades, keeping your terminal safe and blazingly fast.

Input Parameters
  • InpRiskPercent: The percentage of your current balance you want to risk per trade (e.g., 1.0 for 1%).

  • InpStopLossPips: Your planned Stop Loss distance in Pips (the calculator automatically handles 4-digit and 5-digit brokers).

  • InpMaxDailyDD: Your maximum allowed daily drawdown percentage. If your daily loss exceeds this, the dashboard will flash a warning.

RobotFX does not own any of the code provided on this platform. All tools are freely available on the internet; we simply index and re-offer them for download. We are not responsible for any financial losses that may occur. Trading responsibilities rely solely on the traders downloading and using the displayed Expert Advisors, indicators, and scripts. These tools are provided for educational purposes only and may require modification or optimization to align with a trader's specific strategy or needs.
© ROBOTFX - Best MetaTrader Expert Advisors & Indicators