VR Locker MT5

3.8

The VR Locker trading robot is an automated trading strategy based on trading using positive locks. The principle of positive locks in VR Locker is based on creating a "safety cushion" of unrealized profit through opposing positions. The expert advisor opens initial market Buy and Sell orders of equal volume, then "spreads" them with a grid of orders in the direction of price movement, forming a lock when Sell is above Buy with a positive balance.

Configuration files (set files), demo versions of the product, instructions, and bonuses are available in the [blog]
Version for [MetaTrader 4]

Principle of Operation

The expert advisor starts with two market orders (Buy and Sell) of equal volume, then "spreads" them with a grid of orders depending on price movement. When the distance between positions reaches a specified level, a new positive lock is formed, accumulating profit to reduce drawdown.

The expert works in two stages:

  1. Accumulation of positive locks and creation of a safety cushion.
  2. Working with positive locks, unlocking locks, or using them with a manual trading tactic.

Recommendations

  • When working with the program, try to use timeframes from H1 or higher.
  • The expert advisor was tested and developed for currency pairs, but it can also work on derivative financial instruments.
  • Configure the expert advisor on demo accounts.
  • Build up a large number of locks; after you have made 30-50 locks, move all buy/sell orders to breakeven or connect a trailing stop.
  • Let profits grow; this will reduce psychological stress.
  • You can unlock locks according to your trading strategy.
  • Follow money management rules.
  • Remember the risks associated with trading on financial markets.

Trading Robot Settings

[ * ] - settings dependent on the number of decimal places in the prices of the financial instrument.

Setting descriptions and default settings are made for 3-5 digit brokers. For 2-4 digit configuration brokers, the marked sign [ * ] should be specified 10 times smaller.

Trading settings

  • * Maximum spread (0 - Disabled) - The maximum allowable spread at which the trading robot operates. If the spread is greater than specified, the trading robot does not open new positions. However, it continues to monitor and modify previously opened positions.

Lot calculation settings

  • The type of lot calculation — The setting allows you to select the type of automatic lot calculation.
    • Fixed lot (Example: 0.01) — Mode that uses a standard fixed lot.
    • Percentage lot (Example: 3) — Mode where a new lot is calculated as a percentage of the deposit.
    • The balance for the minimum lot — Mode where the lot is calculated from the deposit amount for the minimum lot. For example, a trader set a deposit of 500. In this case, the total deposit amount will be divided by 500 and multiplied by the broker's minimum allowable lot. If the deposit is $2000 and the trader specified $500, 2000 / 500 = 4, 4 × 0.01 = 0.04, the starting lot will be 0.04.
  • Value (Lot, Percentage, Balance) — Value for the specified type of lot calculation.
  • Manual sequence of lots, through ( ; ) — The setting allows you to set any sequence of lots manually. This setting has the highest priority and disables the operation of the above-mentioned settings.
  • Type of automatic lot calculation — The setting allows you to select an automatic method for calculating lots for new positions opening against the trend.
    • The starting lot (Calculation example: 1,1,1,1,1) — The lot remains unchanged and is always equal to the lot calculated in the Value (Lot, Percentage, Balance) setting.
    • Martingale lot (Calculation example: 1,2,4,8,16) — The lot is calculated by the formula: the lot of the previous position is multiplied by 2.
    • Fibo lot (Calculation example: 1,1,2,3,5,8) — The lot is calculated according to the Fibonacci numbers principle, where each new lot equals the sum of the two previous lots.
    • The sum of the maximum and starting lot (Calculation example: 1,2,3,4,5) — The lot is calculated by adding the lot calculated in the Value (Lot, Percentage, Balance) setting and the lot of the last opened position.
    • The sum of lots of extreme positions (Calculation example: 3+,4,7,10) — The lot is calculated by adding the lots of the first and last positions.
  • Additional lot multiplier (0 - Disabled) — The setting allows you to increase or decrease the calculated lot. Example: Fibonacci calculation without Additional lot multiplier: 1,1,2,3,5,8. Calculation using Additional lot multiplier equal to 2: 1×2 = 2, 1+2=3×2, 3+6=9×2. This setting can not only aggressively increase lots but also decrease them if the setting value is less than 0. For example, 1×0.5 = 0.5, 1 + 0.5 = 1.5 × 0.5 = 0.75.
  • Maximum Buy lot — The setting limits the maximum lot for buys; if, as a result of lot management strategy calculations, the lot would be greater than specified in the setting, the trading robot will open a position not exceeding the value specified in the setting.
  • Maximum Sell lot — The setting limits the maximum lot for sells; if, as a result of lot management strategy calculations, the lot would be greater than specified in the setting, the trading robot will open a position not exceeding the value specified in the setting.

Averaging settings

  • Averaging type — The setting allows you to select the type of average price calculation. Partial closing is only possible when using virtual levels.
    • [ ALL ] All positions, real TakeProfit — Works only with real levels; an averaging type where all buy positions or all sell positions are taken into account.
    • [ Max Min ] Two extreme positions, a real TakeProfit — Works only with real levels; an averaging type where the two extreme buy positions or the two extreme sell positions are taken into account.
    • [ Max Max ] The last two positions, the real TakeProfit — Works only with real levels; an averaging type where the last two positions with larger lots for buys or the last two positions with larger lots for sells are taken into account.
    • [ SMART ] Smart choice, Real TakeProfit — Works only with real levels; an averaging type where the trading robot analyzes all averaging prices and selects the best one.
    • Do not use averaging — The setting disables automatic average price calculation. Position management is carried out using other functions or manually by the trader.
  • * Minimum profit for closing positions (Example: 25) — The setting specifies the number of pips of additional profit when closing a series of positions.
  • > Manual sequence of profit, via ; (Example: 25; 20; 30; 38) — The setting allows you to set any sequence of profit in pips manually. This setting has the highest priority and disables the operation of the above-mentioned setting (Minimum profit for closing positions).

Position step settings

  • Distance calculation type — Type of distance calculation for new positions against the trend.
    • Points (Example: 100) — Distance is calculated in points.
    • Modified ATR (Example: 50) — Distance is calculated using a modified ATR indicator formula. In this algorithm, the distance for sells may differ from the distance for buys.
    • Percentages (Example: 1.5) — Distance is calculated as a percentage of the rise or fall of the current price from the last position against the trend.
    • Bollinger band difference (Example: 12) — Distance is calculated as the difference between the upper and lower lines of the Bollinger Bands indicator.
    • Donchian band difference (Example: 22) — Distance is calculated as the difference between the upper and lower lines of the Donchian indicator.
    • Average value of bars (Example: 30) — Distance is calculated as the average value of bars over a specified period.
    • ATR classic (Example: 14) — Distance is calculated as the value of the ATR indicator.
  • * Value (Points, Percentage, Indicator Period) — Value for the specified type of distance calculation.
  • * Increase the step between positions (0 - Disabled) — The setting allows increasing the distance depending on the number of positions of the against-trend type.
  • > Manual sequence of distance, through ; (Example: 50; 100; 80; 30) — The setting allows you to set any sequence of distances manually. This setting has the highest priority and disables the operation of the above-mentioned settings.

Lock settings

  • * Lock Size — The size of the created locks in pips.
  • Limit Lock — The number of created locks, limited to no more than 50.
  • Type of lock closure — Type of lock closure
    • Don't close anything — Do not close locks; after creating the specified number of locks, the trader decides what to do with them.
    • Close the oldest lock — Close the oldest lock by time.
    • Close all locks — Close all locks and continue trading.

Uptime settings

  • New Bar trading — The setting allows limiting the opening of trading positions to the appearance of a new bar. Depending on the selected period and other calculated conditions, the trading robot will open positions only considering the appearance of a new bar of the specified period. This setting does not affect indicator value calculation algorithms. All indicator calculations are performed relative to the period on which the trading robot operates.

Other settings

  • Info panel Size (0 - Disabled) — Setting the size of the information panel.
  • Smartphone notifications — The setting allows receiving notifications about changes in the robot's trading in MetaTrader on a mobile device.
  • Notifications in the terminal — The setting allows receiving a standard notification in the terminal (Alert).
  • Email notifications — The setting allows receiving notifications about changes in the robot's trading via email.
  • Telegram notifications — The setting allows receiving notifications about changes in the robot's trading in a Telegram channel.
  • Telegram Channel Name — Telegram channel name.
  • Secret Telegram Bot token — Secret Telegram bot token operating in the channel.
  • Serial number of items (MagicNumber) — Unique position number.
  • 4/5 Slippage (Points) — Slippage.
  • Comment on the positions — Comment on positions or their mask. The mask allows creating comments automatically. The maximum number of tags for a mask is 3. Example: :eaname: :magic: — the comment will be: VR Smart Grid v.25.020 MN 227.
    • Mask tags:
      • :eaname: — writes the trading robot name and its version into the comment.
      • :magic: — writes the trading robot's MagicNumber into the comment.
      • :balance: — writes the trading account balance at the moment of opening the position into the comment.
      • :equity: — writes the floating profit or loss at the moment of opening the position into the comment.
      • :typpos: — writes the position type into the comment.

Important! When testing the program in the Strategy Tester, consider the following:

  • The most objective testing is using the program in real conditions. To evaluate the actual effectiveness of the application, it is recommended to test its operation on a demo or micro account.
  • The built-in MetaTrader Strategy Tester does not account for a number of critically important factors, such as: dynamic spread, commissions, delays (pings), requotes, real tick feed speed, quality of tick data, and other market conditions.
  • Profitability or loss results obtained solely in the Strategy Tester cannot be considered reliable and should not be taken as a basis for trading decisions.
Reviews 5
pillaumax
38
pillaumax 2026.01.09 06:22 
 

VR Locker — это зрелый, надёжный и настраиваемый сеточный советник для MT5. Он не обещает «волшебных» прибылей, но даёт инструмент для систематической торговли с чётким контролем рисков. Если вы ищете «рабочую лошадку» для сеточной стратегии, это один из лучших вариантов на рынке.

Marcel Machado Gumiero
605
Marcel Machado Gumiero 2022.08.28 17:10 
 

Top!

szanielec
96
szanielec 2022.04.28 14:53 
 

Great EA with huge potential.

Recommended products
Attention Platinum Traders! The XPTUSD Trend Protected EA doesn’t open trades randomly. It only enters when the trend is strong and the market confirms it. Avoids noise and random movements that destroy accounts. Smart risk: reduces exposure after losses and capitalizes on winning streaks. Each trade is independent—no martingale, grid, or hedging. Progressive trailing stop secures profits while letting the trend run. Adapts to London, New York, and intermediate sessions. Controlled drawdown and
Range Destroyer
Jonathan Daniel Marion
Launch PROMO: --> for a limited time Download the setfile here . This scalping MT5 expert advisor allows you to trade any time defined range breakout in a fully automated way. It works on all Brokers and on all the Symbols, be it forex, indices, commodities, cryptocurrencies etc. It DOES NOT USE: Martingale, Grid trading and Hedging. The EA works as a mechanical range breakout and it has different filters to accommodate your personal trading strategy and to filter out low volatility days. The
Haven JPY Miner
Maksim Tarutin
Haven JPY Miner - Specialized Algorithm for USDJPY Introducing Haven JPY Miner – a professional Expert Advisor designed and tuned exclusively for the USDJPY currency pair. This is a solution for traders who need a ready-made systematic approach without the need for long parameter configuration. The EA is equipped with Smart Time Sync technology. You no longer need to calculate the broker's server time offset (GMT Offset). The advisor automatically synchronizes with world time via API to determin
Bear vs Bull EA MT5
Nguyen Nghiem Duy
Bear vs Bull EA Is a automated adviser for daily operation of the FOREX currency market in a volatile and calm market. Suitable for both experienced traders and beginners. It works with any brokers, including American brokers, requiring FIFO to close primarily previously opened transactions. *In order to enable the panel, it is necessary to set the parameter DRAW_INFORMATION = true in the settings; - Recommendations Before using on real money, test the adviser with minimal risk on a cent tradi
Keltner Grid Scalper MT5 EA
Allan Munene Mutiiria
5 (3)
The Keltner Grid Scalper MT5 EA is an automated trading system for MetaTrader 5 platforms. It uses the Keltner Channel indicator for entry signals in a grid-based strategy. This EA generates trades based on Keltner Channel crossovers and manages them through baskets. We designed it for forex pairs on timeframes from M5 to H1 but you can test and optimize on any other. The system organizes trades into baskets, with options for lot sizing, breakeven adjustments, and trailing stops. It includes da
FREE
BB King
Khima Gorania
BB King EA for MT5 BB King Expert Advisor uses a simple reversal strategy using Bollinger Bands and trend detection. It is designed to be easily used by newbies with very few parameters. Please try the demo and leave feedback.You will need to optimize it for the pair you wish to trade. Minimum deposit: $100 per lot size of 0.01 per currency pair. Risk Management There is NO Stop Loss or Take Profit set for each order placed. Stop Loss and Take Profit are controlled by the Input Variables. Stop
Hamster Scalping mt5
Ramil Minniakhmetov
4.71 (239)
Hamster Scalping is a fully automated Expert Advisor. Night scalping strategy. The RSI indicator and an ATR-based filter are used for entries. The advisor needs a hedging account type Be careful i not sell EA or sets at telegram it scam. All settings free here at   blog .  IMPORTANT! Contact me immediately after the purchase to get instructions and a bonus! Real operation monitoring as well as my other products can be found here: https://www.mql5.com/en/users/mechanic/seller General Recommendati
EA Silver Diamond MT5
Ruslan Pishun
1 (1)
The EA is based on a scalping breakout strategy , uses advanced exit algorithms and has built-in filters to filter out bad signals. Fully automatic trading with entry calculation based on the high / low breakout system. For trading, the advisor uses 4 currency pairs and the M30 timeframe. To create a strategy, we used historical data with a history quality of 99.9%, over the past 20 years. The EA has the following features: Uses a smart false signal filtering system. Uses a system for recognizi
Forex Factory News EA mt5
Aleksei Moshkin
4 (1)
This Expert Advisor trades news on any timeframe. The news are downloaded from the Forex Factory website. Make sure to add the URL to the terminal settings. Live signal :   https://www.mql5.com/ru/signals/2357864?source=Site +Signals+My The EA is launched on a single chart and defines all necessary pairs for trading on its own. The robot works with pending orders setting two Buy stop and Sell stop orders before a news release. It determines the time zones of the calendar and terminal automatica
Kalman Trend Logic
Vladislav Kuznetsov
Kalman Trend Logic is an adaptive trend-following Expert Advisor based on a dual recursive Kalman filter model. The system dynamically adjusts to market volatility using ATR-based parameter scaling. Up to 10 sales price 30 USD, 20-30 sales price 50. Every 10 sales the price will be increased by 50. Key features: Recursive adaptive Kalman filtering Fast and slow trend detection Optional retest confirmation entries Volatility-based support/resistance zones Dynamic trailing stop Fully automatic
Gold Blaster Smart Scalper EA
Himanshu Mukeshbhai Bhatt
Blaster Gold EA is a hybrid gold robot combining RSI-based precision entries with a smart scalper for extra profit. It opens controlled main trades with fixed DCA layers, auto-profit closing, gap protection and optional news filter. Ultra-safe with preset risk modes and strict 1-main + 1-scalper trade control. Designed for stable XAUUSD automation with strong recovery and consistent profit flow. How it work, RSI Two-Layer EA   is a refined, high-precision automated trading system built for tra
The Seven Candles is an Expert Advisor that implements a strategy originally described on the book Short Term Trading Strategies That Work by Larry Connors and Cesar Alvarez. Developed to trade stock indexes (SP500, Down Jones, NASDAQ, BOVESPA, Nikkei, etc.), this strategy seeks for trading opportunities based on where the close price is in relation with Simple Moving Average indicator. However, in order to be triggered, a pattern between candles also must occur. The original strategy seeks long
Bot RSI and Bollinger Bands
Aurelio Miguel Machado Da Silva
This robot is an automated trading tool that uses these two popular indicators to identify trading opportunities in the forex market. The Relative Strength Index (RSI) is a technical indicator used to measure the relative strength of an asset compared to other assets in the market. Bollinger Bands is an indicator that measures market volatility and helps to determine price limits for a particular asset. The trading robot that uses the RSI and Bollinger Bands indicators combines these two indica
Info:   marcobarbosabots This EA automates order opening by crossing two simple moving averages. If price is on a top region, a sell order is placed. Othewise, if price is on the bottom region, a buy order is placed. Only one order at a time. No martingale and no grid system. This EA also has the option to allow it to place or not orders on the market. The value of moving averages, lot, takeprofit, stoploss, top price, bottom price and width price region are configurable, and they do not allow
LibrabisEA
Miguel Kami Issobe Marques
Librabis EA  is a  robust Expert Advisor designed to use a strategy with high win rate and advanced risk management features. By leveraging moving averages for trend identification, offering traders precision and flexibility. this EA ensures controlled and informed trading decisions. Key Features: Trend Filters:   Enables trading only in the direction of a predefined trend using moving averages. Trailing Stop and Breakeven Management:   Locks in profits and minimizes risks with dynamic trade man
SmartRisk MA Pro
Oleg Polyanchuk
SmartRisk MA Pro Strategy Overview: SmartRisk MA Pro is an optimized, risk-oriented automated trading strategy (Expert Advisor) developed for the MetaTrader 5 platform. It is designed to identify trading opportunities based on price deviations from moving averages and incorporates a comprehensive capital management system. The Expert Advisor operates on a "new bar" logic, ensuring stability and predictability in trade signal execution. Operating Principles and Trading Logic: At its core, the st
BreakZone
Loungvilat Seehalat
How This EA Works: 1.  Detect Support and Resistance The EA identifies: Resistance as the recent highest price (based on the last X candles) Support as the recent lowest price 2.  Buy Signal (Bullish Breakout) If price breaks above the resistance , the EA assumes a bullish trend is starting. The EA may enter a Buy trade either immediately or after a candle closes above resistance to confirm the breakout. 3.  Sell Signal (Bearish Breakout) If price breaks below the support , it suggests a bearish
GoldenEagle
Chantal Thys
GoldenEagle – Smart Trend Trading EA GoldenEagle is a powerful and intelligent Expert Advisor designed to trade trending markets with precision and consistency. Built for MetaTrader 5, this EA combines Moving Average crossovers, RSI filters, and volatility detection (ATR) to identify high-probability trading opportunities. Key Features: Trend-Based Logic – Trades only in strong, confirmed market trends RSI Filtering – Avoids overbought/oversold traps ATR Volatility Filter – Detects
SkyScraperMT5
Teressa Herlene Thomson
Overview SkyScraper is a sophisticated automated trading system built exclusively for MetaTrader 5. This versatile EA adapts to your trading style on any timeframe (optimized for 3-5 minute charts) and works seamlessly across forex pairs, cryptocurrencies, and metals including gold. Why SkyScraper? Smart Automation That Protects Your Capital Intelligent trade execution with multi-layer risk controls Dynamic position sizing that automatically adjusts to your broker's requirements Adaptive stop l
Dynamic Trend MACD Expert
Joao M Baltazar Vrea Da Silva
Dynamic Trend MACD Expert is an advanced algorithmic trading solution designed to operate efficiently on MetaTrader 5 (MT5). Using a smart combination of indicators, the algorithm aims to identify profitable trading opportunities based on the MACD indicator and trend analysis. The algorithm incorporates the powerful MACD (Moving Average Convergence Divergence) indicator to assess the strength and direction of a trend. This allows for accurate analysis of momentum changes in the market. Dynamic T
Gold Pulse Pro: Institutional M1 Momentum Scalper Gold Pulse Pro is a high-frequency, precision scalping engine specifically engineered for the XAUUSD (Gold) M1 timeframe. Unlike generic algorithms, Gold Pulse Pro utilizes institutional-grade momentum filters to enter the market only when high-probability volatility is confirmed. Designed for traders who prioritize stability and consistent equity growth, this Expert Advisor focuses on rapid execution and strict risk control. Key Features Adaptiv
Atomic Xau
Ignacio Agustin Mene Franco
Atomic XAU - Expert Advisor Overview Atomic XAU is an automated trading system specifically designed to trade XAU/USD (Gold) on the M5 timeframe. This EA combines four professional technical indicators to identify high-probability trading opportunities with rigorous risk management. Trading Strategy The system uses multi-indicator confirmation through: MACD: Detects momentum changes and trend crossovers Bollinger Bands: Identifies overbought/oversold zones and volatility RSI: Confirms extreme
Triton
Marek Kvarda
5 (4)
This robot is designed for major currency pairs and trades three strategies. 1- swing, 2- gap, 3- support and resistance. It uses the algorithm for analysis of price data and finds the best parameters. Trades are filtered by results of analysis of daily and monthly chart for the last 12 periods. The Swing strategy can be used on TF H1 or M30, or also on M15 or M5 (more trades but higher risk) The Gap strategy is recommended on M30 or H1 The Sup./Res. strategy is recommended on M30, H1 or H4 Defa
Martingale EMA 20
Murtadha Majid Jeyad Al-Khuzaie
Martingale EMA 20 is a professional Expert Advisor designed to deliver consistent performance and stable growth across the most traded currency pairs and gold. This EA is optimized for the 15-minute (M15) time frame and performs exceptionally well on USDJPY, EURUSD, and XAUUSD . Built with precision, it combines a smart money management system, adaptive trade scaling, and powerful entry filters to make trading decisions that balance safety and profitability. The algorithm was crafted to adapt
RSI Hill Pro
Yurij Dumanskyy
The EA  RSI Hill Pro  trades on signals from the indicator RSI and moving averages. To determine a more accurate experience, the Stochastic indicator is used. EA parameters RSI timeframe - Timeframe indicator RSI. Suitable value: M15 M30 H1 Period RSI - The period of the RSI indicator. Recommended value 14. Stoch timeframe - Timeframe indicator Stochastic. Suitable value: M15 M30 H1 % K period - K period of the Stochastic indicator. Recommended value 14. % D period - D period of the Stochastic
Perfect Algorithm MT5
Pavel Malyshko
5 (1)
My clients have been waiting for this for a long time, a novelty that will be competitive in the forex market. And so I created this algorithm and at the moment I consider it the best among all my products. Each buyer is invited to the VIP group for buyers / for this, after the purchase, write me a private message. The algorithm is designed in such a way that it uses the most probable reversal points, which, if activated, do not require long-term holding of the position. All transactions are
This EA has been developed, tested and traded live on DAX H1 TF. Everything is ready for immediate use on real account. Very SIMPLE LONG ONLY STRATEGY with only FEW PARAMETERS.  Strategy is based on the  breakout of the UNDECISION on the daily chart.   It enters if volatility raise after some time of consolidation .  It uses  STOP   pending orders with  ATR   STOP LOSS.   To catch the profits there is a  TRAILING PROFIT  function in the strategy and TIME BASED EXIT . EA has been backtested on m
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT5 version, click  here  for  Blue CARA MT4  (settings and logics are same in both versions)     Real monitoring signal  -->  Cara Gold Intro Blue CARA EA   ('CARA') - short for  C omprehensive  A lgorithmic   R esponsive   A dvisor is a next-gen  multi-currency    multi-timeframe  EA base on the widely known (and perhaps the most popul
SmartWay
Gooi Meng Liang
SmartWay EA   (formerly SmartTrade EA) is a professional Expert Advisor created specifically for trading   XAUUSD (Gold)   on MT5. With the release of   V2.0 , SmartWay introduces a powerful new feature:   Smart Step Size Boost with Spike Detection . This upgrade makes the EA more adaptive in volatile markets and especially effective in   one-way markets   (bullish or bearish trends). It combines   cycle-based money management ,   drawdown protection , and   profit control   to deliver stable an
Buyers of this product also purchase
Quantum Valkyrie
Bogdan Ion Puscasu
4.96 (103)
Quantum Valkyrie  - Precision.Discipline.Execution Discounted   price .  The price will increase by $50 with every 10 purchases. Live Signal: CLICK HERE Quantum Valkyrie MQL5 public channel: CLICK HERE ***Buy Quantum Valkyrie MT5 and you could get Quantum Emperor or Quantum Baron for free !*** Ask in private for more details! IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions.      Hello, traders. I am Quantum Val
Quantum Queen MT5
Bogdan Ion Puscasu
4.97 (478)
Hello, traders! I am Quantum Queen , the crown jewel of the entire Quantum ecosystem and the highest-rated, best-selling Expert Advisor in the history of MQL5. With a proven track record of over 20 months of live trading, I’ve earned my place as the undisputed Queen of XAUUSD. My specialty? GOLD. My mission? Deliver consistent, precise, intelligent trading results — over and over again. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the set
AI Gold Trading MT5
Ho Tuan Thang
4.48 (31)
WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. Other brokers can only achieve trading performance equivalent to 60-80%. LIVE SIGNAL IC MARKETS:  https://www.mql5.com/en/signals/2344271 Forex EA Trading Channel on MQL5:  Join my MQL5 channel to update the latest news from me
Akali
Yahia Mohamed Hassan Mohamed
4.9 (30)
LIVE SIGNAL: Click here to view live performance IMPORTANT: READ THE GUIDE FIRST It is critical that you read the setup guide before using this EA to understand the broker requirements, strategy modes and the smart approach. Click here to read the Official Akali EA Guide Overview Akali EA is a high-precision scalping Expert Advisor designed specifically for Gold (XAUUSD). It utilizes an extremely tight trailing stop algorithm to secure profits instantly during periods of high volatility. Thi
AI Gold Scalp Pro
Ho Tuan Thang
5 (6)
WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS  &  I C TRADING .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. Other brokers can only achieve trading performance equivalent to 60-80%. LIVE SIGNAL Forex EA Trading Channel on MQL5:  Join my MQL5 channel to update the latest news from me.  My community of over 14,000 members on MQL5 . O
Quantum King EA
Bogdan Ion Puscasu
4.97 (146)
Quantum King EA — Intelligent Power, Refined for Every Trader IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. Special Launch Price Live Signal:   CLICK HERE MT4 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT5 and you could get Quantum StarMan for free !*** Ask in private for more details! Rule your trading with precision and discipline. Quantum King EA brings the strength of
AI Gold Sniper MT5
Ho Tuan Thang
4.79 (52)
Optimize your trading environment: To get the best results matching the live signal, it is highly recommended to use a reliable True ECN broker with low latency and tight spreads. Because Forex liquidity varies, choosing a robust broker ensures the algorithm can execute trades with maximum precision. LIVE SIGNAL & COMMUNITY Live Performance (More than 7 months):  View AI Gold Sniper Live Signal Forex EA Trading Channel:  Join my community of over 15,000 members for the latest updates and support
Gold House MT5
Chen Jia Qi
5 (21)
Gold House — Gold Swing Breakout Trading System Launch Promotion — Limited to 100 Copies Only 100 copies will be sold at the early-bird price. After 100 copies, the price jumps directly to $999 . Price also increases by $50 every 24 hours during this period. 93   copies sold — only 7 remaining. Lock in the lowest price before it's gone. Live signal: https://www.mql5.com/en/signals/2359124 Stay updated — join our MQL5 channel for product updates and trading tips. After opening the link, click th
Goldwave EA MT5
Shengzu Zhong
4.64 (22)
Real Trading Account   LIVE SIGNAL IC MARKETS:  https://www.mql5.com/en/signals/2339082 This EA uses the same logic and execution rules as the verified live signal shown on MQL5.When used with the recommended, optimized settings on a reputable ECN/RAW-spread broker ( e.g., IC Markets or EC Markets) , the EA's live trading behavior is designed to closely align with the trade structure and execution characteristics of the live signal. Please note that differences in broker conditions, spreads, ex
Aot
Thi Ngoc Tram Le
4.81 (96)
AOT Multi-Currency Expert Advisor with AI Sentiment Analysis Multi-pair mean reversion strategy for portfolio diversification across correlated currency pairs. First time testing AOT?     Start with the   fixed lot size settings , Fixed lot size 0.01 | Single position per pair | Advanced features off. Raw trading logic   to understand the system's behavior. Track Record Signal Detail Set File Name Description Medium Risk 2 Darwinex Zero,  Account size  $100k Live – Set 2 Enable Recovery Function
Syna
William Brandon Autry
5 (22)
Syna 5 – Persistent Intelligence. True Memory. Universal Trading Intelligence. Most AI tools answer once and forget everything. They leave you starting from zero again and again. Syna 5 does not. It remembers every conversation, every trade analyzed, why it acted, why it stayed out, and how the market responded afterward. Full context across every session. Cumulative intelligence that compounds with every trade. This is not another EA with AI features added for marketing. This is what trading l
Agera
Anton Kondratev
5 (2)
The AGERA  is a Fully Automated and Multi-Faceted Open EA for Identifying Vulnerabilities in the Market for GOLD ! Not    Grid   , Not    Martingale  ,  Not    " AI"     , Not    " Neural Network" ,  Not    " Machine Learning"  , Not "ChatGPT" ,   Not   Unrealistically Perfect Backtests  AGERA  Community :   www.mql5.com/en/messages/01e0964ee3a9dc01 Signal Real :   https://www.mql5.com/en/signals/2361808 Default   Settings for One Сhart   XAUUSD or GOLD H4 GUIDE About Settings Signals Commission
Ultimate Breakout System
Profalgo Limited
5 (30)
IMPORTANT : This package will only be sold at current price for a very limited number of copies.    Price will go to 1499$ very fast    +100 Strategies included and more coming! BONUS : At 999$ or higher price --> choose 5  of my other EA's for free!  ALL SET FILES COMPLETE SETUP AND OPTIMIZATION GUIDE VIDEO GUIDE LIVE SIGNALS REVIEW (3rd party) Welcome to the ULTIMATE BREAKOUT SYSTEM! I'm pleased to present the Ultimate Breakout System, a sophisticated and proprietary Expert Advisor (EA) met
Karat Killer
BLODSALGO LIMITED
4.63 (24)
Pure Gold Intelligence. Validated to the Core. Karat Killer   is not another gold EA with recycled indicators and inflated backtests — it is a   next-generation machine learning system   built exclusively for XAUUSD, validated with institutional-grade methodology, and designed for traders who value substance over spectacle. LAUNCH PROMOTION - LIMITED TIME OFFER   Price increases every 24 hours at 10:30 AM Cyprus time.   Secure the lowest price today before the next increase. Detailed Manual, Bac
Nano Machine
William Brandon Autry
5 (5)
Nano Machine GPT Version 2 (Generation 2) – Persistent Pullback Intelligence We helped start this shift in late 2024 with Mean Machine, one of the earliest systems to bring real frontier AI into live retail forex trading. Nano Machine GPT Version 2 is the next evolution in that line. Most AI tools answer once and forget everything. Nano Machine GPT Version 2 does not. It remembers every pullback setup analyzed, every entry taken, every rejection made, the reasoning behind each decision, how the
PrizmaL Lux
Vladimir Lekhovitser
5 (3)
Live Trading Signal Public real-time monitoring of trading activity: https://www.mql5.com/en/signals/2356149 Official Information Seller profile Official channel User Manual Setup instructions and usage guidelines: View user manual This Expert Advisor is designed as a market-responsive system that adjusts its behavior based on prevailing trading conditions rather than following a fixed execution pattern. The strategy focuses on identifying moments when market structure becomes suffici
Mad Turtle
Gennady Sergienko
4.52 (85)
Symbol XAUUSD Timeframe (period) H1-M15 (any) Support for single-position trading YES Minimum deposit 500 USD  (or the equivalent in another currency) Compatible with any broker YES (supports 2 or 3-digit brokers. Any deposit currency. Any symbol name. Any GMT time.) Runs without pre-configuration YES If you are interested in the topic of machine learning, subscribe to the channel:  Subscribe! Key Facts about the Mad Turtle Project: Real Machine Learning This Expert Advisor does not conn
Xauusd Quantum Pro EA
Ilies Zalegh
5 (11)
XAUUSD QUANTUM PRO EA (MT5) — Gold XAUUSD Expert Advisor for MetaTrader 5 | BUY/SELL Scoring Decision Engine + Advanced Risk Management + Live Supervision Dashboard SPECIAL LAUNCH PRICE with temporary discount — Offer valid for a limited time. Buy XAUUSD QUANTUM PRO EA and you may receive Bitcoin Quantum Edge Algo or DAX40 Quantum Pro EA for free. Contact us privately for more information. XAUUSD QUANTUM PRO EA is an MT5 robot designed for one purpose: to make automatic trading on XAUUSD cleaner
The Gold Reaper MT5
Profalgo Limited
4.51 (90)
PROP FIRM READY! ( download SETFILE ) WARNING: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 3 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Welcome to the Gold Reaper! Build on the very succesfull Goldtrade Pro, this EA has been designed to run on multiple timeframes at the same time, and has the option to set the trade frequency from very conservative to extreme volatile. The
Golden Odin
Taner Altinsoy
Overview Golden Odin EA is an Expert Advisor designed specifically for XAUUSD . Unlike multi-strategy bots, Golden Odin focuses on a single, highly optimized Market Structure Break (Pivot) strategy using precise Pending Orders. The EA is designed to wait patiently like a true king, managing its entries and filters automatically. Golden Odin EA does not use grid, martingale, or averaging techniques. It strictly limits itself to a maximum of 1 open trade at a time. All trades opened by the EA use
XIRO Robot MT5
MQL TOOLS SL
5 (9)
XIRO Robot is a professional trading system created to operate on two of the most popular and liquid instruments on the market:  GBPUSD, XAUUSD and BTCUSD . We combined two proven and well tested systems, enhanced them with multiple new improvements, optimizations and additional protective mechanisms, and integrated everything into one advanced and unified solution. As a result of this development process, XIRO Robot was created. Robot was designed for traders who are looking for a reliable and
HTTP ea
Yury Orlov
5 (10)
How To Trade Pro (HTTP) EA — a professional expert advisor for trading any assets without martingale or grids from an author with 25+ years of experience. Most top advisors work with rising gold. They look brilliant in tests... as long as gold is rising. But what happens when the trend exhausts itself? Who will protect your deposit? HTTP EA does not believe in eternal growth — it adapts to the changing market and is designed to widely diversify your investment portfolio and protect your deposit.
Aura Ultimate EA
Stanislav Tomilov
4.8 (101)
Aura Ultimate — The Apex of Neural Networks trading, and path to financial freedom. Aura Ultimate is the next evolutionary step in the Aura family — a synthesis of cutting-edge AI architecture, market-adaptive intelligence, and risk-controlled precision. Built on the proven DNA of Aura Black Edition and Aura Neuron, it goes further, fusing their strengths into one unified multi-strategy ecosystem, while introducing a completely new layer of predictive logic. It is very important!, please write
Golden Hen EA
Taner Altinsoy
4.77 (52)
Overview Golden Hen EA is an Expert Advisor designed specifically for XAUUSD . It operates by combining nine independent trading strategies, each triggered by different market conditions and timeframes (M5, M30, H2, H4, H6, H12, W1). The EA is designed to manage its entries and filters automatically. The core logic of the EA focuses on identifying specific signals. Golden Hen EA does not use grid, martingale, or averaging techniques . All trades opened by the EA use a predefined Stop Loss and T
Quantum Emperor MT5
Bogdan Ion Puscasu
4.85 (503)
Introducing   Quantum Emperor EA , the groundbreaking MQL5 expert advisor that's transforming the way you trade the prestigious GBPUSD pair! Developed by a team of experienced traders with trading experience of over 13 years. IMPORTANT! After the purchase please send me a private message to receive the installation manual and the setup instructions. ***Buy Quantum Emperor EA and you could get Quantum StarMan for free !*** Ask in private for more details Verified Signal:   Click Here MT4 Version
The Gold Phantom
Profalgo Limited
4.47 (19)
PROP FIRM READY!  --> DOWNLOAD ALL SET FILES WARNING: Only a few copies left at current price! Final price: 990$ NEW (from 399$ only) : Choose 1 EA for Free! (limited to 2 trade accounts numbers, any of my EAs except UBS) Ultimate Combo Deal   ->   click here JOIN PUBLIC GROUP:   Click here Live Signal Live Signal 2 !! THE GOLD PHANTOM IS HERE !! After the massive success of The Gold Reaper, I'm extremely proud to introduce its powerful brother: The Gold Phantom , a pure, no-nonsense breako
Golden Mirage mt5
Michela Russo
4.7 (60)
Limited stock at the current price! Final price: $1999 --> PROMO: From $299 --> The price will go up every 5 purchases, next price : $399 Golden Mirage is a robust gold trading robot designed for traders who value reliability, simplicity, and professional-grade performance. Powered by a proven combination of RSI, Moving Average,  ADX, and High/Low Level  indicators, Golden Mirage delivers high-quality signals and fully automated trading on the M5 timeframe for XAUUSD (GOLD) . It features a robu
Gold Trade Pro MT5
Profalgo Limited
4.28 (36)
LAUNCH PROMO: Only a few copies left at current price! Final price: 990$ Get 1 EA for free (for 2 trade accounts) -> contact me after purchase Ultimate Combo Deal   ->   click here Live signal:   https://www.mql5.com/en/signals/2084890 Live Signal high risk :  https://www.mql5.com/en/signals/2242498 Live Signal Set Prop Firm Set File JOIN PUBLIC GROUP:   Click here Parameter overview Gold Trade Pro joins the club of Gold trading EA's, but with one big difference: this is a real trading strate
Xauusd Breeze
Abdelrahman Ahmed Mahmoud Ahmed
5 (6)
XAUUSD Breeze is a precision-engineered Expert Advisor that simplifies the complexity of the gold market. It seamlessly merges the structural reliability of classical support and resistance analysis with a highly optimized, world-class scalping strategy. By identifying high-probability price "bottlenecks" and liquidity zones, XAUUSD Breeze captures rapid movements with ease, offering a smooth and consistent trading experience even in volatile conditions. The price starts at $79. It increases by
Zeno
Anton Kondratev
5 (2)
ZENO EA  is a Fully Automated and Multi-Faceted Open EA for Identifying Vulnerabilities in the Market for GOLD ! Not    Grid   , Not    Martingale  ,  Not    " AI"     , Not    " Neural Network" ,  Not    " Machine Learning"  , Not "ChatGPT" ,   Not   Unrealistically Perfect Backtests  Signal Live ICM +51 Weeks :  https://www.mql5.com/en/signals/2350001 Default   Settings for One Сhart   XAUUSD or GOLD H1 ZENO Guide About Settings Signals Commission Free Broker Refund Updates My Blog Optimizatio
More from author
VR Smart Grid MT5
Vladimir Pastushak
4.24 (29)
VR Smart Grid is a full-featured Expert Advisor for MetaTrader 4 and MetaTrader 5, built on the classical grid trading strategy. The robot independently opens positions, manages them and closes them in parts, creating an efficient order grid that adapts to changing market conditions. Over 15 years of development, the EA has gone through thousands of variations and tests — it is the result of systematic refinement on real and demo accounts. Set files, demo versions of the product, instructions an
VR Smart Grid
Vladimir Pastushak
4.29 (168)
VR Smart Grid is a full-featured Expert Advisor for MetaTrader 4 and MetaTrader 5, built on the classical grid trading strategy. The robot independently opens positions, manages them and closes them in parts, creating an efficient order grid that adapts to changing market conditions. Over 15 years of development, the EA has gone through thousands of variations and tests — it is the result of systematic refinement on real and demo accounts. Set files, demo versions of the product, instructions an
VR Lollipop MT5
Vladimir Pastushak
2.33 (6)
VR Lollipop is a unique automated trading strategy for trading the current market trend. The uniqueness of this robot lies in the use of a complex algorithm that allows you to gradually increase positions in accordance with the direction of the market trend. In this case, all open positions are automatically transferred to safe mode thanks to the breakeven function. A position is considered safe when the stop loss level is moved to the breakeven area. These complex operations are carried out usi
VR Lollipop
Vladimir Pastushak
5 (11)
VR Lollipop is a unique automated trading strategy for trading the current market trend. The uniqueness of this robot lies in the use of a complex algorithm that allows you to gradually increase positions in accordance with the direction of the market trend. In this case, all open positions are automatically transferred to safe mode thanks to the breakeven function. A position is considered safe when the stop loss level is moved to the breakeven area. These complex operations are carried out usi
VR Trade Panel MT5
Vladimir Pastushak
4.67 (6)
VR Trade Panel is a professional solution for trading, which allows you to effectively manage positions using trend lines. Unique functionality allows you to install Stop Loss and Take Profit both at dynamic levels (inclined lines) and fixed values. This provides maximum flexibility and convenience in trade. Thanks to the simplicity of the interface and the detailed [ management ], it will be easier for beginners to master the basics of trade and begin to practice. The ability to automate many p
FREE
VR Alert MT5
Vladimir Pastushak
5 (1)
The VR Alert indicator utility is designed to monitor the price or other indicators and to inform the trader when the price or indicator reaches the given level. The signal levels can be set not only horizontally but also inclined. Thus, the trader gets the opportunity to receive notifications from the inclined trend levels. Thanks to the VR Alert utility, you will no longer need to sit near the monitor for a long time. You can calmly do about your household chores, perform your work duties and
VR Stealth Pro MT 5
Vladimir Pastushak
5 (1)
VR Stealth Pro is a specialized free trading panel designed to increase the convenience and efficiency of trade. The main purpose of the tool is to hide the levels of Stop Loss and Take Profit, allowing you to minimize the risks of leakage of your information about the trading levels of Stop Loss and Take Profit. Set files, demo versions of the product, instructions and bonuses are available on the [blog] Version for [MetaTrader 4] VR Stealth Pro is a free trading panel and is supplied on the p
FREE
VR Color Levels MT5
Vladimir Pastushak
VR Color Levels is a handy tool for those who apply technical analysis using elements such as trendline, rectangle and text. It is possible to add text directly to the chart and take screenshots. You can find settings, set files, demo versions, instructions, problem solving, at [blog] You can read or write reviews at [link] Version for [MetaTrader 4] Working with the indicator is carried out in one click . To do this, click on the button with the line, after which a trend line will appear unde
FREE
VR Donchian
Vladimir Pastushak
4.87 (15)
The VR Donchian indicator is an improved version of the Donchian channel. Improvements affected almost all functions of the channel, but the main operating algorithm and channel construction were preserved. A change in the color of levels has been added to the ball indicator depending on the current trend - this clearly shows the trader a change in trend or flat. The ability to inform the trader about the breakout of one of two channel levels on a smartphone, email, or in the MetaTrader terminal
FREE
VR Donchian MT5
Vladimir Pastushak
4.82 (17)
The VR Donchian indicator is an improved version of the Donchian channel. Improvements affected almost all functions of the channel, but the main operating algorithm and channel construction were preserved. A change in the color of levels has been added to the ball indicator depending on the current trend - this clearly shows the trader a change in trend or flat. The ability to inform the trader about the breakout of one of two channel levels on a smartphone, email, or in the MetaTrader terminal
FREE
Vr Trade Panel
Vladimir Pastushak
4.75 (20)
VR Trade Panel is a professional solution for trading, which allows you to effectively manage positions using trend lines. Unique functionality allows you to install Stop Loss and Take Profit both at dynamic levels (inclined lines) and fixed values. This provides maximum flexibility and convenience in trade. Thanks to the simplicity of the interface and the detailed [ management ], it will be easier for beginners to master the basics of trade and begin to practice. The ability to automate many p
FREE
VR Ticks MT5
Vladimir Pastushak
4.33 (3)
VR Ticks   is a special indicator for scalping-based strategies. Thanks to this indicator, the trader can see the tick chart directly on the main chart of the financial instrument. A tick chart allows you to enter a position into the market or close a position in the market as accurately as possible. VR Ticks plots tick data in the form of lines that change color depending on the direction - this allows you to visually understand and assess the situation on ticks. The advantage of tick charts i
FREE
VR Grid Mt5
Vladimir Pastushak
3.25 (8)
The VR Grid indicator is designed to create a graphical grid with user-defined settings. Unlike the standard grid , VR Grid is used to build circular levels . Depending on the user's choice, the step between the round levels can be arbitrary. In addition, unlike other indicators and utilities, VR Grid maintains the position of the grid even when the time period changes or the terminal is rebooted. You can find settings, set files, demo versions, instructions, problem solving, at [blog] You can
FREE
Vr Stealth pro
Vladimir Pastushak
4.9 (52)
VR Stealth Pro is a specialized free trading panel designed to increase the convenience and efficiency of trade. The main purpose of the tool is to hide the levels of Stop Loss and Take Profit, allowing you to minimize the risks of leakage of your information about the trading levels of Stop Loss and Take Profit. Set files, demo versions of the product, instructions and bonuses are available on the [blog] Version for [MetaTrader 5] VR Stealth Pro is a free trading panel and is supplied on the p
FREE
VR Black Box MT5
Vladimir Pastushak
1 (1)
VR Black Box is a modern automatic trading expert developed by an experienced trader programmer. A powerful trading tool built on a proven trend-following market movement strategy. This robot has gone through a long path of development and improvement, regularly updating and adapting to changing market conditions. Over years of operation on real trading accounts, it has proven itself as a reliable assistant for both beginners and experienced traders. Set files, demo versions of the product, inst
VR Sync Charts MT5
Vladimir Pastushak
5 (3)
VR Sync Charts is a tool for synchronizing layout between windows. INDICATOR DOES NOT WORK IN STRATEGY TESTER!!! How to get a trial version with a test period, instructions, training, read the blog https://www.mql5.com/ru/blogs/post/726504 . VR Sync Charts allow you to synchronize trend levels, horizontal levels and Fibonacci layout with all charts. With this you can synchronize all standard graphic objects in the MetaTrader terminal. All your trends, Gann lines and other objects are exactly cop
VR System MT 5
Vladimir Pastushak
5 (2)
VR System is not just an indicator, it is a whole, well-balanced trading system for trading on financial markets. The system is built on classical trading rules and a combination of indicators Moving Average and Donchian channel . The VR System takes into account the rules for entering the market, holding a position in the market and the rules for exiting a position. Simple trading rules, minimal risks, and clear instructions make the VR System an attractive trading strategy for traders in finan
VR Calculate Martingale MT5
Vladimir Pastushak
5 (1)
The VR Calculate Martingale indicator is a powerful tool for pre-calculating any trading strategy without risks. Due to the fact that the indicator uses virtual orders, a trader can calculate in advance any development of events on a trading account. You no longer need EXCEL tables and calculators, you do not need to know the formulas for averaging multidirectional positions with different trading lots. VR Calculate Martingale will help you calculate everything. You can find settings, set files,
VR Grid
Vladimir Pastushak
5 (3)
The VR Grid indicator is designed to create a graphical grid with user-defined settings. Unlike the standard grid , VR Grid is used to build circular levels . Depending on the user's choice, the step between the round levels can be arbitrary. In addition, unlike other indicators and utilities, VR Grid maintains the position of the grid even when the time period changes or the terminal is rebooted. You can find settings, set files, demo versions, instructions, problem solving, at [blog] You can
FREE
VR Atr Pro MT5
Vladimir Pastushak
4.75 (4)
VR ATR Pro is a technical indicator designed to determine target levels based on the statistical analysis of previous trading periods. It is based on the mathematical calculation of the average price movement over a selected period of time. Operating Principle of the Indicator, Based on Statistics The indicator's operation is based on observing the daily behavior of the price: each trading period is characterized by a certain movement amplitude — the price travels a certain distance in points bo
VR Ticks
Vladimir Pastushak
VR Ticks is a special indicator for scalping-based strategies. Thanks to this indicator, the trader can see the tick chart directly on the main chart of the financial instrument. A tick chart allows you to enter a position into the market or close a position in the market as accurately as possible. VR Ticks plots tick data in the form of lines that change color depending on the direction - this allows you to visually understand and assess the situation on ticks. The advantage of tick charts is t
FREE
VR Orders History
Vladimir Pastushak
5 (3)
The VR Orders History script is designed to upload a trade report to a csv file. This format is intended for additional analysis of trading history in programs such as EXCEL, Openoffice, and Libreoffice. Thanks to the script, it is now much easier for a trader to analyze their trading history. The program facilitates the analysis of the trading history for the MetaTrader 5 terminal. The trader sees structured trading. The entire report is based on the following principle: Position > Order on the
FREE
VR Close Orders
Vladimir Pastushak
3.5 (4)
The VR Close orders script is designed to close positions in the terminal at a profit or loss mark set by the trader. The program is written as a script and can work together on the same chart with any other indicators and expert advisors. The program has a simple visual panel and is easy to configure with the mouse. With this program's help, the trader can automatically close positions and delete orders depending on the conditions set.  There is often a situation when you need to close position
FREE
VR Object Delete All MT5
Vladimir Pastushak
5 (1)
The VR Object Delete All script solves the problem of garbage on the chart. it is often necessary to completely clear the chart of everything that is put on it, comments, lines, objects. The script completely deletes everything, even those objects that are not visible. When working, VR Object Delete All writes everything it does in the terminal log, as well as the names of objects to delete. Displays the number of deleted objects as a separate line. in case of any errors, it will display an erro
FREE
VR Color Levels MT4
Vladimir Pastushak
5 (1)
VR Color Levels is a handy tool for those who apply technical analysis using elements such as trendline, rectangle and text. It is possible to add text directly to the chart and take screenshots. You can find settings, set files, demo versions, instructions, problem solving, at [blog] You can read or write reviews at [link] Version for [MetaTrader 5] Working with the indicator is carried out in one click . To do this, click on the button with the line, after which a trend line will appear unde
FREE
VR Close Orders MT5
Vladimir Pastushak
1 (1)
The VR Close orders script is designed to close positions in the terminal at a profit or loss mark set by the trader. The program is written as a script and can work together on the same chart with any other indicators and expert advisors. The program has a simple visual panel and is easy to configure with the mouse. With this program's help, the trader can automatically close positions and delete orders depending on the conditions set.  There is often a situation when you need to close position
FREE
VR Orders History MT5
Vladimir Pastushak
3 (2)
The VR Orders History script is designed to upload a trade report to a csv file. This format is intended for additional analysis of trading history in programs such as EXCEL, Openoffice, and Libreoffice. Thanks to the script, it is now much easier for a trader to analyze their trading history. The program facilitates the analysis of the trading history for the MetaTrader 5 terminal. The trader sees structured trading. The entire report is based on the following principle: Position > Order on the
FREE
VR Object Delete All
Vladimir Pastushak
5 (1)
The VR Object Delete All script solves the problem of garbage on the chart. it is often necessary to completely clear the chart of everything that is put on it, comments, lines, objects. The script completely deletes everything, even those objects that are not visible. When working, VR Object Delete All writes everything it does in the terminal log, as well as the names of objects to delete. Displays the number of deleted objects as a separate line. in case of any errors, it will display an erro
FREE
VR ATR Pro
Vladimir Pastushak
4.33 (6)
VR ATR Pro is a technical indicator designed to determine target levels based on the statistical analysis of previous trading periods. It is based on the mathematical calculation of the average price movement over a selected period of time. Operating Principle of the Indicator, Based on Statistics The indicator's operation is based on observing the daily behavior of the price: each trading period is characterized by a certain movement amplitude — the price travels a certain distance in points bo
VR MultiPrice Analysis is an indicator that determines the strength of a currency in a currency pair. Let's take the EUR / USD pair as an example. How can we determine which currency is currently weak and which is strong? The easiest and most reliable way is to compare the EUR against other currencies, excluding the USD. The variants of power distribution: The EUR is rising against other currencies - this is a sign that the currency has become more attractive to traders and investors, or good ne
Filter:
pillaumax
38
pillaumax 2026.01.09 06:22 
 

VR Locker — это зрелый, надёжный и настраиваемый сеточный советник для MT5. Он не обещает «волшебных» прибылей, но даёт инструмент для систематической торговли с чётким контролем рисков. Если вы ищете «рабочую лошадку» для сеточной стратегии, это один из лучших вариантов на рынке.

Petr Zharuk
1774
Petr Zharuk 2023.04.14 00:28 
 

Хороший продукт. Но при работе с брокером Deriv не проставлят TakeProfit на реальном счете. На демо ставит. Автор советовал обратится к брокеру, брокер советует обратится к автору. В общем проблем не решена. Жду обновления где ТП будет работать.

Marcel Machado Gumiero
605
Marcel Machado Gumiero 2022.08.28 17:10 
 

Top!

Alex Martins Garcia
141
Alex Martins Garcia 2022.08.02 03:46 
 

VR Locker is extremely dangerous, I performed tests on recommended currency pairs and others, but the result was that the gain when it occurs is high but the loss ends up zeroing the balance.

szanielec
96
szanielec 2022.04.28 14:53 
 

Great EA with huge potential.

Vladimir Pastushak
109059
Reply from developer Vladimir Pastushak 2022.04.28 14:54
Thanks a lot!
Reply to review