VR Locker

4

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 5]

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 6
Wolfgang Rockert
2343
Wolfgang Rockert 2022.04.15 10:50 
 

New Vers. works like Money printer, with the right settings !!! test on Backtest and Demo to find best settings.

Paulo Ferrari
73
Paulo Ferrari 2020.07.08 01:33 
 

Muito bom EA, realmente incrível!! Vladimir está de parabéns! Já comprei o VR Smart Grid também

Kwok Keung Cheng
539
Kwok Keung Cheng 2020.04.16 19:35 
 

這是一個非常好的EA!

我一天賺得了25%的利潤!

Recommended products
Green Revolution  is an Expert Advisor designed specifically for trading gold. EA works according to the Trend Follow  Live Results at:  https://www.mql5.com/en/signals/1869436?source=Site +Profile Requirements Trading pairs XAUUSD Timeframe M15 Minimum deposit  100$ Leverage 1:500,1:100 Brokers Just Forex,Exness,FBS    Features - Fully automatic mode with Less inputs. -  Every trade is protected in advance. - Does not use averaging, history reading, overoptimization and other pointless meth
Great Hunter
Pavel Malyshko
Авторская стратегия демонстрирующая хорошие результаты на валютной паре eurchf m15. Советник в своей работе ищет наиболее вероятные точки разворота на графике и если сигнал подтверждается открывает сделку. Советник работает круглосуточно, что делает его универсальным вне зависимости от времени на рынке, что также отличает его от большинства советников торгующих в строго ограниченное время. По мере роста спроса на советник и увеличения хороших отзывов, цена на него будет расти. Поспешите при
Brexit Breakout (GBPUSD H1) This EA has been developed for GBPUSD H1.  Everything is tested for H1 timeframe . Strategy is based on breakout of the This Bar Open indicator after some time of consolidation. It will very well works on these times, when the pound is moving. It uses Stop pending orders with  FIXED Stop Loss and Take Profit . It also uses PROFIT TRAILING to catch from the moves as much as possible. At 9:00 pm we are closing trading every Friday to prevent from weekly gaps. !!!Adjust
Bear vs Bull EA MT4
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 trad
Magic Grid
Aliaksandr Charkes
4.54 (28)
Magic Grid is an indicator-free advisor that uses a grid strategy. The strategy is based on automatic reopening of grid pending orders, after closing their market positions (by Take-Profit, Stop-Loss or manually). Pending orders are placed with a specified step from the initial prices, which can be entered manually or generated automatically ( one time at the beginning of the trade ). The robot can trade on any time frame, on any currency pair, on several currency pairs, and on any number of di
FREE
EA Safe Scalper
Sayed Mohammad Mosavi
4 (1)
EA Safe Scalper is an advanced expert advisor for MT4 that based on WPR & Stochastic indicators. it determines overbought/oversold points and open safe & reliable orders.   Our greatest effort in making this expert has been to protect your capital. There Is No Martingale No Grid! --- Contact me in messages for free gift after purchase!  --- Recommended Symbols: NQ100(Nasdaq) - XAUUSD Recommended Timeframes: H1 - M5 Parameters: slippage: max slippage magic number: unique number to determine EA
About Silver Scalper EA Silver Scalper EA is an automated Expert Advisor developed for MetaTrader 4 , designed specifically for trading XAGUSD (Silver) . The Expert Advisor analyzes market price data in real time and opens positions only when predefined market conditions are met. The trading logic focuses on controlled execution and avoids unnecessary market activity during unfavorable conditions. The EA may remain inactive during periods of low volatility. This behavior is intentional and part
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 recogniz
BBMAV Crossover Robot
Thushara Dissanayake
The BBMAV Crossover Robot is a powerful tool designed to automate Bollinger Band and Moving Average Crossover Strategies . It combines multiple indicators to generate reliable signals for trading. By leveraging the crossover of these indicators, the robot identifies potential entry and exit points in the market. Traders can customize the indicator settings and activate or deactivate specific functions according to their preferences. The robot's main signal, the BBMA crossover, can be further fi
Grid Primordial   The Expert Advisor uses the readings of two indicators RSI and Moving Average as signals to enter the market. The market is entered with a market position and a grid of Buy Stop or Sell Stop pending orders. Orders and positions have physical profit and loss levels. The EA implements the method of locking positions that have not reached the level of loss limitation, while using the second profit level specified in the deposit currency. Description of settings RSIPeriod - averag
Hedge Guru is a full automated Expert Advisor that can work on all timeframes with  all currencies . 1 Hour timeframe and major currencies recomended. It simply uses the combination of martingale and hedging strategies with stop loss to reduce the risk. MaximumLevel Parameter defines the point to close an order with loss. Attention: For targeting more profit with HEDGE GURU , using high lot size is not recommended, for targeting higher profits, HEDGE GURU should be used on multiple currencies
The Arrow Scalper
Fawwaz Abdulmantaser Salim Albaker
1 (2)
Dear Friend..  I share with you this simple Expert Adviser .. it is full automatic  this Expert Adviser following the trend of the pair you install on or any stocks or indices , it is works like that: - when the trend on H4 chart show a start of up trend the expert will wait till the 15M & 1H charts show an up trend the EA will open a buy order directly , and do the same for down trend and open a sell order the buy or sell  order lot size and take profit and stop loss will measured manually  by
FREE
Gold Label
Tran Thanh Tuyen
Gold Label  is an Expert Advisor designed specifically for trading gold.  This EA is specifically designed for   XAUUSD  with low risk and can grow your account from small capital. It is based on machine learning cluster analysis and genetic algorithms. EA contains self-adaptive market algorithm, which uses price action patterns and standard trading indicators. Expert showed stable results on XAU in 2011-2020 period. No dangerous methods of money managment used. Suitable for any broker conditi
LCFGamma
Marcin Majcherek
LCF_GAMMA uses two types of Stochastic Oscillator. The LONGSHOT type, which defines the main direction and leads one position (buffer) and the PEAK2PEAK type, which acts as the main profit maker. It is good at commodities such as OIL, GOLD, SUGAR and currency pairs such like USDJPY (all M15), but occasionally needs to calibrate settings, so long-term tests in the same settings will not quite reflect its usefulness. In the screenshots, I present test results based on the 5-month period, but keep
Diamond Seeker Pro
Segundo Calvo Munoz
Taking as baseline  Diamond Trend  Indicator, there is a new Strategy of use through a  new Expert Advisor opening positions on the current trend.   It is   recommended  to use 1:500 or above to mitigate typical margin default risks. Works in any timeframe... For better and consistent outcomes I recommend to use it as a Marathon runner with multiple and collaborative instances instead of as one Sprinter instance... This EA uses a Classic Martingale ...  so, are you ready to surf the waves?... Re
GND Big Bem
Nguyen Dang Giang
3 (2)
Big Bem is completely automatic. First, it will open an order with TakeProfit or TrailingStopLoss depending on the user settings. 10 hours later, it will open another order. A grid-based transactional mechanism will close automatically by the user setup CloseProfit . Requirements and recommendations Deposit min $1,000 or optimal cent account. Use small spread. Parameters MagicNumber : The unique (magic) number of the EA. TrailingStopLoss : As a position gains in profit, a stop loss follows as
Ant nest 7 in 1
Jose Daniel Stromberg Martinez
5 (2)
Timeframe:   1H Symbol:   EURUSD Fully automatic EA that has   7 different EAs   packed in one! The different EAs is carefully selected to match eachother. They are all trend following and they all works with different indicators to balance their strength. This EA is made for long term use and works best when the market is stable. This EA has a function so you can sell ALL orders with profit, or over a certain profit with a single click of a button! All settings is pre-defiend , you do not n
Creature
Natalya Sopina
1 (1)
Creature  - is an automated trading system - trend scalper. EA work strategy: The trades are made at rollback from main trend. Indicator Bollinger Bands is responsible for trend and channel determination. The EA opens orders at channel breakdown for definite value of points. False enters are filtered by breakdown minimal price bounce limiter resulting in loss trades cut.Orders can be closed at take-profit, trailing-stop, stop-loss and at defined time elapse. Time limit of the EA work is availabl
Day Breakout EA
Aleksei Moshkin
3.88 (8)
The automatic advisor works according to a simple strategy for the breakout of the previous day's high and low. In the settings there is a function to reverse orders Reverse, when the maximum is broken, instead of buying, a sell will be opened, and when the minimum is broken, instead of selling, a buy will be opened. Real monitoring https://www.mql5.com/en/signals/833080 Settings Reverse - when the level is broken, orders will be opened in the opposite direction The maximum number of limit o
FREE
Auto3M Pro MT4
Mr Anucha Maneeyotin
5 (3)
AUTO3M Pro MT4 – Trend & Hedging Expert Advisor Fully compliant with MQL5 Market regulations Strategy Overview AUTO3M Pro MT4 is an automated Expert Advisor combining trend-following, hedging, and news filtering strategies. It utilizes the following indicators: Trend Analysis: Moving Average, OBV, Standard Deviation (STD), ATR Entry Signals: Stochastic Oscillator (for Buy Stop/Sell Stop orders) Risk Management: Fibonacci-based TP/SL, Bollinger Bands for dynamic stops News Filter: Avoids high
EA KOGORO TREND PROFITABLE HIGHER, FLEXIBLE AND SAFER EA KOGORO is a robot that operates on the most basic principle of the market: "Trend is Friend" combined with the improved Martingale principle with many times more safety than conventional Martingale. - EA KOGORO is a fully automatic EA robot for established pairs. - The principle of order balancing, low DD protects accounts better for high profits. - Opening and closing orders is really flexible. - Safer, high profit. - Manage b
Diamond Black
Fanur Galamov
5 (2)
Diamond Black  is a professional expert advisor for automatic market trading. The EA implements my long-term observations of the market behavior in the evening. A thorough analysis of the behavior of the low-volatility market allowed me to implement a stable reliable system for profitable and long-term trading. EA algorithm uses the advantages of pending limit orders and strict control of trading risk. Expert advisor uses automatic lot calculation, and also allows you to use a fixed trading lo
Fearless EA
Matheus Cavalcante Montenegro
EA-Fearless is an advanced and powerful Expert Advisor specifically designed for trading XAUUSD (Gold) . The current version incorporates optimized algorithms that identify precise market entry and exit points. The system is based on two proprietary indicators carefully calibrated to the unique behavior of the gold market, providing highly accurate signals with cross-validation to maximize the probability of success in your trades. ️ ATTENTION: This EA was developed exclusively to operate on th
Grid and MACD
Volodymyr Hrybachov
This is a grid Expert Advisor. It has several trading strategies based on the MACD indicator. The virtual trailing stop, stop loss, take profit levels can be set pips, in the deposit currency or as a percentage of the balance. Depending on the settings, different orders may be opened for diversifying risks. Their closure can be either an oppositely directed or unidirectional basket of orders. The orders grid is adaptive, only market orders are used in it. If the price moves the distance of Order
торговая система с риском 1% чем больше денег на счете тем больше лот но риск 1% Начальный депозит 50.00 Спред 10 Чистая прибыль 6.71 Общая прибыль 51.97 Общий убыток -45.26 Прибыльность 1.15 Матожидание выигрыша 0.02 Абсолютная просадка 26.79 Максимальная просадка 29.21 (55.47%) Относительная просадка 55.47% (29.21) Всего сделок 427 Короткие позиции (% выигравших) 219 (72.60%) Длинные позиции (% выигравших) 208 (72.12%) Прибыльные сделки (% от всех) 309 (72.37%) Убыточные сделки (% от все
Limit and reverse MT4
Andrei Maslennikov
Limit and reverse MT4 is a flat Expert Advisor with no indicators. Trading Strategy Limit and reverse MT4 trades any currency pair and any timeframe. The strategy is based on accompanying an open position with a trailing profit and reversing it when the trailing profit is activated. The first position is opened with the triggering of the SellLimit or BuyLimit order above and below the current price. Additional control is placing a SellStop order much below the current price - new orders cannot
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
RSI Double Cross Robot   is a fully automated expert advisor based on a classic yet powerful momentum concept — the crossover of two RSI indicators with different periods. The robot identifies trend changes and market momentum shifts by tracking the interaction between fast and slow RSI values. Trades are opened only when clear directional signals appear, while a built-in volatility filter helps avoid flat and low-activity market conditions. RSI Double Cross Robot applies strict risk management,
Intensive
Evgeniy Zhdan
The Expert Advisor algorithm determines on daily charts those candlestick patterns, which set the intraday trading direction. The trading EA determines how long the price is moving in overbought/oversold zones and starts working in the direction of the expected trend movement. Each position is accompanied with a tight stop loss and take profit. Only one active position can be open in the market. The EA was developed and tested using 99% quality quotes. The Expert Advisor has a built-in news filt
| Fully-automated Smart Money Concept (ICT) inspired trading solution with multi-strategy capabilities | Built by a grid trader >> for grid traders.  This is MT4 version, click  here  for  Blue CARA MT5  (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 perhapse most popular) Inn
Buyers of this product also purchase
Vortex Gold MT4
Stanislav Tomilov
5 (29)
Vortex - your investment in the future The Vortex Gold EA expert Advisor made specifically for trading gold (XAU/USD) on the Metatrader platform. Built using proprietary indicators and secret author's algorithms, this EA employs a comprehensive trading strategy designed to capture profitable movements in the gold market. Key components of its strategy include classic indicators as CCI and Parabolic Indicator, which work together to accurately signal ideal entry and exit points. At the heart of V
Big Forex Players MT4
MQL TOOLS SL
4.73 (44)
We proudly present our cutting-edge robot, the  Big Forex Players EA  designed to maximize your trading potential, minimize emotional trading, and make smarter decisions powered by cutting-edge technology. The whole system in this EA took us many months to build, and then we spent a lot of time testing it. This unique EA includes three distinct strategies that can be used independently or in together. The robot receives the positions of the  biggest Banks  (positions are sent from our database t
Quantum Emperor MT4
Bogdan Ion Puscasu
4.85 (172)
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 MT5 Versi
EA Gold Algo
Mohamed Hassan
4.33 (3)
EA Gold Algo is a professional Expert Advisor specifically designed for Gold (XAUUSD) trading. It is engineered to capture extremely fast price movements  that occur when price escapes key structural zones with momentum. Gold is known for sharp expansions and aggressive volatility. EA Gold Algo is built to operate in these conditions with high-precision execution, strict risk control, and fast reaction speed . The EA does not use grid or martingale techniques . Each trade is executed independe
XIRO Robot MT4
MQL TOOLS SL
5 (2)
XIRO Robot is a   professional trading system   created to operate on two of the most popular and liquid instruments on the market:   XAUUSD and GBPUSD . 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 str
Bitcoin Robot MT4
MQL TOOLS SL
4.64 (66)
The Bitcoin Robot  MT4 is engineered to execute Bitcoin trades with unparalleled   efficiency and precision . Developed by a team of experienced traders and developers, our   Bitcoin Robot   employs a sophisticated algorithmic approach (price action, trend as well as two personalized indicators) to analyze market and execute trades swiftly with   M5 timeframe , ensuring that you never miss out on lucrative opportunities.   No grid, no martingale, no hedging,   EA only open one position at the sa
AI Forex Robot MT4
MQL TOOLS SL
4.29 (17)
AI   Forex Robot - The Future of Automated Trading. AI Forex Robot is powered by a next-generation   Artificial Intelligence   system based on a hybrid LSTM Transformer neural network, specifically designed for analyzing XAUUSD, EURUSD   and BTCUSD price movements on the Forex market. The system analyzes complex market structures, adapts its strategy in   real time   and makes data-driven decisions with a high level of precision. AI Forex Robot is a modern, fully automated system powered by   ar
Golden Mirage mt4
Michela Russo
5 (5)
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
Aura Neuron MT4
Stanislav Tomilov
4.62 (13)
Aura Neuron is a distinctive Expert Advisor that continues the Aura series of trading systems. By leveraging advanced Neural Networks and cutting-edge classic trading strategies, Aura Neuron offers an innovative approach with excellent potential performance. Fully automated, this Expert Advisor is designed to trade currency pair XAUUSD (GOLD). It has demonstrated consistent stability across these pairs from 1999 to 2023. The system avoids dangerous money management techniques, such as martingale
Quantum King MT4
Bogdan Ion Puscasu
5 (2)
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 MT5 version : CLICK HERE Quantum King channel:   Click Here ***Buy Quantum King MT4 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 strengt
Gold Trade Pro
Profalgo Limited
4.61 (23)
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 New 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 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 strategy.
AI Prop Firms MT4
MQL TOOLS SL
5 (4)
AI Prop Firms - Intelligent Automation Built for   Prop Trading Firms . AI Prop Firms is an advanced fully automated Forex trading system powered by   Artificial Intelligence , developed specifically to operate within the strict rules and evaluation models of prop trading firms. The system is designed to trade under controlled risk conditions while   maintaining consistency , stability, and compliance with prop firm requirements. AI Prop Firms uses intelligent market analysis logic that continu
Forex GOLD Investor
Lachezar Krastev
4.45 (49)
WINTER SALE — FINAL DAYS! Get Forex GOLD Investor with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results: https://www.m
Vortex Turbo EA MT4
Stanislav Tomilov
5 (7)
Vortex Turbo — “Trade the storm — control the Vortex” Vortex Turbo represents the next evolutionary stage in intelligent trading — a unique development that merges cutting-edge AI architecture, adaptive market logic, and precise risk control. Built upon proven algorithmic principles, it integrates multiple strategies into a unified high-speed ecosystem powered by a new level of predictive intelligence. Designed as a scalping expert for gold XAUUSD(GOLD), Vortex Turbo employs a controlled martin
XG Gold Robot MT4
MQL TOOLS SL
4.32 (38)
The XG Gold Robot MT4 is specially designed for Gold. We decided to include this EA in our offering after   extensive testing . XG Gold Robot and works perfectly with the   XAUUSD, GOLD, XAUEUR   pairs. XG Gold Robot has been created for all traders who like to   Trade in Gold   and includes additional a function that displays   weekly Gold levels   with the minimum and maximum displayed in the panel as well as on the chart, which will help you in manual trading. It’s a strategy based on  Price
Dark Algo
Marco Solito
4.65 (65)
Last copy at 399$ -> next price 499$ Dark Algo  is a fully automatic Expert Advisor for Scalping Trading on Eurusd and Gbpusd . This Expert Advisor is based on the latest generation of algorithm and is highly customizable to suit your trading needs.  If you   Buy this Expert   Advisor you can   write a feedback   at market and   get   a second EA for   Free , for More info contact me The basic strategy of this EA is built on a sophisticated algorithm  that allows it to identify and follow market
Bazooka EA
Davit Beridze
5 (3)
Bazooka EA – Trend & Momentum Expert Advisor for MT4 MT5:  https://www.mql5.com/en/market/product/163078 Important:   We regularly release updated set files in the   Comments   area. Please ensure you are using the most recent version for your backtests and live trading to ensure optimal performance with current market volatility. Bazooka EA is a fully automated Expert Advisor for MetaTrader 4 , designed to trade directional market moves using trend confirmation and momentum filtering . The EA f
Aurum AI mt4
Leonid Arkhipov
4.94 (32)
UPDATE — DECEMBER 2025 At the end of November 2024, the Aurum expert advisor was released for sale. Throughout this time, it traded in real market conditions without a news filter, without additional protective restrictions, and without complex limitations — while confidently remaining profitable and stable. Live Signal This full year of real trading clearly demonstrated the reliability of the trading system. Only after that, based on real experience and statistics, a major update was release
GOLD Scalper PRO
Lachezar Krastev
4.58 (24)
WINTER SALE — FINAL DAYS! Get GOLD Scalper PRO with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale Price: $177 (Regular Price: $447 — You Save $270!) FREE BONUS: News Scope EA PRO A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Live Results:   https://w
Bitcoin Robot Grid MT4
MQL TOOLS SL
5 (16)
Bitcoin Robot Grid MT4 is an intelligent trading system designed to automate BTCUSD trading using the grid trading strategy. This method takes advantage of market fluctuations by placing a structured series of buy and sell orders at predefined price levels. The robot   continuously monitors market   conditions and executes trades according to its preset parameters, allowing for consistent market engagement without the need for manual intervention. Bitcoin Robot Grid is the   perfect solution  
Quant Blade MT4
Andrey Barinov
Quant Blade is a professional trading solution built on advanced Pattern Recognition with elements of Machine Learning and Neural Networks . It calculates future price move probabilities , displays projections directly on the chart, and trades based on them. Highlights Prop Firm Ready => advanced PropFirm risk panel with color-coded warnings and recommendations Institution-grade analytics => high quality forecasting / projections and market condition filtering No Grid, No Martingale => only one
Javier Gold Scalper V2
Felipe Jose Costa Pereira
5 (4)
Javier Gold Scalper: Our Technology by Your Side! Manual and configuration files: contact me after purchase to receive the manual and configuration files Price: The price increases according to the number of licenses sold Available copies: 5 Trading gold, one of the most volatile assets in the financial market, requires high precision, thorough analysis, and extremely effective risk management. The Javier Gold Scalper was developed specifically to integrate these pillars into a robust and sophi
AW Recovery EA
AW Trading Software Limited
4.35 (84)
The Expert Advisor is a system designed to recover unprofitable positions. The author's algorithm locks a losing position, splits it into many separate parts, and closes each of them separately. Easy setup, delayed launch in case of drawdown, locking, disabling other Expert Advisors, averaging with trend filtering and partial closing of a losing position are built into one tool. It is the use of closing losses in parts that allows you to reduce losses with a lower deposit load, which ensures saf
Level Up FOREX ea MT4
Ebrahim Mohamed Ahmed Maiyas
5 (1)
An advanced Expert Advisor powered by artificial intelligence and machine learning, specifically designed for analyzing   FOREX   . It adapts to price movements and market fluctuations to detect potential trading opportunities. Artificial Intelligence Integration: At the heart of this EA les a sophisticated AI engine capable of recognizing complex patterns in  FOREX  price data. The system continuously processes historical and live   FOREX  price feeds to identify potential entry and exit points
XGen Scalper MT4
Burak Baltaci
3 (2)
XGen Scalper MT4 - Professional Automated Trading System XGen Scalper is a state-of-the-art Expert Advisor that combines advanced algorithmic structure with proven technical analysis to deliver consistent results across all markets. This powerful trading system operates seamlessly on forex pairs, precious metals such as gold and silver, cryptocurrencies, and commodity indices. Advanced Algorithmic Technology The proprietary wave scanning algorithm processes market data in real time, identify
Advanced Multi Scalping EA m
DMITRII GRIDASOV
3.67 (3)
ADVANCED  MULTI SCALPING EA  - is fully automatic multi-pair trading system -   very safe with steady growth . This profitable  scalping   EA is really one of the most stable system on the market at the present time - it takes around 70-100 trades per month.  Download EA Set_files for testing and trading: USDCHF Set_file GBPCHF Set_file GBPCAD Set_file GBPAUD Set_file EURCHF Set_file EURCAD Set_file EURAUD Set_file AUDCAD Set_file Features of EA: Additional spread settings. Adjustable Volatility
Aura Black Edition
Stanislav Tomilov
4.6 (20)
Aura Black Edition is a fully automated EA designed to trade GOLD only. Expert showed stable results on XAUUSD in 2011-2020 period. No dangerous methods of money management used, no martingale, no grid or scalp. Suitable for any broker conditions. EA trained with a multilayer perceptron Neural Network (MLP) is a class of feedforward artificial neural network (ANN). The term MLP is used ambiguously, sometimes loosely to any feedforward ANN, sometimes strictly to refer to networks composed of mult
EA Budak Ubat
Syarief Azman Bin Rosli
4 (3)
Download Trial EA Budak Ubat Channel Limited Time Price! The price will increase by 10 USD after every 10 purchases! How it works When the EA is active, it will analyze the chart based on the Execution Mode parameter. If there are no existing positions on the chart, the EA will enter a trade based on the parameter. If the trend is bullish, it will enter a buy trade and if it is bearish it will enter a sell trade. And it will also set a Stop loss order at a certain distance from the opened trad
Forex Diamond EA
Lachezar Krastev
5 (5)
WINTER SALE — FINAL DAYS! Get Forex Diamond EA with a huge –60% discount AND receive News Scope EA PRO as a FREE BONUS ! Special Winter Sale Price: $217 (Regular Price: $547 — You Save $330!) FREE BONUS: News Scope EA PRO  A powerful multi-symbol strategy packed with advanced features, supporting 5 trading pairs — real value: $397! After completing your purchase, simply contact me and I will send you your BONUS EA immediately. Don’t miss this once-a-year opportunity! Forex Diamond EA – Relia
XAU Flux MT4
Burak Baltaci
1 (1)
XAU FLUX - Professional Gold Scalping Expert Advisor >>>User Guide <<< XAU FLUX is a professional trading robot designed for fast and disciplined trading in the gold market. It is developed for traders aiming to achieve consistent profits from small daily price movements. Key Features: XAU FLUX uses an advanced scalping system that operates on the M1 & M5 timeframe to evaluate micro opportunities in the market. The EA continuously analyzes market conditions to identify suitable entry points and
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 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 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 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 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 Locker MT5
Vladimir Pastushak
3.8 (5)
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 o
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 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 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 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 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 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 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 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 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 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 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 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 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 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
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 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 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 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
Filter:
Евгений Лудцев
54
Евгений Лудцев 2023.02.07 06:10 
 

User didn't leave any comment to the rating

Vladimir Pastushak
108877
Reply from developer Vladimir Pastushak 2023.02.07 08:59
Спасибо! Вы Правильно рассуждаете!
Wolfgang Rockert
2343
Wolfgang Rockert 2022.04.15 10:50 
 

New Vers. works like Money printer, with the right settings !!! test on Backtest and Demo to find best settings.

zyxpmo
389
zyxpmo 2021.09.13 09:29 
 

User didn't leave any comment to the rating

Vladimir Pastushak
108877
Reply from developer Vladimir Pastushak 2021.09.13 09:58
The Expert Advisor uses numbers from 1 to 50, this is included in the code and cannot be changed.
Paulo Ferrari
73
Paulo Ferrari 2020.07.08 01:33 
 

Muito bom EA, realmente incrível!! Vladimir está de parabéns! Já comprei o VR Smart Grid também

Kwok Keung Cheng
539
Kwok Keung Cheng 2020.04.16 19:35 
 

這是一個非常好的EA!

我一天賺得了25%的利潤!

Fallet Willy
2716
Fallet Willy 2018.04.12 09:42 
 

it's not an EA recovery

Reply to review