Auto Risk Manager MT4

AutoRiskManage v2.3 — Documentation
Expert Advisor — MetaTrader 4 & 5
AutoRiskManage v2.3

Automated risk management EA with interactive graphical panel. Applies SL/TP, Break Even, Trailing Stop, and lot size calculation by risk percentage — for any instrument, any broker.

MT4 / MT5 v2.3.0 MQL4 · MQL5 C2C + B2C Time Space Technology

📋 Overview

AutoRiskManage is an Expert Advisor that acts as a risk management layer on top of any manually opened position. It does not generate trading signals — instead it protects and manages positions that are already open, applying the rules you configure through its graphical panel.

SL / TP Assignment
Automatically assigns Stop Loss and Take Profit to any new position that is opened without them.
Break Even
Moves the SL to breakeven (+ protection points) when the position reaches a configurable profit distance.
Trailing Stop
Follows the price dynamically, keeping the SL at a fixed distance once a profit threshold is reached.
Risk-Based Lot Calc
Calculates the exact lot size to risk a given % of the account balance, based on the SL distance and instrument tick value.
Graphical Panel
All parameters are editable directly on the chart — no need to reload the EA to change values.
Persistent Settings
Parameters survive timeframe changes, chart reloads, and MT4/MT5 restarts via GlobalVariables.
The EA only manages positions with Magic Number = 0 (manual trades). Positions opened by other EAs are automatically ignored.

Installation

MetaTrader 5

  1. Copy AutoRiskManage_v2.mq5 to MQL5/Experts/
  2. Open MetaEditor → compile the file (F7)
  3. In MT5, drag the EA from the Navigator onto any chart
  4. Set initial parameters in the Inputs tab → click OK
  5. Ensure AutoTrading is enabled in the toolbar

MetaTrader 4

  1. Copy AutoRiskManage_v2.mq4 to MQL4/Experts/
  2. Open MetaEditor → compile the file (F7)
  3. In MT4, drag the EA from the Navigator onto any chart
  4. Set initial parameters → click OK
  5. Ensure AutoTrading and Allow live trading are enabled
The EA automatically detects the symbol from the chart it is attached to — no need to configure the symbol manually.
To use BUY / SELL buttons on a live account, the broker must allow automated trading through EAs. Always test on a demo account first.

Input Parameters

These are the initial values set when attaching the EA. After the first load, all parameters can be changed from the panel without reloading.

General

Parameter Default Description
InpMagicNumber 1 Magic number used as a filter. The EA only manages positions with Magic Number = 0 (manual trades). This value identifies the EA's own orders (BUY/SELL from panel).
InpPrintLog false Enables verbose logging to the MT4/MT5 Journal. Useful for debugging. Keep disabled in production to avoid noise.

SL / TP

Parameter Default Description
InpLotSize 1.0 Fixed lot size used when Risk% = 0. Ignored when Risk% > 0.
InpRiskPct 0 Percentage of account balance to risk per trade. Set to 0 to use fixed lot size instead. Example: 1.0 = risk 1% of balance.
InpSLPoints 50 Stop Loss distance in real trader points. Enter intuitive values: 50 = 50 DAX points, 50 = 50 pips on Forex. The EA normalizes automatically per instrument.
InpTPPoints 30 Take Profit distance in real trader points. Same normalization as SL.

Break Even

Parameter Default Description
InpUseBreakEven true Enables the Break Even feature.
InpBEPoints 30 Price distance in points that must be reached to trigger Break Even. Measured from entry price.
InpBEPlusPoints 5 Points of protection added above (BUY) or below (SELL) the entry price when moving to breakeven. Ensures a small guaranteed profit.

Trailing Stop

Parameter Default Description
InpUseTrailing true Enables the Trailing Stop feature.
InpTSStartPoints 20 Minimum profit distance (in points) required to activate the trailing stop.
InpTSStepPoints 10 Distance (in points) the trailing SL maintains from the current price.

Panel

Parameter Default Description
InpPanelX 10 Horizontal position of the panel in pixels from the left edge of the chart.
InpPanelY 30 Vertical position of the panel in pixels from the top edge of the chart.

💰 Risk-Based Lot Calculation

When Risk% > 0, the EA calculates the exact lot size to risk a fixed percentage of the account balance on each trade, using the broker's tick value for the instrument.

The result is normalized to the broker's minimum lot step and clamped between the minimum and maximum allowed lot size.

Example

GER40.cash (DAX) — 1% risk
Account Balance $10,000
Risk % 1.0%
Risk Money $100
SL Points 50 pts
SL Price Distance 50 × 1.0 = 50.0
Tick Value (1 lot) ~$10.00
SL Ticks 50 / 0.01 = 5000
Lot Size $100 / (5000 × $10) = 0.20
After clicking Calculate Lot by Risk%, the button shows the calculated lot and the dollar amount at risk (e.g. Lot: 0.20 ($100.00)) for a few seconds before resetting.

📊 Instrument Compatibility

The EA uses GetPipSize() to normalize point values automatically. You always enter intuitive real-price points regardless of broker or instrument. The function detects the instrument type by its decimal digits:

Digits Instrument type Examples 1 pt = "50 pts" in price
5 Forex (standard) EURUSD, GBPUSD 0.00010 0.00500
3 Forex JPY USDJPY, EURJPY 0.010 0.500
4 Forex (legacy 4-digit) Some brokers 0.0001 0.0050
2 Indices & Metals DAX, Gold, SP500 1.00 50.00
1 Some indices NAS100 (some brokers) 1.0 50.0
0 Crypto / integers BTCUSD 1 50
The panel shows "1 pt = X.XX | digits: N" after clicking Apply — use this to confirm the EA has detected your instrument correctly.
AutoRiskManage v2.3  ·  Copyright 2025–2026 Time Space Technology  ·  MetaTrader 4 & 5
Рекомендуем также
Scalping Day Trading Support Utility Scalping One MT4 free One position is displayed with one button. View P & L, Lot, and Point in real time. It is possible to switch the display of positions of only chart currencies and all currency pairs.  (The free version has only 3 positions) Supports automatic identification in Japanese and English   Account currency notation corresponds to dollar, euro, pound, yen (automatic identification) The timeline drawing function can be linked with the clock disp
FREE
OTRX Fimathe Backtest is a tool for the Trader or Enthusiast who uses the Fimathe technique created by Trader Marcelo Ferreira to carry out his training and validate if he can obtain profitability. In this tool you will be able to: 1. Define whether you are looking for a buy or sell entry. (Trend). 2. Define by clicking twice on the horizontal lines where your Reference Zone and your Neutral Zone will be. 3. Monitor the entry, subcycle and exit of the trade. 4. Trading Summary, Daily, Week
FREE
This is a DEMO version of the Smarter Trade Manager Smarter Trade Manager  is an advanced trade management tool that can monitor and manage your manual and EA trades according to the settings you choose. It works as an Expert Advisor (EA), it does not open any trades but it closes trades as per the auto closing settings or when manually pressing any of the close buttons. FEATURES: Three-dimensional  interactive  view of your trades Trade Summary, P/L, Alerts, Closure by  Currency Trade Summary,
FREE
Простенький скрипт, в котором очень часто нуждаются трейдеры. Он калькулирует лот в процентах от депозита. Для соблюдения риск-менеджмента очень даже нужная вещь. В настройках присутствует только одна опция: MaxRisk - риск в процентах для вычисления лота. Даный помощник работает как стандартный скрипт, то есть запускается только один раз на соответствующем графике, после чего можно приступать к торговле с вычисленым лотом. Все гениальное просто! Успешной торговли!
FREE
ManageEquity
Hadj Ahmed Slimani
ManageEquity - A Powerful Trading Utility for Risk Management ManageEquity is a simple yet powerful trading utility designed to enhance risk management strategies. By attaching this utility to a single chart and specifying the maximum dollar amount for both profit and loss, traders can effectively manage their open orders. With ManageEquity, traders can easily set their desired profit target and maximum acceptable loss for all open trades. Once the profit target is reached or the maximum loss th
FREE
DG Equity Monitor is a useful tool that keeps track of the daily transactions made on the account. The EA automatically and instantly closes all the trades running based on two conditions: 1. If the daily profit target is hit. 2. If the maximum drawdown is reached. An alert is sent immediately one of the above conditions are met. Parameters: Show Account Info -Choose whether or not to display the Account Info on the chart. Show Pop Up Alert -Show alert on chart when either condition 1 or 2 are
FREE
Grid Assistant Pro
Alessandro De Cristofaro
Grid Assistant Pro – Utility for Managing Grid Strategies on MetaTrader 4 Grid Assistant Pro is a professional utility that helps traders manage and monitor unidirectional grid strategies directly from the MT4 chart. It provides a visual dashboard , clear controls, and automated risk protection features for precise and efficient grid operation. Key Features Visual Dashboard Real-time metrics: Balance, Equity, Floating P/L, Drawdown %, Free Margin Grid status: active and pending or
FREE
PZ Trade Pad EA
PZ TRADING SLU
4.29 (31)
Clos Утилита PZ Trade Pad EA позволяет торговать с помощью панели прямо на ценовом графике. Продукт имеет встроенное управление риском и может работать с уже открытыми сделками. Возможность совершать сделки прямо на ценовом графике Управление капиталом Возможность установки стоп-уровней Закрытие всех открытых сделок в один клик Удаление всех отложенных ордеров в один клик Частичное закрытие прибыльных сделок в один клик Без входных параметров. Применение Утилита проста в использовании. Выберите
FREE
VR Color Levels MT4
Vladimir Pastushak
5 (2)
VR Color Levels — удобный инструмент для тех, кто применяет технический анализ с использованием таких элементов, как трендовая линия, прямоугольник и текст. Есть возможность добавлять текст непосредственно на график и делать скриншоты. Настройки, set файлы, демо версии, инструкции, решение проблем, можно получить в [блоге] Прочитать или написать отзывы можно по [ссылке] Версия для [MetaTrader 5] Работа с индикатором осуществляется в один клик . Для этого нужно нажать на кнопку с линией, после
FREE
Account Info EA It is a tool that presents on the graph all the positions of the account, and specific information concerning the positions, but also the account. It enables the user to have an image of his account at a glance. Use like any expert advisor. You can't attach it in the same chart with other expert advisor. It does not have the ability to open or manage positions. You can attach it on any chart and any timeframe.
FREE
Trading panel for manual trading. Has a fairly wide functionality. Allows you to automatically calculate the order size, open both market and pending orders. It has a wide range of options for closing orders, it is possible to partially close orders, close orders after reaching a certain profit or loss, separately close profitable and unprofitable, buy and sell, as well as pending orders. The panel also contains a simple implementation of a grid of pending orders, reverse and lock functions, tr
FREE
MQLTA Auto Close Demo
MQL4 Trading Automation
Программа Auto Close помогает применять правила мани-менеджмента и управления риском. Утилита отслеживает баланс, средства на счете, свободные средства, общую прибыль и общий убыток, а также отправляет уведомления при достижении указанного порогового значения. В данной демо-версии отключены функции уведомления и закрытия, полная версия доступна по ссылке: https://www.mql5.com/ru/market/product/29141 Как он работает? Запустите программу Auto Close EA на графике и укажите параметры, которые нужно
FREE
SL and TP Setter
Giacomo Barone
4 (1)
You can manually open a trade (one click), and this EA will take care of setting the SL and TP. SL and TP are set based on the number of pips you specify in the input screen. You can also choose monetary SL and TP. SL and TP are determined based on the weighted average price (WAP), so if you open a new trade, SL and TP will be updated according to the new WAP. The WAP is not unique but differentiated between buy and sell trades (this is useful only if you open opposite trades on the same chart)
FREE
Activation initiates the sequence from the initial symbol in the Market Watch roster, forming a perpetual loop that continues until deactivation. The system employs global terminal variables to sustain operational continuity amid symbol-induced reinitializations, thereby ensuring uninterrupted performance. This EA should not be checked off as 'Allowed live Trading' and is functional with that checkmark box, when uploading the EA. Principal advantages encompass augmented productivity in overseein
FREE
Trading Panel - Smart Stop Management A free professional trading panel for MT4, built to make manual execution faster, cleaner, and smarter. Trading Panel - Smart Stop Management helps you place Market, Limit, and Stop orders directly from the chart, manage position size, calculate TP/SL from volatility, and protect your execution from temporary spread widening during news, rollovers, or thin market conditions. The panel uses local smart stop logic based on the middle price, helping reduce
FREE
Levels and risk calculator for the Antimartingale (or Antimartingala) technique Totally visual, setup everything from control panel Decide your risk and margin, it will calculate and show trading lavels on the chart Free version of the orginal Antimartingale EA:  https://www.mql5.com/en/market/product/53653 Public Signals using the Antimartingale's technique: https://www.mql5.com/en/signals/1016250 https://www.mql5.com/en/signals/1018964 This EA does not open trades, it only shows the trading le
FREE
Simply clock. Local time as default. There are possible to Select: Local Time /Server Time /GMT Time as input. Please take into account that the local time is the most accurate. However ,this clock always uses local time seconds, even If GMT / Server Time Is selected.  I solved it this way to get more accuracy. Delays can occur when changing minutes or hours, if local time is not selected.
FREE
NAS100 Auto Sl And TP
Moustapha Boulouz
5 (2)
Представляем NAS100 Auto SL и TP Maker для MT4: Никогда больше не пропустите установку StopLoss и TakeProfit с нашим NAS100 Auto SL и TP Maker, незаменимым помощником для трейдеров, работающих на рынке Nasdaq 100 в MetaTrader 4. Этот инструмент предназначен для тех, кто ищет беспроблемное решение для автоматизации управления уровнями StopLoss и TakeProfit. Ключевые особенности: Эффективная автоматизация: Автоматически отслеживает сделки Nasdaq 100 без StopLoss и/или TakeProfit. Динамически регу
FREE
Symbol Switch Demo
ISO Financial Services
При помощи Symbol Switch вы сможете легко изменять символ всех открытых графиков без потери вашего анализа или шаблона. С легкостью следите за многими символами на одном экране. Автоматическое сохранение\загрузка анализа отдельно для каждого символа (включая весь графический анализ и прикрепленные индикаторы). Индикатор отображает символы, показываемые в окне "Обзор рынка" MetaTrader 4. Для добавления\удаления символа просто добавьте\удалите его из окна "Обзор рынка" MetaTrader 4. Отслеживайте п
FREE
Tipu Trader
Kaleem Haider
3 (2)
Tipu Trader - это часть экосистемы Tipu Panel , которая была разработана из-за необходимости быстрой и простой торговли. Tipu Trader - это простая торговая панель для наиболее часто используемых торговых функций. Создавайте свои собственные сигналы с Tipu Panel и торгуйте при помощи Tipu Trader, простой и удобной торговой панели. Особенности Простая торговая панель для наиболее часто используемых торговых функций. Создавайте свои собственные сигналы с Tipu Panel и торгуйте при помощи Tipu Trade
FREE
Simple button panel of trade on your chart with OneClick V1 Trial version. This trade panel will make it easier for you. Equipped with several functions that make it very easy for you. More tools on OneClick VZ version, see here. This version includes: Open Order Buy Open Order Sell Open Pending Order [Buy Limit - Buy Stop - Sell Limit-Sell Stop] Close ALL orders Close Order Buy Close Order Sell Delete Pending Order [Buy Limit - Buy Stop - Sell Limit-Sell Stop] ENJOY IT!!! ONE CLICK V1 [TRIAL
FREE
LT Round Numbers
Thiago Duarte
4.75 (4)
Round numbers (or key levels) is an amazing strategy. These numbers are strong support and resistance levels. So what this indicator does is draw horizontal lines on the chart to help you find these levels. Configurations: 1St level: Color - lines color. Style - lines style. Width -  lines width. 2Nd level: Second level lines? -  turn off second level lines. Color -  lines color. Style -  lines style. Width -  lines width. Space between lines in points -  I don't need explain :) Display at backg
FREE
Neonplox Trade Manager
Mr Roberto Carlos Ferreira Silva
n3oNpLoX Trade Manager Market Order. Stop Order. Limit Order. To help you Place trades based on the amount of Money in Dollars you want to risk. As it will show in the screenshots you can calculate the right Lot size for the money you want to risk. Calculates Lot Size based on the distance between Stop Loss and Entry Point. 5 Options for TP - (1RR,2RR,3RR,4RR,5RR) It will help you manage your risk and Place trades with the correct Lot Size. So you will not over expose yourself and your money
FREE
Утилита позволяет вручную тестировать ваши стратегии в тестере стратегий. Торговля в один клик на графике визуализации. Последняя версия утилиты предлагает трейдерам расширенные функции для ручного тестирования своих торговых стратегий. С помощью тестера стратегий вы теперь можете оценить эффективность своих торговых стратегий в смоделированной среде. Эта функция позволяет вам анализировать эффективность ваших торговых методов и совершенствовать их, чтобы улучшить свои торговые навыки. Более тог
FREE
Symbol Cycler is a lightweight on-chart utility that lets you quickly switch between symbols in your Market Watch list using two simple arrow buttons (). With a single click, you can scroll forward or backward through your predefined symbols without leaving the chart. Key Features: One-click symbol switching from the chart Works with your Market Watch list order Buttons can be placed in any chart corner or even the center Timeframe remains locked while switching symbols Clean, responsive UI
FREE
Самый быстрый способ поменять период. Подходит для трейдеров, использующих несколько графиков и таймфреймов. Размер форма и цвет настраиваются. Входные параметры Corner — выберите "Right lower chart corner" ("Нижний правый угол графика") в качестве угла размещения Color — цвет фона кнопки ColorText — цвет текста кнопки ColorOn — цвет фона кнопки для текущего периода ColorOnText — цвет текста кнопки для текущего периода Font — шрифт Arial, Verdana... FontSize — размер шрифта в пикселях DistanceX
FREE
Signalator Lot Size Evaluator MT4 is a free local MetaTrader 4 utility for manual traders. It helps calculate an estimated lot size before opening a trade manually. The calculation is based on account size, trade direction, entry price, stop loss, risk percentage or fixed money risk, and broker symbol settings. The main purpose is simple: Enter your setup → define your risk → get the suggested lot size. The panel also shows useful pre-trade information such as spread, risk amount, SL/TP distance
FREE
Profitstat - бесплатный индикатор, сканирующий историю и отображающий ее на графике. Бесплатная версия показывает количество сделок и полученную прибыль за текущий и предыдущий день. Информация обновляется при каждом закрытии сделки. Просто набросьте индикатор на график, и вы увидите информацию о торговом счете независимо от инструмента и периода графика.
FREE
InnovaDash Smart Sync — это официальный коннектор данных, предназначенный для прямого соединения вашего терминала MetaTrader с аналитической панелью InnovaDash Analytics. Созданная для профессиональных трейдеров, эта легкая утилита работает в фоновом режиме, автоматически отправляя обновления вашего текущего капитала (equity), открытые позиции и исторические торговые данные в InnovaDash. Почему InnovaDash? InnovaDash — это премиальный облачный пакет количественной аналитики, который превраща
FREE
Good morning, The following indicator is very useful when managing multiple trades on the same instrument. It allows you to see the average entry price for BUY and SELL trades. If there is an imbalance (as shown in the example photo), the indicator will display the averages of the SELL/BUY trades and a GOLD line that marks the breakeven price (excluding swap and commissions).
FREE
С этим продуктом покупают
Local Trade Copier EA MT4
Juvenille Emperor Limited
4.96 (110)
Опыт экстремально быстрого копирования сделок с помощью Local Trade Copier EA MT4 . Благодаря простой установке в течение 1 минуты этот копировщик сделок позволяет вам копировать сделки между несколькими терминалами MetaTrader на одном компьютере с Windows или на Windows VPS с крайне быстрыми скоростями копирования менее 0.5 секунды. Независимо от того, новичок вы или профессиональный трейдер, Local Trade Copier EA MT4 предлагает широкий спектр опций, чтобы настроить его под ваши конкретные пот
Exp COPYLOT CLIENT for MT4
Vladislav Andruschenko
4.69 (65)
Профессиональный копировщик сделок для MetaTrader 4 Быстрый, профессиональный и надежный копировщик сделок для MetaTrader 4 . COPYLOT позволяет копировать сделки Forex между терминалами MetaTrader 4 и MetaTrader 5 , обеспечивая гибкую синхронизацию для разных типов счетов и сценариев торговли. Версия COPYLOT MT4 поддерживает: MetaTrader 4 → MetaTrader 4 MetaTrader 5 Hedge → MetaTrader 4 MetaTrader 5 Netting → MetaTrader 4   Версия MT5 Полное описание + DEMO + PDF Как купить Как установить Как по
Добро пожаловать в Trade Manager EA — лучший инструмент для управления рисками, предназначенный для упрощения, точности и эффективности торговли. Это не просто инструмент для размещения ордеров; это комплексное решение для удобного планирования торгов, управления позициями и усиленного контроля над рисками. Независимо от того, начинающий вы трейдер, опытный специалист или скальпер, нуждающийся в быстром исполнении, Trade Manager EA адаптируется к вашим потребностям и работает с любыми активами:
Trade Assistant MT4
Evgeniy Kravchenko
4.43 (197)
Помогает рассчитать риск на сделку, простая установка нового ордера с помощью линий, управление ордерами с функциями частичного закрытия, 7 типов трейлинг-стопа и другие полезные функции. Дополнительные материалы и инструкции Инструкция по установке   -   Инструкция к приложению   -   Пробная версия приложения для демо счета Функция Линии   - отображает на графике линию открытия, стоп-лосс, тейк-профит. С помощью этой функции легко установить новый ордер и увидеть его дополнительные характери
Автоматически торгуйте зонами поддержки и сопротивления или спроса и предложения, как только вы определите ключевые области, из которых хотите торговать. Этот советник позволяет вам рисовать зоны покупки и продажи одним щелчком мыши, а затем размещать их именно там, где вы ожидаете разворота цены. Затем советник отслеживает эти зоны и автоматически совершает сделки на основе ценового действия, которое вы указываете для зон. После совершения первоначальной сделки советник выйдет с прибылью в про
News Filter EA: Advanced Algo Trading Assistant News Filter EA is an advanced algo trading assistant designed to enhance your trading experience. By using the   News Filter EA , you can integrate a Forex economic news filter into your existing expert advisor, even if you do not have access to its source code. In addition to the news filter, you can also specify   trading days   and   hours   for your expert. The News Filter EA also includes   risk management   and   equity protection   features
Trade copier MT4
Alfiya Fazylova
4.56 (32)
Trade Copier — это профессиональная утилита, предназначенная для копирования и синхронизации сделок между торговыми счетами. Копирование происходит от счета/терминала поставщика к счету/терминалу получателя, которые установлены на одном компьютере или vps. АКЦИЯ - Если вы уже приобрели "Trade copier MT5", вы можете получить "Trade copier MT4" бесплатно (для копирования MT4 > MT5 и MT4 < MT5). Для получения более подробной информации об условиях, пожалуйста, свяжитесь с нами через личные сообщени
Trade Copier Professional — Локальное решение для копирования сделок   Trade Copier Professional — это надёжная локальная система копирования сделок для MetaTrader 4/5. Она позволяет трейдерам мгновенно дублировать позиции на нескольких счетах на одном компьютере, оснащена встроенными средствами безопасности и профессиональной панелью управления.   Обзор   Советник работает в режимах Master и Slave из одного файла, с лёгким переключением. Сделки могут копироваться между терминалами MT4 и MT5 бе
DrawDown Limiter MT4
Haidar Lionel Haj Ali
5 (8)
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
Equity Protect Pro: Ваш эксперт по комплексной защите счетов для спокойной торговли Если вы ищете такие функции, как защита счета, защита капитала, защита портфеля, защита мультистратегий, защита прибыли, сбор прибыли, безопасность торговли, программы контроля рисков, автоматический контроль рисков, автоматическая ликвидация, условная ликвидация, запланированная ликвидация, динамическая ликвидация, скользящий стоп-лосс, закрытие в один клик, ликвидация в один клик и восстановление в один клик,
Support and Resistance Dashboard for MT4 is a multi-timeframe and multi-symbol scanner and alert system that finds S/R zones and pivot points for all timeframes and symbols and alerts when price has interaction with them. If you are using support and resistance (or supply and demand) zones in your trading strategy, this dashboard and its alert and filtering system is a big time saver for you. Download demo version   (works on M 1,M5,M30,W1   timeframes) Full description of scanner parameters ->
Скачать рабочую пробную версию Copy Cat More (Копи Кэт Мор) — копировщик сделок (Trade Copier) MT4 — это не просто локальный копировщик сделок; это полноценная система управления рисками и исполнения (risk management and execution framework), созданная для современных торговых задач. От челленджей проп-фирм (prop firm) до управления личным портфелем — он адаптируется к любой ситуации благодаря сочетанию надёжного исполнения, защиты капитала, гибкой настройки и продвинутой обработки сделок. Ко
Telegram to MT4 Multi-Channel Copier автоматически копирует торговые сигналы из ваших Telegram-каналов напрямую в MetaTrader 4. Никаких ботов, никаких браузерных расширений, никакого ручного копирования. Вы получаете сигнал в Telegram, и советник открывает сделку на вашем терминале за несколько секунд. Продукт включает два компонента: приложение для Windows, которое слушает ваши Telegram-каналы, и этот советник, который исполняет сигналы на терминале MT4. Также доступна версия для MT5. Руководст
Master Close via Telegram can help you perform some management tasks on MT4/MT5 remotely via your Telegram by one click, easy to set up & use. Demo here (see more Master Notify   Master Control  ) ************************************************************************************ LIST OF COMMANDS: info_acc -  Get account info info_pen -   Get pending orders details info_pos -   Get positions details info_pos_sum -   Get positions summary close_pen -   Delete all pending orders close_pos_all -
Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-up
PZ Trade Pad Pro MT4
PZ TRADING SLU
3.67 (3)
Это визуальная торговая панель, которая помогает вам легко размещать сделки и управлять ими, избегая человеческих ошибок и повышая вашу торговую активность. Он сочетает в себе простой в использовании визуальный интерфейс с надежным подходом к управлению рисками и положением [ Руководство по установке | Руководство по обновлению | Устранение неполадок | FAQ | Все продукты ] Удивительно простой в использовании Торгуйте легко с графика Торгуйте с точным управлением рисками, без проблем Сохранение
The product will copy all telegram signal to MT4   ( 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
MT4 к Telegram Signal Provider - это простой в использовании и полностью настраиваемый инструмент, который позволяет отправлять сигналы в Telegram, превращая ваш аккаунт в поставщика сигналов. Формат сообщений полностью настраиваем! Однако для простого использования вы также можете выбрать предопределенный шаблон и включать или отключать определенные части сообщения. [ Демо ]  [ Руководство ] [ Версия для MT5 ] [ Версия для Discord ] [ Телеграм-канал ]  New: [ Telegram To MT5 ] Настройка Шаг за
Профессиональная панель для ручной торговли: весь цикл сделки в одном окне на графике, от точного входа до защиты счёта. Рассчитывайте объём строго под заданный риск, стройте сделку линиями прямо на графике с помощью RR Tool, открывайте рыночные и отложенные ордера, сетки и OCO. Сопровождение позиции панель берёт на себя: частичное закрытие до пяти уровней, шесть типов трейлинг-стопа, безубыток и Virtual SL/TP. Дневные, недельные и месячные лимиты защищают депозит и срабатывают автоматически при
Dear valued clients, Have a good day! This application will support you to manage the risk of your account according to your settings such as automated set the stop loss, take profit, automated close the position of total loss or profit greater than the preset input. You also can set your target equity, it will close all positions when it meet the desired target. The followings are the input parameters: Equity Target To Close and Delete All Orders ($) Equity Limit To Protect (Close All) Appl
MT4 MT5 Trade Bridge for MetaTrader 4 is the MetaTrader 4 component of the MT4 MT5 Trade Bridge system. It allows a MetaTrader 4 terminal to work either as a Master or as a Slave in a local bridge connection with MetaTrader 5. When configured as Master , the MT4 component reads trading activity from the MetaTrader 4 terminal and writes structured trade data into a local bridge file. The connected MT5 component can then read this data and mirror the trading activity according to its selected set
Kalifx Trade Manager is a smart on-chart trading and risk-management panel for MetaTrader 4. It replaces manual order tickets and spreadsheet risk math with a compact, draggable panel that lets you place, size, and manage trades directly from the chart — including automatic breakeven, trailing stops, and a 3-level partial close (multi-TP) system with draggable on-chart lines. Built for discretionary traders who want the speed of a one-click panel with the discipline of automated risk rules runn
TradePanel MT4
Alfiya Fazylova
4.84 (95)
Trade Panel — это многофункциональный торговый помощник. Приложение содержит более 50 торговых функций для ручной торговли и позволяет автоматизировать большинство торговых операций. Перед покупкой вы можете протестировать демоверсию на демо-счете. Скачать пробную версию приложения для демонстрационного аккаунта: https://www.mql5.com/ru/blogs/post/750864 . Полная инструкция здесь . Торговля. Позволяет совершать торговые операции в один клик: Открыть отложенные ордера и позиции с автоматическим р
Trade Manager Ultimate (MT4/MT5) — Профессиональное управление рисками и трейлингом Добро пожаловать в   Trade Manager Ultimate   — универсальное решение для управления рисками и трейлинг-менеджмента, созданное для того, чтобы сделать ручную торговлю интуитивной, точной и максимально контролируемой. Это не просто панель управления — это полноценный механизм для эффективного сопровождения позиций и продвинутой защиты капитала. Независимо от того, являетесь ли вы профессиональным скальпером или до
Trade Copier Global: The name speaks for itself. This copier allows you to copy orders between MT4 terminals even if they are not installed on the same computer. Features Copying trades between MT4 terminals around the world with a short delay. Automatically recognizes symbol prefixes. Can connect many Slaves to the same Master. Supports pending and market orders. Supports partial order close (with limitations, see below) Can send messages and notifications to the Slaves from the Master Several
Автоматическая фиксация прибыли по достижении целевого профита EquityTargetCloser   — это утилитарный советник для MetaTrader 5, который автоматически закрывает все рыночные позиции и удаляет отложенные ордера, как только   эквити (Equity) превысит текущий баланс на заданную сумму прибыли . После закрытия всех позиций цель автоматически повышается: новый порог = новый баланс + заданная прибыль. Советник не открывает сделки, а только управляет существующими позициями, помогая надёжно фиксировать
Копир->Удобное и быстрое взаимодействие с интерфейсом, пользователи могут использовать его сразу       ->>>> Рекомендуется использовать на компьютерах Windows или VPS Windows Функции: Разнообразные и персонализированные настройки копирования сделок: 1. Различные режимы лота могут быть установлены для различных источников сигналов. 2. Различные источники сигналов могут быть установлены для прямого и обратного копирования сделок. 3. Сигналы могут быть установлены с комментариями. 4. Следует ли ка
CloseIfProfitorLoss with Trailing
Vladislav Andruschenko
4.87 (31)
Close If Profit or Loss with Trailing для MetaTrader 4 — автоматическое закрытие по общей прибыли или убытку Надёжная торговая утилита для MetaTrader 4, которая автоматически закрывает позиции, когда общая прибыль или общий убыток достигает заданного уровня. Советник контролирует открытые сделки, считает плавающий результат, может использовать трейлинг прибыли и помогает закрывать позиции быстрее, чем ручная реакция трейдера. MetaTrader 4 до сих пор активно используют ручные трейдеры, скальперы
RSI Dashboard позволяет быстро проанализировать одновременно несколько валютных пар на перекупленность / перепроданность . Количество отображаемых символов равно 30, а название каждого символа можно редактировать в параметрах. Таким образом, можно анализировать не только предустановленные валютные пары, но и другие, товары, акции, индексы, валютные пары с префиксами и суффиксами и т.д. Анализатор может отправлять алерты через терминал MetaTrader, push- уведомления на мобильные устройства, а такж
Auto Trade Copier
Vu Trung Kien
4.76 (85)
Auto Trade Copier предназначен для копирования сделок между несколькими счетами / терминалами MT4 / MT5 со 100% точностью. С помощью этого инструмента вы можете действовать как поставщик (источник) или получатель (пункт назначения). Все торговые действия будут скопированы от поставщика к получателю без задержки. Этот копир можно использовать только на счетах MT4. Для счетов MT5 вы должны использовать Auto Trade Copier для MT5 или Trade Receiver Free для MT5. Демо-версия : Демо-версию для тести
Другие продукты этого автора
Auto Risk Manager Mt5
Mildry Yocasta Feliz Rodriguez
AutoRiskManage v2.3 — Documentation Expert Advisor — MetaTrader 4 & 5 AutoRisk Manage v2.3 Automated risk management EA with interactive graphical panel. Applies SL/TP, Break Even, Trailing Stop, and lot size calculation by risk percentage — for any instrument, any broker. MT4 / MT5 v2.3.0 MQL4 · MQL5 C2C + B2C Time Space Technology Overview AutoRiskManage is an Expert Advisor that acts as a risk management layer on top of any manually opened position. It does not generate trading signals — i
FREE
Asistente Manual MT4
Mildry Yocasta Feliz Rodriguez
Documentación 1. Objetivo General El EA fue diseñado como un asistente manual avanzado para MetaTrader 4. Su objetivo es permitir la apertura y gestión de operaciones manuales mediante un panel visual integrado en el gráfico, utilizando control porcentual de riesgo, SL/TP monetario y un sistema de protección global de pérdida flotante. 2. Características Principales - Panel gráfico interactivo. - Apertura manual BUY/SELL. - Cálculo automático de lotaje. - SL basado en porcentaje de cuenta. - TP
Фильтр:
Нет отзывов
Ответ на отзыв