• Обзор
  • Отзывы
  • Обсуждение
  • Что нового

Pending Order Grid MT5

The Pending Order Grid is a multi-symbol multi-timeframe script that enables multi-strategy implementation based on pending order grids. 

General Description 

The Pending Order Grid allows the performing of a user-defined strategy through the creation of pending order grids. The script places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant price levels to form each grid. The beginning and finish of every grid are defined by the Start Price and Stop Price input parameters, respectively. The user might set up different grids to exist simultaneously – it's only needed to execute the script multiple times at the chart window(s) of the intended symbol(s). 

Risk Management 

The volume used to place a pending order is chosen between a fixed and a variable lot size, available through the Volume and Free Margin % input parameters, respectively. If there isn't enough money in the account for the chosen volume, a request for placing the order is still sent to the trade server. The purpose is to allow the corresponding position opening if the free margin increases enough until the target price is reached. This increase could be due to an account deposit or position profit between the placing and triggering of the pending order. 

Input Parameters 

PENDING ORDER GRID 

  • Start Price: Price used to define the grid’s start. 
  • Stop Price: Price used to define the grid’s stop. 
  • Price Level: Distance used between pending orders of the same type (pips). 

PENDING ORDER PLACING 

  • Magic Number: Script’s identifier. 
  • Type: Pending order type used to form the grid. 
  • Volume: Lot size per deal (lots). 
  • Free Margin %: Percentage of account free margin used to calculate the lot size per deal (%). 
  • Stop Loss: Distance from the pending order's target price for placing a Stop Loss (pips). 
  • Take Profit: Distance from the pending order's target price for placing a Take Profit (pips). 
  • Deviation: Maximum allowed slippage from the requested price (pips). 
  • Fill Policy: Volume execution policy. 
  • Expiration Type: Order validity mode. 
  • Expiration Time: Order validity period (used only with the ORDER_TIME_SPECIFIED validity mode). 
  • Comment: Text message displayed in the Trade or History tabs of the Toolbox window and Objects list after placing a pending order (it only allows 31 characters).

Some of the available parameters accept values that lead to particular options. 

  • Price Level: A null value means that the target price is constant for all pending orders. 
  • Volume: A value lower than the minimum allowed volume by the broker is converted in this last. A value higher than the maximum available volume by the free margin is converted in this last. 
  • Free Margin %: A value whose volume doesn’t reach the minimum allowed volume by the broker is converted in this last. A value whose volume exceeds the maximum available volume by the free margin is converted in this last. 
  • Stop Loss or Take Profit: A null value means the parameter’s inactive function. Any value between 0 and the Stop Level is converted in this last. 

The input parameters that define the start and stop of the grid must obey a few rules. 

  • Both the limits of the grid must be selected: Start Price and Stop Price. 
  • Buy Limit or Sell Stop orders grid: The Start Price cannot exceed the Ask/Bid price minus the Stop Level, respectively. The Stop Price cannot exceed the Start Price. 
  • Sell Limit or Buy Stop orders grid: The Start Price must equate/exceed the Bid/Ask price plus the Stop Level, respectively. The Stop Price must equate/exceed the Start Price. 

Displayed Information 

The script possesses a vast number of messages to inform the user about errors and conditions changes that might occur during its execution. The messages are shown through the Alert function (by a pop-up window), its content includes: 

  1. The warning that an input parameter has been incorrectly set. 
  2. The info that the account doesn't have enough money for the chosen volume (see the Risk Management section above). 
  3. The info that the number of permitted orders by the broker has been reached. 
  4. The Trade Server Return Codes description. 
  5. The symbol’s quotes (immediately) before the trade request’s formation, followed by the symbol’s quotes (immediately) after the trade server’s decision. 
  6. The Runtime Errors description. 
  7. The standard function in the include file where the runtime error was detected (only relevant to the programmer). 

Note: Some elements of the list are displayed simultaneously (in the same text line): 4, 5 and 6; 6 and 7. 

Observations 

During high activity periods, the trade servers decision on whether a trade request is executed or rejected may suffer significant delays. Some data used in the request sent to the server might become incorrect, leading to the order’s rejection. When the server is evaluating a request and the symbol's quotes are updated, three cases might occur: 

  1. Pending order placing – the pending order’s target price becomes an incorrect distance. 
  2. Position opening/modifying – the position’s Stop Loss or Take Profit intended level becomes an incorrect distance. 
  3. Position modifying – the position’s Stop Loss or Take Profit previous level takes to its closing. 

The symbol’s quotes mentioned in the fifth element of the list in the Displayed Information section are especially useful here (since firsts usually differ from lasts). A careful analysis of these quotes, knowing the implication that certain quote changes have on the request’s evaluation, permits understanding the reason when these cases occur. To avoid the request’s rejection by the trade server due to “invalid stops” (cases 1 and 2), the prices/levels used should exceed the symbol’s Stop Level by a few pips. 

A Buy/Sell position is opened at the Ask/Bid price and closed at the Bid/Ask price. Since the position’s stop orders (Stop Loss and Take Profit) are triggered at this last price, in a pending order, they are calculated from the order's target price -/+ the current spread (Ask - Bid), respectively. 

When placing a pending order, the validity period can’t be less than 1 minute. During a grid creation, the script doesn’t place pending orders if the current time exceeds the Expiration Time minus 1 minute (when the validity period is previously selected). 

Conclusion 

The Pending Order Grid is a helpful and effective tool regarding the manual creation of pending order grids, especially when the grids consist of a significant number of orders, enabling a simple and intuitive setting of the grids to form. 


Рекомендуем также
The Realtime Statistics MT5  is an innovative tool designed for traders who want to keep track of their trading performance in real-time. This MetaTrader 5 Expert Advisor (EA) is packed with customizable features that allow you to monitor crucial trading statistics directly on your chart, ensuring you always have the insights you need to make informed trading decisions. Check out the Realtime Statistics MT5 User Guide Here Try out the  FREE  Realtime Statistics MT5 Demo  Here Key Features: Compr
Binance Trade Manager
Andrey Khatimlianskii
5 (2)
Binance Trade Manager — это советник-утилита для трансляции торговых приказов на биржу Binance. Он подойдет Вам, если Вы хотите торговать в привычном MetaTrader 5, получая все преимущества торговли криптовалютой непосредственно на бирже (низкая комиссия, высокая ликвидность, абсолютная прозрачность, и т.д.) Binance Trade Manager может работать в двух режимах: копирование сделок с демо-счета , к которому подключен ваш MetaTrader 5 (на этом счету должны быть доступны криптовалюты), или трансляция
Pending Order Grid EA MT5
Francisco Manuel Vicente Berardo
The Pending Order Grid is a multi-symbol multi-timeframe Expert Advisor that enables multi-strategy implementation based on pending order grids.  General Description   The Pending Order Grid allows the performing of a user-defined strategy through the creation of pending order grids. The Expert Advisor places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant price levels to form each grid. The user might set up different grids to exist simultaneousl
CAP Asian Scalper - это советник, использующий стратегию прорыва диапазона для входа на спокойном рынке. Советник торгует скальпингом по малым отклонениям цены. Для успешной работы необходим брокер с небольшим спредом. Полностью оптимизирован для работы на AUDCAD, EURAUD, GBPAUD, GBPCAD, GBPCHF и GBPUSD . Он торгует на основе показателей нескольких индикаторов, не является скальперским. Необходимо кредитное плечо 1:300 или более, а также брокер с низким спредом. Рекомендуется работать с брокером
USD Scalper MT5
Joseph Anthony Aya-ay Yutig
ПОЛУЧИТЕ ДРУГИЕ EA БЕСПЛАТНО!!! ПОЛУЧИТЕ ДРУГИЕ EA БЕСПЛАТНО!!! ПОЛУЧИТЕ ДРУГИЕ EA БЕСПЛАТНО!!! ПОЛУЧИТЕ ДРУГИЕ EA БЕСПЛАТНО!!! ПОЛУЧИТЕ ДРУГИЕ EA БЕСПЛАТНО!!! USD Scalper MT5 — это нейронный советник для пар с долларом США. Этот продукт сделан для GBPUSD, EURUSD, AUDUSD, NZDUSD. В будущем могут быть добавлены новые ПАРЫ. ТЕКУЩИЕ ПАРЫ: GBPUSD EURUSD AUDUSD NZDUSD - БУДЕТ ДОБАВЛЕНА В СЛЕДУЮЩЕЙ ВЕРСИИ ВХОДЫ: РИСК ПРОЦЕНТ РИСКА НА ОСНОВЕ СТОП-ЛОСС (если выбрано 1, максималь
GRID for MT5
Volodymyr Hrybachov
GRID for MT5 - это удобный инструмент для тех кто торгует сеткой ордеров, предназначен для быстрой и комфортной торговли на финансовых рынках FOREX. GRID for MT5 имеет настраиваемую панель со всеми необходимыми параметрами. Подходит как опытным трейдерам так и новичкам. Работает с любыми брокерами, включая Американских брокеров с требованием FIFO - закрытия в первую очередь ранее открытых сделок. Сетка ордеров может быть как фиксированная - ордера открываются с фиксированным шагом, так и иметь д
Titan Backup
Elies Noah Siebenpfeiffer
Introducing Titan Backup : Are you ready to enhance your trading game with an automated system built for precision and flexibility? Meet Titan Backup , your expert trading assistant designed to capture high-profit breakouts by identifying accumulation zones . This powerful Expert Advisor (EA) excels in high-volatility markets such as the Nasdaq 100 and Crypto 10 , offering both hands-free automation and manual assistance to support your trading strategies. How Titan Backup Works: Titan Backup ru
Данный бот может классифицировать тики на классы от 0 до 64, после чего проанализировав тиковый микро-сигналы он определяет в какую сторону открыть позицию. С экспертом можно работать только на рельних тиках как оптимизировать, и и тестировать! Эксперт при работе употребляет учет позиций в любом режиме как неттинг (по одному символу может быть только одна позиция) так и с независимого учетом позиций или хеджинг (для одного символа может быть множество позиций). Настраиваемые параметры бота
EA Nation
Joseph Anthony Aya-ay Yutig
Стратегия экспертов пришла из Facebook Group EA Nation. В группе более 40 тысяч участников. Он открывает хеджинговую сделку для каждой новой свечи и открывает сетку, когда позиция находится на стороне убытка. Средняя сетка = N                     = сумма 6 баров до текущего бара / N Таймфрейм = открывает новую хедж-сделку при появлении нового бара Автоматический лот = 1 лот означает, что размер лота в размере 10 000 долларов США будет 0,01. БОЛЬШЕ НЕТ ХЕДЖА = Когда одн
ScalperEdge ScalperEdge is an advanced automated trading advisor crafted to maximize your trading performance in the fast-paced financial markets. Utilizing state-of-the-art algorithms and real-time data analytics, ScalperEdge automates the scalping strategy, allowing traders to profit from small price movements with exceptional precision and efficiency. Basically, the advisor does not use any risk systems with increasing volume or increasing the number of open orders. Before buying, be sure
Ex Gold MT5 EA
Richard Kofi Anim Darko
After You download the EA kindly join our telegram group below..... https://t.me/aFXeas EX GOLD MT5 EA is a unique fully automated Expert Advisor which uses a combination of price action and indicators to find profitable entries on the market. It uses an average of standard deviation to follow the trend for additional entries hence taking advantage of the trend. Its unique but simple parameter makes it suitable for beginners and experienced traders. The EA was designed to trade Gold on the M1,
CAP Wabot Scalper EA   is a fully automated Expert Advisor for Forex trading that uses advance price movement. Indicators are not used in operation. The EA uses Take Profit and Stop Loss. Averaging and Martingale are not used. This EA is basically designed to trade EURUSD, GBPUSD and USDJPY which implements a complete and fully-functional trading strategy. But EA can be working any of pair. This EA will need a good broker with small spread to work successfully. CAP Wabot Scalper EA   is backtest
This EA is for only Deriv Synthetic indices.  Forex MT4 Version here:   https://www.mql5.com/en/market/product/89114 Forex MT5 version here:  https://www.mql5.com/en/market/product/89113 Hello traders, I believe you all know that risk and money management along with psychology are the keys to success in trading. No matter how strong one’s strategy is, without these 3 criteria they will always face losses in the long run. I have created an EA to control our human behaviors. This EA will force
Trade Time Manager MT5
Evgeniy Kravchenko
5 (1)
Советник открывает и закрывает новые ордера по времени. С его помощью можно реализовать торговые сценарии любой сложности, создав список задач.   Доступно два варианта выполнения задания Задание выполняется в указанную дату и время -  выполняется одни раз и удаляется из списка. Задание выполняется с повторением в указанный день недели и времени -  задания с повторениями не удаляется из списка.   Настройки на панели Symbol - выберите символ по которому совершается торговая функция. Time - дата и
MP RiskOracle MT5
MASTERBROK NEXUS SRL
Risk Oracle - Expert Advisor Description Risk Oracle is a sophisticated yet user-friendly Expert Advisor (EA) designed for risk management and trade execution. This utility tool is tailored to assist traders in executing orders at optimal prices while managing risk efficiently, without the need to manually calculate volumes and other parameters. By automating these critical aspects, Risk Oracle simplifies the trading process and allows traders to focus on strategy and market analysis. All Produc
Managing Trades With Moving Average EA : Many Traders like using Moving Averages for trend confirmation , and timing Entry and Exits . ​ With Semi- Automatic Moving Average EA we provide effective way to manage open trades as per your Moving average strategy and uses MA as trailing stop loss.  ​ EA considers only closing price of candle therefore avoids stop outs caused by sudden  price fluctuations and helps to stay in trend longer.  ​ You can decide which MA to use and various settings of MA 
In response to the high demand for purchasing the source code, I have decided to make it available directly on the MQL5 market. The offer also includes an additional 10 integrated strategies. Free EA  https://www.mql5.com/en/market/product/94243 The source code represents a unique resource for those looking to create or expand their business in the automated trading sector. With access to a range of consolidated and integrated strategies, it is an ideal tool for launching a business as an Expe
FX28 Trader MT5
Tsvetan Tsvetanov
3 (1)
Представляем вам FX28 Trader Dashboard – ваш идеальный менеджер сделок. Разблокируйте полный потенциал вашего торгового опыта с FX28 Trader Dashboard, всесторонним и интуитивно понятным менеджером сделок, разработанным для поднятия вашего опыта торговли на новый уровень. Будь вы опытным трейдером или только начинаете свой финансовый путь, этот мощный инструмент создан для оптимизации ваших торговых операций и улучшения вашего процесса принятия решений. Основные характеристики: Пользовательский
Gold4L Clover EA THIS PRICE IS VALID TILL 2 WEEKS Overview: Gold4L Clover EA is a powerful automated trading system designed specifically for trading the GOLDUSD pair. This Expert Advisor operates on a daily timeframe, implementing a robust strategy that places multiple pending orders daily based on historical price levels. With a focus on risk management and optimized performance, Gold4L Clover EA ensures high trading precision and profitability. Key Features: Trading Instrument: GOLDUSD Ti
ProTrader B3 Mini
Lucas Henrique Fukabori
zap 43996914141 pelo valor de 50 + brinde ProTrader B3 Mini é um utilitário para a plataforma de negociação MetaTrader 5 Foi programado especialmente para os ativos WIN (mini índice bovespa) e WDO (mini dólar) O conceito do B3 Mini é ser simples, prático e intuitivo, um excelente assistente para scalpers/day traders! Opere totalmente pelo teclado do seu PC, experimente, você vai gostar de usar!  ( 'ω' ) Nota: 1 - Este utilitário não funciona no testador de estratégia 2 - Teste a ve
SwS Scalping whit Stocastic:  It is a scalping system that uses the stocastic signal as a reference to enter the market. It is a very aggressive system so it needs volatile pairs with little spread. The system detects turnin g points and operates small market corrections. All orders have a stoploss. And it has a virtual trailing . This system is suitable for small accounts and can be used with only  $ 10 0 . You can download the demo and test it yourself.   Very stable growth curv
Профессиональный форекс-эксперт   Alive Time Alive Time — это профессиональный форекс-эксперт, предназначенный для анализа рынка валютных пар EURUSD, GBPUSD, USDJPY, AUDUSD, USDCHF, EURGBP, EURJPY, NZDUSD, USDCAD, EURCHF и AUDJPY с использованием волновой теории Эллиотта. Эта теория интерпретирует рыночные процессы через систему визуальных моделей (волн) на ценовых графиках. Основные принципы теории Эллиотта: Восемь волн: Теория Эллиотта выделяет восемь чередующихся волн: пять по тренду и три п
Scalper gun  - главное оружие для торговли скальпингом и свингом, с визуализацией и алертом точек входа. Индикатор работает как в трендовых, так и в нетрендовых рыночных условиях. Подходит начинающим и опытным трейдерам.  SCALPER GUN превосходит по скорости, качеству визуализации и точности входа популярные топовые индикаторы этого сайта!!! Перед покупкой скачайте демо Scalper gun и сравните с аналогичными индикаторами для скальпинга в тестере MT4. Особенности Это готовая торговая система с виз
CAD Sniper X MT5
Mr James Daniel Coe
4.91 (11)
BUILDING ON THE SUCCESS OF MY POPULAR FREE EA 'CAD SNIPER'... I PRESENT CAD SNIPER X! THOUSANDS MORE TRADES | NO BROKER LIMITATIONS | BETTER STATISTICS | MULTIPLE STRATEGIES Send me a PRIVATE MESSAGE after purchase for the manual and a free bonus TWO STRATEGIES IN ONE FOR AUDCAD, NZDCAD, GBPCAD and CADCHF Strategy 1 can be used with any broker, trades much more frequently and is the default strategy for CAD Sniper X. It's shown robust backtest success for many years and is adapted
On Test
Abdul Jalil Mridah
5 (1)
"On test" Ready for purchase. Promotional s uper discount  for today   for few copies .  Prices may increase at any time. Final price will be 4999 USD. Set Files for On Test Please just change Risk Level (1-80). No need other field change and Risk Level 2 = 2% risk for 1000 equity or above. It's only good works on XAUUSD H1 Timeframe. This robot is profitable. This robot requires minimum deposit of 100 equity. You can get good results with it. You can test it first . It will increase the volume
Position Selective Close MT5
Francisco Manuel Vicente Berardo
The Position Selective Close is a multi-symbol multi-timeframe script used to close simultaneously various positions.  General Description   The Position Selective Close   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   four position features (symbol, magic number,   type   and profit) are used. The modes, available through the Selection Mode input parameter, relate to the features, available through the “Select by Feature” and “Feature” input p
FREE
Trade Shot 99
Ricardo Copio Bejenaru Martins
Торговый выстрел — это инструмент управления. Автоматически закрывает отложенные ордера с прибылью X или убытком Y. Вы определяете сумму в долларах, которую хотите заработать или потерять за сделку. Преимущество тейка или стоп-лосса заключается в том, что здесь вы определяете деньги, которые вы хотите получить или потерять, а не на основе пунктов. . Идеально подходит для дневных торговых стратегий скальпа Вашими сделками можно будет легко управлять в зависимости от того, что вы хотите выиграть
Данный бот основан на анализе адаптивных скользящих средних. Эксперт отличается стабильными сигналами, Которые можно использовать как точные кратковременные сигналы. Это полускальперская система, которая анализирует рынок при помощи надежных индикаторов. Скальперская это система или нет, зависит от параметров TakeProfit и StopLoss . Пользуясь данным советником, нужно понимать что данный бот требует оптимизации. Бот работает как на счетах неттнг так и на счетах хееджинг. Но настройки необходимо
This Expert Advisor is designed for news trading. This version is the professional version for MT5. The price of this version is going to be 50 USD for a limited number of copies. The Final price is 99 USD. Please find below the MT4 version of the expert: News Advisor MT4 Pro. The main advantage of this expert is that it’s offering backtesting capabilities (something that is not found in most news expert advisors). This ability gives you the opportunity to optimize and test the efficacity, the s
Покупатели акций RTR Momentum Trend Nasdaq получат этот советник бесплатно, чтобы компенсировать удручающую производительность стратегии M15 USTECH в RTR Momentum Trend EA, эта стратегия USTECH100 m5 хорошо показала себя в реальных условиях в этом 2024 году. Бесплатный советник будет заблокирован до 2 разрешенных номеров счетов MT5. Стратегия M5 индекса USTECH100 NAS100 NDX   проста в использовании Просто нанесите его на график m5 (5 минут). Не нужны файлы набора Также хорошо работает торговля
С этим продуктом покупают
Trade Assistant MT5
Evgeniy Kravchenko
4.37 (166)
Помогает рассчитать риск на сделку, простая установка нового ордера с помощью линий, управление ордерами с функциями частичного закрытия, 7 типов трейлинг-стопа и другие полезные функции. Внимание приложение не работает в тестере стратегий.  Manual, Description, Download demo Функция Линии   - отображает на графике линию открытия, стоп-лосс, тейк-профит. С помощью этой функции легко установить новый ордер и увидеть его дополнительные характеристики перед открытием. Управление риском   -  
Добро пожаловать в Trade Manager EA — лучший инструмент для управления рисками, предназначенный для упрощения, точности и эффективности торговли. Это не просто инструмент для размещения ордеров; это комплексное решение для удобного планирования торгов, управления позициями и усиленного контроля над рисками. Независимо от того, начинающий вы трейдер, опытный специалист или скальпер, нуждающийся в быстром исполнении, Trade Manager EA адаптируется к вашим потребностям и работает с любыми активами:
TradePanel MT5
Alfiya Fazylova
4.85 (116)
Trade Panel — это многофункциональный торговый помощник. Приложение содержит более 50 функций для ручной торговли, и позволяет автоматизировать большую часть торговых действий. Перед покупкой вы можете протестировать Демоверсию на демо-счете. Демоверсия здесь . Полная инструкция здесь . Торговля. Позволяет совершать основные торговые операции в один клик: Открытие отложенных ордеров и позиций. Открытие сетки ордеров. Закрытие отложенных ордеров и позиций. Переворот позиций (закрыть BUY открыть S
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.99 (70)
Опыт экстремально быстрого копирования сделок с помощью Local Trade Copier EA MT5 . Благодаря простой установке в течение 1 минуты этот копировщик сделок позволяет вам копировать сделки между несколькими терминалами MetaTrader на одном компьютере с Windows или на Windows VPS с крайне быстрыми скоростями копирования менее 0.5 секунды. Независимо от того, новичок вы или профессиональный трейдер, Local Trade Copier EA MT5 предлагает широкий спектр опций, чтобы настроить его под ваши конкретные п
Telegram To MT5 Receiver
Levi Dane Benjamin
4.86 (7)
Копируйте сигналы из любого канала, участником которого вы являетесь (в том числе частного и ограниченного), прямо на свой MT5. Этот инструмент был разработан с учетом потребностей пользователей и предлагает множество функций, необходимых для управления и мониторинга сделок. Этот продукт представлен в простом в использовании и визуально привлекательном графическом интерфейсе. Настройте свои параметры и начните использовать продукт в течение нескольких минут! Руководство пользователя + Демо  |
Custom Alerts - это универсальный инструмент для мониторинга нескольких рынков, который выявляет перспективные сетапы по всем восьми основным валютам (USD, CAD, GBP, EUR, CHF, JPY, AUD и NZD), а также GOLD (XAU), всем 28 парам Forex и GOLD на основе этих валют, и до семи индексов, таких как US30, UK100, WTI, Bitcoin и т.д. Он полностью настраивается. Инструмент собирает данные с наших индикаторов FX Power, FX Volume и IX Power и уведомляет вас о важных событиях.   Перед началом работы вам нео
Trade Dashboard MT5
Fatemeh Ameri
4.96 (52)
Tired of complex order placement and manual calculations? Trade Dashboard is your solution. With its user-friendly interface, placing orders becomes effortless, by a single click, you can open trades, set stop loss and take profit levels, manage trade lot size, and calculate risk to reward ratios, allowing you to only focus on your strategy. Say goodbye to manual calculations and streamline your trading experience with Trade Dashboard. Download  Demo Version  right now. You can find  Details of
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
4.08 (24)
Trade copier for MT5 - копировщик позиций/СДЕЛОК/ордеров для МetaТrader 5  из МТ4/МТ5) Для копирования на терминал MetaTrader 5 между терминалами МТ5 - МТ5, МТ4 - МТ5  для версии COPYLOT MT5 ( или МТ4 - МТ4 МТ5 - МТ4 для версии COPYLOT MT4). Версия МT4 Полное описание +DEMO +PDF Как купить Как установить    Как получить файлы журналов   Как тестировать и оптимизировать    Все продукты от Expforex Вы также можете копировать сделки в терминал МТ4 (МТ4 - МТ4, МТ5 - МТ4):    COPYLOT CLIENT f
MT5 to Telegram Signal Provider — это простой в использовании полностью настраиваемый инструмент, который позволяет отправлять определённые сигналы в чат, канал или группу Telegram, превращая вашу учётную запись в провайдера сигналов . В отличие от большинства конкурирующих продуктов, он не использует импорт DLL. [ Демо ]   [ Руководство ] [ Версия MT4 ] [ Версия для Discord ] [ Канал в Telegram ] Настройка Доступно пошаговое руководство пользователя . Никаких знаний API Telegram не требуется
The product will copy all telegram signal to MT5 ( which you are member) , also it can work as remote copier.  Easy to set up, copy order instant, can work with almost signal formats, image signal,  s upport to translate other language to English Work with all type of channel or group, even channel have "Restrict Saving Content", work with  multi channel, multi MT5 Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. Support to backtest signal. How to s
Trade Manager DaneTrades
Levi Dane Benjamin
4.73 (22)
Trade Manager, который поможет вам быстро входить и выходить из сделок, автоматически рассчитывая риск. Включает функции, которые помогут предотвратить чрезмерную торговлю, торговлю из мести и эмоциональную торговлю. Сделками можно управлять автоматически, а показатели эффективности счета можно визуализировать в виде графика. Эти функции делают эту панель идеальной для всех трейдеров, занимающихся ручной торговлей, и помогают улучшить платформу MetaTrader 5. Многоязычная поддержка. Версия для МТ
Торговая панель для торговли в один клик.  Работа с позициями и ордерами!  Торговля с  графика  или  клавиатуры  . Используя нашу торговую панель, вы можете торговать в один клик с графика и совершать торговые операции в 30 раз быстрее, чем стандартное управление MetaTrader. Автоматические расчеты параметров и функций, которые облегчают жизнь трейдеру и помогают трейдеру вести торговую деятельность намного быстрее и удобнее. Графические подсказки и полная информация о торговых сделках на графике
-25% discount ($199 -> $149) Advanced trading tool: One click smart orders that execute under your conditions Developed by trader for trading community:  position size calculator (lot size), open position after price action, strategy builder, set and forget trading, mobile notifications... Risk Management -  Risk percentage position size calculator, gain percentage, target risk reward ratio, spread and commissions are included in calculations 7 Advanced order types  - Set and forget trading w
Trade Assistant 38 in 1
Makarii Gubaydullin
4.89 (18)
Многофункциональная утилита: более 65 функций в едином интерфейсе, включая: калькулятор лота, индикатор Price Action, менеджер ордеров, рассчет R/R Демо веpсия  |   Инструкция  |   Версия для MT4 Утилита не работает в тестере стратегий: вы можете скачать демо версию ЗДЕСЬ , чтобы протестировать продукт перед покупкой. Напишите мне  если есть вопросы / идеи по улучшению / в случае найденного бага Упроситите и сделайте вашу торговлю быстрее, при этом расширяя стандартные возможности терминала.
Бот Mt5 для Binance Future (Эксперт) Система работает на рынке Binance Future. Вы можете легко интегрировать его в свой собственный код для автоматизации операций. Доступна панель ручного управления. Совместимость с хедж-модом. Все операции можно производить вручную с экрана. Это наиболее эффективный способ контролировать множество криптовалют одновременно. Экран является шаблоном с экраном binance. Вы можете скачать файл шаблона по ссылке. https://drive.google.com/file/d/1WHqGh
Trade copier MT5
Alfiya Fazylova
4.48 (27)
Trade Copier — это профессиональная утилита, предназначенная для копирования и синхронизации сделок между торговыми счетами. Копирование происходит от счета/терминала поставщика к счету/терминалу получателя, которые установлены на одном компьютере или vps. Перед покупкой вы можете протестировать демо-версию на демо-счете. Демо-версия здесь . Полная инструкция здесь . Основной функционал и преимущества: Русифицированный интерфейс, поддержку на русском языке. Поддерживает копирование МТ5 > МТ5, МТ
Risk Manager for MT5
Sergey Batudayev
4.5 (14)
Советник Риск Менеджер для МТ5, очень важная и по моему мнению необходимая программа для каждого трейдера. С помощью данного советника вы сможете контролировать  риск на вашем торговом счету. Контроль риска и прибыли может осуществляться как в  денежном $ эквиваленте так и в % процентном. Для работы советника просто прикрепите его на график валютной пары и выставите значения допустимого риска в валюте депозита или в % от текущего баланса.   PROMO BUY 1 GET 2 FREE -   https://www.mql5.com/en/blo
Cerberus Equity Watcher
Samuel Bandi Roccatello
5 (2)
Cerberus the Equity Watcher — это инструмент управления рисками, который постоянно отслеживает средства на вашем счете и позволяет избежать крупных просадок, вызванных неисправными советниками или вашим эмоциональным поведением, если вы являетесь дискреционным трейдером. Это чрезвычайно полезно для систематических трейдеров, которые полагаются на советники, которые могут содержать ошибки или могут плохо работать в неожиданных рыночных условиях. Cerberus позволяет вам установить минимальное значе
Take a Break MT5
Eric Emmrich
4.75 (16)
The most advanced news filter and drawdown limiter on MQL market NEW: Take a Break can be backtested against your account history! Check the " What's new " tab for details. Take a Break has evolved from a once simple news filter to a full-fledged account protection tool. It pauses any other EA during potentially unfavorable market conditions and will continue trading when the noise is over. Typical use cases: Stop trading during news/high volatility (+ close my trades before). Stop trading when
DrawDown Limiter
Haidar, Lionel Haj Ali
5 (18)
Drawdown Limiter EA You are in the right place if you were searching for Drawdown control, Drawdown limiter, Balance protection, Equity Protection or Daily Drawdown Limit related to Prop Firm, FTMO, or Funded account trading, or if you want to protect your trading account. Have you suffered from controlling your drawdown when trading funded accounts? This EA is meant for you. Prop firms usually set a rule called “Trader Daily Drawdown”, and if it is not respected, you are disqualified.  I am an
Задай цели для цены, а для всего остального есть H INN Lazy Trader!   Инструмент предназначен для автоматического набора позиций от заданных уровней к заданным целям. Рекомендуется использовать VPS (*) Демо версия  ОБЯЗАТЕЛЬНО ОЗНАКОМЬТЕСЬ С ЭТИМ ВИДЕО ПЕРЕД ИСПОЛЬЗОВАНИЕМ: https://youtu.be/geLQ6dUzAr8 Сообщество для пользователей, обсуждение продукта, новости обновлений и первая линия поддержки - организованы в  бесплатном  дискорде  https://discord.gg/zFhEZc7QDQ Для оплаты рублями/крипт
MT5 to Discord Signal Provider — это удобный, полностью настраиваемый инструмент, предназначенный для отправки торговых сигналов напрямую в Discord. Этот инструмент превращает ваш торговый счет в эффективного поставщика сигналов. Настройте формат сообщений под свой стиль! Для удобства выберите из предварительно разработанных шаблонов и решите, какие элементы сообщения включить или исключить. [ Демо ] [ Руководство ] [ Версия MT4] [ Версия Telegram ] Настройка Следуйте нашему подробному пользов
Trade Sync MT5
Anna Kolchina
5 (1)
« Trade Sync » — Действительно быстрое копирование и точная синхронизация торговли. Простая установка и настройка приложения в течение 5 секунд позволяет копировать торговлю между различными терминалами MetaTrader установленными на одном Windows PC или Windows VPS с максимальной скоростью. «Trade Sync» содержит большое количество опций для настройки приложения под ваши конкретные потребности и позволяет справиться даже со сложными задачами пользователей. Отдельное испоьлзование:   Trade Sync MT4
RiskGuard Management
MONTORIO MICHELE
5 (14)
ATTENTION the expert does not work in strategy tester, for a trial version visit my profile. Manual RiskGuard Management   RiskGuard management was born with the idea of ​​helping traders from their initial journey to becoming expert and aware traders. Compatible with any operating system whether Mac or Windows. The operations panel is integrated into the graph giving the possibility to choose size and position between right and left, while the various buttons light up when they can be used,
Price Action Trade Panel EA MT5
Juvenille Emperor Limited
5 (4)
Price Action Trade Panel MT5   рассчитывает баланс уровней силы покупки / продажи любого символа / инструмента на основе чистых данных о ценовом действии указанных (по умолчанию 8) прошлых свечей. Это даст вам наиболее точное представление о настроении рынка, отслеживая ценовое действие 32 символов / инструментов, доступных на панели индикатора. Уровень силы покупки / продажи более 60% дает достаточно надежный уровень для покупки / продажи определенного символа (с использованием настроек по умо
Самые продаваемые советники на рынке стоят очень дорого, и в один прекрасный день они внезапно исчезают. Это связано с тем, что одна стратегия не будет работать на рынке форекс все время. Наш продукт уникален среди всех других на MQL Marketplace, потому что наш советник имеет более 34 встроенных индикаторов, которые позволяют каждый раз добавлять больше стратегий. Вы строите свою стратегию и постоянно обновляете ее. Если одна стратегия не работает, просто постройте другую, используя только одног
MT5 To Telegram Copier
Levi Dane Benjamin
5 (1)
Отправляйте полностью настраиваемые сигналы из MT5 в Telegram и станьте поставщиком сигналов! Этот продукт представлен в простом в использовании и визуально привлекательном графическом интерфейсе. Настройте свои параметры и начните использовать продукт в течение нескольких минут! Руководство пользователя + Демо  | Версия для МТ4 | Дискорд-версия Если вы хотите попробовать демо-версию, перейдите к Руководству пользователя. Отправитель MT5 To Telegram НЕ работает в тестере стратегий. Возможно
Profit or Loss Pad
Vladislav Andruschenko
4.5 (10)
Закрытие позиций в MetaTrader 5 по общей прибыли\убытку с трейлингом прибыли.  CloseIfProfitorLoss with Trailing В‌ы можете включить  Режим Виртуальных стопов  , закрытие и расчет  отдельно по BUY SELL позициям  , закрытие и расчет  всех символов или текущего символа  , включить трейлинг прибыли  Закрытие происходит по  валюте депозита, пунктам, % и просадке . Советник предназначен для использования на любом счете в паре с любым советником или при ручной торговле. Версия МТ4 Полное описание +
Trading Chaos Expert
Gennadiy Stanilevych
5 (10)
Этот программный продукт не имеет аналогов в мире, поскольку он является универсальным "пультом управления" торговых операций, начиная от получения торговых сигналов, автоматизации входа в позиции, установки стоп-лоссов и тейк-профитов, а также трейлинга прибыли одновременно по множеству сделок в одном открытом окне. Интуитивно понятное управление экспертом в "три клика" на экране монитора позволяет полноценно использовать все его функции на разного рода компьютерах, включая планшетные. Взаимоде
The News Filter MT5
Leolouiski Gan
4.64 (11)
Этот продукт фильтрует всех экспертных советников и ручные графики во время новостей, так что вам не нужно беспокоиться о внезапных скачках цены, которые могут разрушить ваши ручные торговые настройки или сделки, введенные другими экспертными советниками. Этот продукт также поставляется с полной системой управления ордерами, которая может обрабатывать ваши открытые позиции и ордера на ожидание перед выпуском новостей. После покупки   The News Filter   вам больше не придется полагаться на встроен
Другие продукты этого автора
Pending Order Grid EA MT5
Francisco Manuel Vicente Berardo
The Pending Order Grid is a multi-symbol multi-timeframe Expert Advisor that enables multi-strategy implementation based on pending order grids.  General Description   The Pending Order Grid allows the performing of a user-defined strategy through the creation of pending order grids. The Expert Advisor places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant price levels to form each grid. The user might set up different grids to exist simultaneousl
Multiple Position Opening MT5
Francisco Manuel Vicente Berardo
The Multiple Position Opening is a multi-symbol multi-timeframe script used to open simultaneously various positions.  Risk Management   The volume used to open a position is chosen between a fixed and a variable lot size, available through the Volume and Free Margin % input parameters, respectively. If there isn't enough money in the account for the chosen volume, this is reduced to the highest possible value (corresponding to free margin). If this reduction leads to a correct volume (if the
FREE
Double Trailing Stop MT4
Francisco Manuel Vicente Berardo
The Double Trailing Stop is a multi-symbol multi-timeframe Expert Advisor that allows the Stop Loss and Take Profit trailing of positions.  General Description   The Double Trailing Stop’s purpose is to secure profit and minimize losses of the opened positions. The Expert Advisor places stop orders (Stop Loss or Take Profit) at the Trailing Stop distance from the market price when the symbol's quote reaches/overcomes the Trailing Start distance from the position’s opening price (a single-time
Position Selective Close MT5
Francisco Manuel Vicente Berardo
The Position Selective Close is a multi-symbol multi-timeframe script used to close simultaneously various positions.  General Description   The Position Selective Close   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   four position features (symbol, magic number,   type   and profit) are used. The modes, available through the Selection Mode input parameter, relate to the features, available through the “Select by Feature” and “Feature” input p
FREE
Multiple Position Opening MT4
Francisco Manuel Vicente Berardo
The Multiple Position Opening is a multi-symbol multi-timeframe script used to open simultaneously various positions.  Risk Management   The volume used to open a position is chosen between a fixed and a variable lot size, available through the Volume and Free Margin % input parameters, respectively. If there isn't enough money in the account for the chosen volume, this is reduced to the highest possible value (corresponding to free margin). If this reduction leads to a correct volume (if the
FREE
Scientific Calculator MT4
Francisco Manuel Vicente Berardo
The Scientific Calculator is a script designed to compute science, engineering and mathematics expressions.   General Description   The expression to calculate must obey syntax rules and precedence order, being constituted by the following elements:   Integer and real numbers.   Mathematical operators for addition (+), subtraction (-), multiplication (*), division (/) and exponentiation (^).   Mathematical and trigonometric functions .   Curved parentheses (()) to define the precedence and
FREE
Tick Data Record MT4
Francisco Manuel Vicente Berardo
The Tick Data Record is a multi-symbol multi-timeframe Expert Advisor that records tick data for later graphical representation and analysis.  General Description   The Tick Data Record offers a(n) alternative/complement to the online/offline price charts displayed through the MT4/MT5 platform. The Expert Advisor   permits   to write and save the current/history values of Time, Bid, Ask, Spread, Last and Volume to a text file (“.txt”). The idea is to copy/open the obtained register to/in a sp
FREE
Scientific Calculator MT5
Francisco Manuel Vicente Berardo
The Scientific Calculator is a script designed to compute science, engineering and mathematics expressions.  General Description   The expression to calculate must obey syntax rules and precedence order, being constituted by the following elements:   Integer and real numbers.  Mathematical operators for addition (+), subtraction (-), multiplication (*), division (/) and exponentiation (^).  Mathematical and trigonometric functions .  Curved parentheses (()) to define the precedence and contai
FREE
Position Selective Close MT4
Francisco Manuel Vicente Berardo
The Position Selective Close is a multi-symbol multi-timeframe script used to close simultaneously various positions.  General Description   The Position Selective Close   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   four position features (symbol, magic number,   type   and profit) are used. The modes, available through the Selection Mode input parameter, relate to the features, available through the “Select by Feature” and “Feature” input p
FREE
Tick Data Record MT5
Francisco Manuel Vicente Berardo
The Tick Data Record is a multi-symbol multi-timeframe Expert Advisor that records tick data for later graphical representation and analysis.  General Description  The Tick Data Record offers a(n) alternative/complement to the online/offline price charts displayed through the MT4/MT5 platform. The Expert Advisor permits to write and save the current/history values of Time, Bid, Ask, Spread, Last and Volume to a text file (“.txt”). The idea is to copy/open the obtained register to/in a spreadshe
FREE
Environment State Info Print MT5
Francisco Manuel Vicente Berardo
The Environment State Info Print is a script to display the constants that describe the current runtime environment of a MQL5 program.  General Description   The constants are divided into four groups in the   Environment State section of the MQL5 documentation and each group is divided into enumerations/subgroups (with designations  “Integer”, “Double” or “String”). The script displays constants in two ways: a single constant or all group constants. The constants are obtained by selecting th
FREE
Order Selective Delete MT5
Francisco Manuel Vicente Berardo
The Order Selective Delete is a multi-symbol multi-timeframe script used to delete simultaneously various pending orders.  General Description   The Order Selective Delete   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   three pending order features (symbol, magic   number   and type) are used. The modes, available through the Selection Mode input parameter, relate to the features, available through the “Select by Feature” and “Feature” input p
FREE
Order Selective Delete MT4
Francisco Manuel Vicente Berardo
The Order Selective Delete is a multi-symbol multi-timeframe script used to delete simultaneously various pending orders.  General Description   The Order Selective Delete   possesses   three operation modes (Intersection,   Union   and All) that control the way   as   three pending order features (symbol, magic   number   and type) are used. The modes, available through the Selection Mode input parameter, relate to the features, available through the “Select by Feature” and “Feature” input p
FREE
Environment State Info Print MT4
Francisco Manuel Vicente Berardo
The Environment State Info Print is a script to display the constants that describe the current runtime environment of a MQL4 program.  General Description   The constants are divided into four groups in the Environment State section of the MQL4  documentation and each group is divided into enumerations/subgroups (with designations “ Market Info”, “Integer”, “Double” or “String”). The script displays constants in two ways: a single constant or all group constants. The constants are obtained b
FREE
Pending Order Grid MT4
Francisco Manuel Vicente Berardo
The Pending Order Grid is a multi-symbol multi-timeframe script that enables multi-strategy implementation based on pending order grids.  General Description   The Pending Order Grid allows the performing of a user-defined strategy through the creation of pending order grids. The script places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant price levels to form each grid. The beginning and finish of every grid are defined by the Start Price and St
Pending Order Grid EA MT4
Francisco Manuel Vicente Berardo
The Pending Order Grid is a multi-symbol multi-timeframe Expert Advisor that enables multi-strategy implementation based on pending order grids.  General Description   The Pending Order Grid allows the performing of a user-defined strategy through the creation of pending order grids. The Expert Advisor places pending orders of a given type (Buy Limit, Sell Limit, Buy Stop, or Sell Stop) at equidistant price levels to form each grid. The user might set up different grids to exist simultaneousl
Double Trailing Stop MT5
Francisco Manuel Vicente Berardo
The Double Trailing Stop is a multi-symbol multi-timeframe Expert Advisor that allows the Stop Loss and Take Profit trailing of positions.  General Description   The Double Trailing Stop’s purpose is to secure profit and minimize losses of the opened positions. The Expert Advisor places stop orders (Stop Loss or Take Profit) at the Trailing Stop distance from the market price when the symbol's quote reaches/overcomes the Trailing Start distance from the position’s opening price (a single-time
Фильтр:
Нет отзывов
Ответ на отзыв
Версия 1.4 2024.10.05
Insignificant change, not requiring an update:

- Edition of the brief text description at the script’s properties window.
Версия 1.3 2024.08.01
Minor change, nevertheless, requiring an update:

- Second correction of the formulas used to calculate the Stop Loss and Take Profit prices when sending a pending order (replacement of the quote used as “reference” in each calculation, Ask price instead of Bid price, and vice versa).
Версия 1.2 2024.06.28
Minor change, but requiring an update:

- Correction of the formulas used to calculate the Stop Loss and Take Profit prices when sending a pending order (previously, both values had a deviation equal to the current spread).
Версия 1.1 2024.06.02
Minor change, not requiring an update:

- Link addition at the script’s properties window to visit the product page.