Position Closure Management MT5

NOHEDGE
Automated Hedge Manager & Risk Controller for MetaTrader 5
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
OVERVIEW
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Running grid, martingale, or manual hedging strategies means you constantly carry open buy/sell pairs that need to be resolved at exactly the right moment — before the spread widens at rollover, before a news spike blows your account, or exactly at your daily profit target. Doing that manually is slow, error-prone, and stressful.

NOHEDGE is a dedicated close-only utility that automates this entire process. It never opens a single trade. Instead it scans every tick, matches opposing buy/sell pairs across your account, and closes them using MT5's native CloseBy mechanism — which settles both sides in a single server transaction at zero spread cost. Partial-volume matching is fully supported, so even complex multi-lot grids are unwound cleanly.

One EA, one chart, full account scope. NOHEDGE monitors and controls all symbols simultaneously from whatever chart you attach it to. The magic-number filter lets you run multiple isolated instances for different strategies on the same account without any conflict.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
WHY NOHEDGE — THE KEY DIFFERENCES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Zero spread on pair closings
Most close approaches call PositionClose() twice — once per leg — and pay the full spread twice. NOHEDGE uses the MT5 CloseBy() function that settles both legs in a single server request at zero spread. On gold or high-volatility pairs with a 30-50 point spread this is a significant real-money difference over hundreds of closes.

Accurate daily P/L — no surprises
Many tools track only the floating P/L of open positions. NOHEDGE adds all realised deals closed earlier that day before comparing against your target. You will never get an unexpected close because a previously booked loss was not counted — and you will never miss a limit because earlier profits were ignored.

Safe by default
EnableEA defaults to false. The EA cannot accidentally close a single trade until you explicitly activate it. This makes it safe to attach to a live account for observation before going live — the full dashboard and all three panic buttons remain active while the automation is paused.

3 one-click panic buttons — always live
Dashboard, rollover guard, spread filter — none of these affect the panic buttons. Even when EnableEA=false or the rollover window is active you can still hit CLOSE ALL, CLOSE PROFIT ONLY, or CLOSE LOSS ONLY at any moment. Panic close deliberately bypasses the anti-loop cooldown so every position is reachable in an emergency.

Anti-loop protection for grid EAs
Grid and martingale EAs reopen positions the instant they are closed. Without a cooldown, a close utility and a grid EA can enter a destructive cycle that burns through your equity in seconds. NOHEDGE's ring-buffer cooldown blocks re-closing the same symbol for a configurable window (default 5 minutes), then clears automatically.

Cross-symbol hedging
No other basic close manager on the MQL5 Marketplace detects hedges across different symbols. NOHEDGE can pair a EURUSD buy with a GBPUSD sell — a pattern common in correlation-based strategies and basket grids — and close them together.

Broker-grade error handling
Retry logic with exponential backoff, trade.ResultRetcode() for accurate broker rejection codes (not the unreliable GetLastError()), specific error messages for every known TRADE_RETCODE, and automatic fallback to direct close when CloseBy is unavailable — all production-tested on live accounts running 24/7 on a VPS.

Multi-instance, multi-strategy
Run NOHEDGE on Chart A managing your grid EA (MagicNumber 1001), and simultaneously on Chart B managing your scalper (MagicNumber 2002). Each instance is fully independent — same account, no conflicts.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
FEATURE OVERVIEW
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Master Switch
EnableEA = false pauses all automated closing instantly. Dashboard, panic buttons, and all visual elements remain fully active. Useful when you want to monitor positions without any automation running.

Native CloseBy Pair Closing
Matched buy/sell pairs are closed using MT5's built-in CloseBy function — one server round-trip, zero spread. Partial-volume matching handles any lot-size combination. Auto-fallback to PositionClose() when the broker does not support CloseBy.

Live Dashboard Panel [NEW v1.4]
On-chart panel showing: buy and sell position count and total volume, individual P/L per side in real time, net P/L across all positions, daily P/L with animated progress bar between loss limit and profit target, and active filter status (rollover, spread, CloseBy mode, anti-loop). Updates every 2 seconds.

Daily Profit Target & Loss Limit
Automatic full-account close when daily P/L hits a configured target or limit. Calculated from floating positions AND all deals closed earlier that day — broker-accurate, not estimate-based.

Rollover Protection
Configurable quiet window (default 23:55–00:10) suspends all automated closing around the daily swap rollover. Three independent behaviours: Postpone / Close regardless / Selective close per symbol spread. Applies separately to hedge closing, daily limits, time-based close, and panic buttons.

Spread Filter
Per-symbol spread check before every close attempt. Separate maximum thresholds for standard pairs and crypto/XAU instruments. Optionally active outside the rollover window too.

Anti-Loop Protection
Ring-buffer cooldown (O(1) performance) prevents re-closing the same symbol within a configurable window. Protects against destructive cycling when an external grid EA immediately reopens closed positions.

Panic Buttons
Three permanent on-chart buttons: CLOSE ALL — CLOSE PROFIT ONLY — CLOSE LOSS ONLY. Always visible regardless of EA state. Bypass anti-loop cooldown intentionally so every position is reachable in an emergency. Auto-centre horizontally (ButtonRightMargin=0) and auto-reposition on chart resize.

Time-Based Closing
Schedule a forced close at a specific server time on individually selectable weekdays. Choose to close all positions, buy only, or sell only. Optional crypto/XAU exclusion. Ideal for Friday evening close before the weekend gap.

Closing Priority
Four close-order modes: newest first, oldest first, most profitable first, least profitable first. Applied consistently across pair closing, single-position closing, and cross-symbol mode.

Cross-Symbol Hedging [Advanced]
Matches buy and sell positions across different instruments — e.g. EURUSD buy paired with GBPUSD sell. Uses full partial-volume matching. Processes singles (unpaired) in the same pass when CloseSinglePositions is active.

Trading Day Filter
Independent per-weekday enable/disable for automated hedge closing. Run Mon–Fri only or any custom schedule.

Magic Number Filter
Restrict all operations to positions with a specific magic number. Multiple NOHEDGE instances can run simultaneously on the same account, each managing a separate strategy independently.

Panel & Button Offsets [NEW v1.4]
Independent PanelTopOffset and ButtonTopOffset inputs push the dashboard and panic buttons down from the chart top separately — for brokers whose custom toolbars overlap the default chart header area.

Position Markers
Visual arrow markers on the chart for each open position (buy = green, sell = red). Per-symbol filter option.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
INPUT PARAMETERS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

MASTER SWITCH

EnableEA                  false        Master on/off — false = monitoring mode (dashboard and buttons active, no automated closing)

HEDGE CLOSING

EnableHedgeClosing       true        Enable automatic hedge pair detection and closing
CloseOrder              Newest first  Priority: Newest / Oldest / Most profitable / Least profitable
CloseOnlyMagic          false        Restrict management to positions matching MagicNumber
MagicNumber             12345        Magic number filter (active when CloseOnlyMagic = true)
UseDirectClose          false        Use PositionClose instead of CloseBy (for brokers without CloseBy support)
MaxPositionsPerCycle    5           Maximum positions closed per tick to limit server load
MaxRetries              3           Retry attempts if a close is rejected by the broker
RetryDelay              200 ms       Exponential backoff base delay — doubles each attempt, capped at 1 s
VerboseLogging          false        Enable detailed journal logging for debugging

DAILY PROFIT / LOSS LIMITS

EnableDailyLimits       true        Activate the daily profit target and loss limit system
DailyProfitTarget       +1000.0     Close all positions when daily P/L reaches this value (account currency)
DailyLossLimit          -500.0      Close all positions when daily P/L drops to this value (account currency)
DailyLimitBehavior      Respect rollover  Behaviour when limit hits during rollover window: Postpone / Close regardless / Selective
CryptoHandling          Always close  How to treat crypto/XAU positions when a daily limit triggers

ANTI-LOOP PROTECTION

PreventTradeLoop        true        Lock symbol after close to prevent cycling with grid EAs
TradeLoopCooldown       300 s       Seconds before the same symbol can be closed again (ring buffer, O(1))

CROSS-SYMBOL & SINGLE POSITIONS

CrossSymbolClose        false        Match buy and sell positions across different instruments
CloseSinglePositions    false        Also close unpaired (single) positions — independent of daily limits
SinglePosMaxCount       5           Maximum unpaired positions to close per cycle
MinimumLotSize          0.01        Positions below this volume are ignored

TRADING DAY FILTER

MondayEnabled           true    EA active on Monday
TuesdayEnabled          true    EA active on Tuesday
WednesdayEnabled        true    EA active on Wednesday
ThursdayEnabled         true    EA active on Thursday
FridayEnabled           true    EA active on Friday
SaturdayEnabled         false   EA active on Saturday
SundayEnabled           false   EA active on Sunday

ROLLOVER PROTECTION

EnableIgnoreTime        true     Enable the rollover quiet window
IgnoreStartHour         23      Start hour of rollover window (server time)
IgnoreStartMinute       55      Start minute
IgnoreEndHour           0       End hour of rollover window (server time)
IgnoreEndMinute         10      End minute

SPREAD FILTER

CheckSpreadInIgnoreTime true      Extend spread check outside the rollover window too
MaxAllowedSpread        5.0 pts  Maximum spread for standard pairs (forex, indices, etc.)
CryptoMaxSpread         25.0 pts Maximum spread for crypto / XAU pairs
CryptoPrefix            BTC,ETH… Comma-separated prefixes to identify crypto/XAU instruments

TIME-BASED CLOSING

EnableTimeBasedClosing  false      Master switch for scheduled closing
CloseHour               17       Closing time — hour (server time, 24 h)
CloseMinute             0        Closing time — minute
CloseOnlyForex          true      Exclude crypto/XAU from time-based close
CloseBuyOnly            false     Close only buy positions at scheduled time
CloseSellOnly           false     Close only sell positions at scheduled time
TimeBasedCloseBehavior  Respect rollover  Whether to respect or override the rollover window
ClosingMon–Sun          Friday only  Per-day toggle (each weekday individually configurable)

PANIC BUTTONS

EnablePanicButton       true         Show emergency close buttons on chart
ButtonWidth             210 px       Button width
ButtonHeight            35 px        Button height
ButtonFontSize          7            Button label font size
ButtonRightMargin       0            0 = horizontally centred; >0 = fixed px from right edge
ButtonTopOffset         10 px        Buttons distance from top of chart
ButtonColor             Red          Close All button background
ProfitButtonColor       Green        Close Profit Only button background
LossButtonColor         Crimson      Close Loss Only button background
TextColor               White        Button text colour
PanicButtonBehavior     Close regardless  Whether panic close respects the rollover window

INFO PANEL

EnableEAComment         true         Show live dashboard panel on chart
PanelInfoWidth          480 px       Dashboard panel width — all internal layout scales with this
PanelTopOffset          25 px        Panel distance from top of chart (independent of buttons)
CommentRefreshSeconds   2 s          Dashboard refresh interval
CommentBgColor          80,80,80     Panel background colour (full RGB control)
CommentFontSize         7            Panel font size

POSITION MARKERS

ShowPositionMarkers     true      Arrow markers on chart for each open position
ShowOnlyCurrentSymbol   true      Show markers only for current chart symbol
BuyMarkerColor          SeaGreen  Buy marker colour
SellMarkerColor         Crimson   Sell marker colour
MarkerSize              8         Arrow marker size
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
INSTALLATION & FIRST STEPS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

1. Copy the compiled .ex5 file into the MT5 Experts folder:
   [MT5 data folder] / MQL5 / Experts /

2. Restart MetaTrader 5 or press F5 to refresh the Navigator.

3. Drag the EA from the Navigator onto any chart.
   The chart symbol does not matter — NOHEDGE manages all account symbols by default.

4. In the EA properties dialog enable Allow automated trading and click OK.
   Dashboard and panic buttons appear immediately.

5. Set EnableEA = true to activate automated closing.
   Until you do, the EA runs in observation mode — safe to use on a live account.

6. Set DailyProfitTarget and DailyLossLimit to your account size and enable EnableDailyLimits = true.

7. Adjust IgnoreStartHour / IgnoreEndHour to match your broker's swap rollover time.
   Default 23:55 – 00:10 server time covers most brokers.

8. If your broker's toolbar overlaps the panel or buttons, adjust PanelTopOffset and ButtonTopOffset.

9. For multi-strategy setups run a second instance on a different chart with a separate MagicNumber filter.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
IMPORTANT NOTES — READ BEFORE PURCHASE
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Hedge account required
MT5 accounts must be configured as hedge accounts (not netting). NOHEDGE closes buy/sell pairs by ticket — this requires that both legs exist as separate positions, which is only possible on hedge accounts. Netting accounts merge opposing positions immediately and NOHEDGE cannot manage them.

AutoTrading must be enabled
The MT5 AutoTrading button in the toolbar must be green and Allow automated trading must be checked in the EA properties dialog. Without this no close operations can execute.

EA never opens trades
NOHEDGE does not and cannot open any new positions. It only closes what already exists. It carries zero directional risk of its own.

EnableEA defaults to false — activate before use
After attaching to the chart the EA is in monitoring mode. No positions will be closed until you set EnableEA = true. This is intentional: it prevents unexpected closes on accounts that already have positions open.

Panic buttons bypass the rollover guard
By default PanicButtonBehavior = CLOSE_REGARDLESS. Even during the rollover window or high-spread conditions the three on-chart buttons will execute immediately. Change to RESPECT_IGNORE_TIME only if you specifically want rollover protection to block panic closes too.

AntiLoop cooldown does not affect panic buttons
If a position was recently closed by the EA and is still in the cooldown window, the automated hedge loop will skip it — but the panic buttons will still reach it. Emergency closes are never blocked by cooldown logic.

Spread filter uses points, not pips
MaxAllowedSpread and CryptoMaxSpread are in broker points (as returned by SYMBOL_SPREAD), not pips. On a 5-digit broker, 5 points = 0.5 pip for forex, and 50 points = 50 points for gold (XAUUSD). Verify your broker's spread unit before setting these values.

Commission accuracy
Daily P/L and position P/L calculations include profit, swap, and commission (retrieved via deal history, replacing the deprecated POSITION_COMMISSION property). This ensures accurate limit enforcement even on commission-heavy ECN accounts.

VPS recommended

For 24/7 operation and reliable rollover protection the EA should run on a VPS with a stable internet connection to your broker.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
COMPATIBILITY
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Platform      MetaTrader 5 (Build 3000+)
Language      MQL5
Instruments   All — Forex, Metals (XAU/XAG), Indices, Crypto, Energy, CFDs
Timeframes     Any timeframe — NOHEDGE manages the account, not the chart
Account Type   Hedge accounts only (not compatible with MT5 netting accounts)
Account Size   Any — configure DailyProfitTarget/DailyLossLimit in your account currency
AutoTrading    Must be enabled in terminal and EA properties
Recommended   VPS for 24/7 uninterrupted operation

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

MORE TOOLS FROM fi.con INVESTMENT GROUP

We offer a complete MT5 toolkit built by traders. If you trade actively and want more automation, reporting, and control, these tools extend your MT5 setup significantly: 

    🏆  Enhanced Telegram Position Tracker MT5 — the most complete Telegram reporting solution for MT5. Every trade open, close, SL/TP change, and partial close delivered in real time. Live streaming messages update P/L every 30 seconds. Dual-posting to channel + group topics. 15-button interactive follower menu. Crash detection, HFT burst protection, zero missed closures. Automatic daily, weekly, and monthly P&L reports. If you share your trades with a Telegram audience, this is the EA. 

    📡  MT5 to Telegram Informer — sends every trade open and close to your Telegram channel in real time. Full position lifecycle: pending order execution, SL/TP changes, partial closes, close reason labelling. Multiple channels, Topics support, configurable report fields. If you share your trades with a Telegram audience, this is your tool.

    📊  Telegram Trading Reporter MT5 — automated performance reports delivered to Telegram on schedule: daily EOD summary, weekly stats, monthly overview. Analyses your full trade history and sends structured reports with P&L, win rate, profit factor, best/worst trade — all without you having to open MT5. 

    🛠️  Chart Order Trade Manager MT5 — professional on-chart trade management panel for active traders. Visual SL/TP placement, automatic lot size calculation from risk %, one-click breakeven, trailing stop, partial close. Designed for traders who manage positions manually while running EAs in parallel. 


NOHEDGE v1.4   |   fi.con Investment Group   |   MQL5 Marketplace
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Рекомендуем также
Panic Panel is a professional manual trade management tool for MetaTrader 5. It allows traders to control open positions quickly and safely directly from the chart. Main Features: - Symbol-specific position control - One-click Break Even - Manual Stop Loss step adjustment - Partial close: 25% / 50% / 75% - Net profit, position count and volume display - Independent per chart operation The panel works only on the active symbol and does not affect other instruments. This tool does NOT open tr
Short Description Swing Timing Breakout EA is a smart Expert Advisor for MetaTrader 5 that combines trend filtering, momentum timing, and dynamic risk management to capture high-probability swing and breakout opportunities. Full Description Swing Timing Breakout EA is a professional trading robot designed for MetaTrader 5, suitable for traders who want a balance between automation, control, and disciplined risk management. This EA uses a trend-following and momentum confirmation approach ,
Telegram Group: Find the link in my profile   4 days to pass MyForexFunds phase 1 evaluation.( see screenshot below )   HERE is a FREE file  for use in a LIVE DEMO account. Welcome. Virtual Trendline Scalper is a scalping machine (trades quite often) that uses virtual trades in virtual trendlines before it opens a real one in decent to perfect places. IMPORTANT:Due to huge amount of variables that are used in the code of the EA and the many drawings in the chart,the EA's code became ver
CosmiCLab SMC FIBO CosmiCLab SMC FIBO — это профессиональный торговый индикатор, основанный на концепциях Smart Money Concepts (SMC), анализе структуры рынка и уровнях Fibonacci. Индикатор автоматически определяет свинги рынка и строит уровни Fibonacci по последнему импульсному движению. Также индикатор определяет ключевые изменения структуры рынка: BOS — Break Of Structure CHOCH — Change Of Character Дополнительно отображаются сигнальные стрелки BUY / SELL при пробое структуры. Индикатор подход
Seconds Candles
Mativenga Geoffrey Mativenga
Seconds Candles Chart Utility  This Expert Advisor creates custom time-based candles shorter than 1 minute (10s–50s) by converting incoming market ticks into synthetic OHLC bars. Normally, MetaTrader only supports timeframes like:  M1, M5, M15, H1 etc. This EA allows you to generate sub-minute candles such as: 10-second candles, 20-second candles, 30-second candles, 40-second candles, 50-second candles These candles are written into a custom symbol so they behave like a normal chart. Traders
Что такое CCI FIXED DUAL CCI FIXED DUAL это профессиональный Trend Direction Filter, разработанный для точного определения: доминирующего направления рынка структурного качества движения согласованности между основным трендом и фазами ускорения Это не индикатор прямого входа. Это не классический осциллятор. Это инструмент контекста, созданный для того, чтобы помочь трейдеру решать, когда торговать, а когда НЕ торговать, резко снижая рыночный шум и ошибки интерпретации. Базовая философия CCI FIXE
FlipPro Unlimited EA Manual 1. Introduction FlipPro Unlimited is an Expert Advisor (EA) designed for the MetaTrader 5 (MT5) trading platform. It is a versatile trading tool that allows users to initiate buy or sell positions with customizable stop loss (SL) mechanisms, and it supports automated flipping of trade directions upon hitting SL. The EA includes features like dynamic or fixed SL, trailing to breakeven (BE), martingale pending orders, target profit closure, and a common take profit (
For MT4: TP SL Calculator for MT4 This tool helps you to automatically calculate profit at Take - Profit price and loss at Stop - Loss price. Feature: - Calculate profit at TP price. Apply to all operators (BUY / BUY LIMIT / BUY STOP / SELL / SELL LIMIT / SELL STOP), with TP price is greater than 0. Profit is expressed in money and points. - Calculate loss at SL price. Apply to all operators (BUY / BUY LIMIT / BUY STOP / SELL / SELL LIMIT / SELL STOP), with SL price is greater than 0.   Loss is
Prop Calculator Assistant  Хватит сливать счета из-за ошибок в расчетах. Доверьте управление рисками вашему Ассистенту. Prop Calculator Assistant — это профессиональная панель управления сделками, созданная специально для трейдеров, проходящих челленджи (FTMO, и др.) или уже работающих на оплаченных счетах. Забудьте о расчетах в уме и ручном перетаскивании ордеров — наш визуальный интерфейс обеспечит строгое соблюдение ваших правил. Это не автоматический торговый робот, который «угадывает» рынок
Basket trading /Basket  SL TP  Automatic SL TP Calculation   This utility will calculate SL and TP based on 2 input parameters  PerUnitTP -This means what is per .01 TP like 1 $ per .01 Lot. SLToTP_Ratio-This what is ration SL to TP if this parameter is 3 that means if TP is 1 $ then SL will be 2$ (per .01 Lot) so if total portfolio summing to .05 lot that that means TP will be automatically become 5 $ and SL become 10 $. This is very good utility when you want set SL TP for many open trade
There is Demo version of this panel Dashboard Symphonie Trader System MT5 Demo in my product list, please try it out to get familiar with all functionalities for free. Free version: LINK MT4 version: LINK  This system basically utilizes Symphonie Indicator Set (Extreme, Emotion, Trend, and Sentiment) as the core indicators to generate trading signal mainly on time-frame M15. The signal will be further filtered and trimmed by 1) M5 and M15 Stochastic; 2) EMA5 and PA To facilitate you to understan
AlphaGain AI – Элитная точность в трейдинге с ИИ AlphaGain AI — мощный экспертный советник (EA) для MetaTrader 5, усиленный искусственным интеллектом и глубоким анализом исторических данных. Предназначен для трейдеров, которые стремятся стабильно получать прибыль, используя машинное обучение и адаптивную логику, подстраивающуюся под рыночные условия. Ключевые особенности: AI‑ядро: на основе свечных форм, зон волатильности и тренд‑логики. Тренирован на более чем 10 летах данных. Умная ст
Automated Report Generator for the Spanish Treasury This utility allows you to generate automated reports for the Spanish treasury with several advantages: A detailed report is generated in an HTML file in the MetaTrader 5 base directory. This report includes all operations individually. For accounts nominated in another currency, the report will automatically generate a profit column in euros using the same broker data. Profits in other currencies will be accounted for as indicated by the Spa
Make grid trading safe again | Built by a grid trader >> for grid traders.     Walkthrough Video  <==   Get Grid Rescue up and running in 5 minutes   This is MT5 version, click  here  for  BlueSwift GridRescue MT4     (settings and logics are same in both versions)   BlueSwift Grid Rescue   MT5    is a risk management   utility  MT5 EA  (used together with other grid trading experts) that can help you trade aggressive grid / averaging / martingale systems with manageable drawdown, therefore
Flow – Hotkey Tool for Discretionary Traders Take full control of MT5 with your keyboard and mouse. Flow is a powerful hotkey-based assistant designed specifically for discretionary traders who want to place orders, draw tools, and operate charts with speed and precision. No more right-click menus or wasting time. Just trade. Key Features Order Execution Place pending Buy/Sell orders (limit or stop) instantly with just a mouse click. Stop Loss and Take Profit lines are automatically attac
This tool is used to generate a K - line reflection chart of a currency pair for foreign exchange transactions. For example, if the currency pair is EURUSD, a custom currency pair named EURUSD_ref is generated and a chart for that currency pair is opened. The price of a custom pair of currency is the inverse of the price of the original pair, which is the equivalent of a new pair of currency, the USDEUR. The usage is simple, put it on any chart, the new chart will open, and then draw the corr
Утилита для ручной торговли с помощью "горячих клавиш". Позволяет моментально реагировать на текущую ситуацию на рынке. "Горячие клавиши" можно назначить на открытие/закрытие позиций по типу, открытие/закрытие всех позиций на текущем графике и удаление всех ордеров на текущем графике. Также можно задать "горячие клавиши" на пять предопределенных торговых объемов и переключаться между ними в зависимости от ситуации без необходимости периодически менять объем вручную. Также возможно задать автомат
Crash5 EA ,I s a automatic robot that has the level of professional decision when to take a trade without any emotion. The bot will help in your scalping decision making with its own TP (take profit) and SL (stop loss) with the trail stop when in profit. This is a trend based spike catching ,looking on whats happening in real time charts no repainting of any signals. The robot helps in making decisions on the candle stick pattern opened and closed lat price with the help of RSI ,MACD and the EMA
IMPORTANT: After purchasing this product, please send me a private message to receive the installation guide, setup instructions, and direct product support. ZyloFx Partial Close Manager is a professional trade management Expert Advisor for MetaTrader 5, designed to help traders manage open positions with automatic partial closes and optional break-even protection. This EA does not open trades automatically. Its main purpose is to manage existing positions according to the user’s selected sett
Telegram Utility EA связывается с любым частным/общедоступным ботом и может помочь вам: Мгновенное закрытие всех ордеров по команде. Команда кодируется вашим персональным паролем, который знаете только вы. Бот Telegram сообщит вам, когда все ордера будут закрыты, и даже приостановит все другие работающие советники в вашем терминале MT5. Приостановите/Возобновите любые другие советники, работающие в Терминале, одним щелчком мыши! Отчет об экспортной торговле в пипсовой или денежной форме. Отправ
Inverted_Chart_EA Utility Expert Advisor Inverted_Chart_EA creates and maintains a mirror-inverted chart of any symbol and timeframe. It automatically generates a custom instrument (e.g. US30_INV ) and keeps its price history updated in real time, with bars mirrored around a chosen pivot. This utility gives traders a new way to analyze the market from a different perspective by flipping the chart upside down. Why use an inverted chart? Highlight hidden patterns – price formations that look ordin
AnaliTick
Aleksandr Prozorov
AnaliTIck – программа анализа и тестирования финансовых инструментов на платформе Metatrader 5. Объектом анализа является последовательность изменения цен Bid и Ask – тиков. Программа может быть полезна разработчикам скальперских советников и стратегий, тем, кто работает на новостях.   При загрузке программы заполняется массив тиков по финансовому инструменту,   на график которого установлена программа, за текущий период. Анализируемый период – 4 торговых дня. На этом периоде определяются и
Мои продукты:   https://www.mql5.com/ru/users/astra077/seller В линейке продуктов: Candlestick Pattern Detector   — бесплатная базовая версия. Candlestick Patterns Standard   — платная версия для одного графика с расширенными паттернами и фильтрами:    https://www.mql5.com/ru/market/product/174530 Japanese Candlestick Patterns Pro MT5   — профессиональная версия для одного графика со сводной таблицей :  https://www.mql5.com/ru/market/product/173411 Multi-Currency Candlestick Pattern Scanner  
HAS RSI Signal — Профессиональный трендовый индикатор с расчетом SL/TP HAS RSI Signal — это мощный торговый инструмент, объединяющий проверенную классику и современные алгоритмы фильтрации шума. Индикатор анализирует рынок через призму сглаженных свечей Heiken Ashi и осциллятора RSI, предоставляя трейдеру четкие сигналы на вход в моменты разворота тренда или выхода из зон перекупленности/перепроданности. Основные преимущества: Двойная фильтрация: Использование Heiken Ashi Smoothed позволяет искл
️ EquityShield is your automated risk management guardian for MetaTrader 5. If you've ever exceeded your daily loss limit, struggled to enforce your own trading rules during volatile markets, or wanted to automatically lock in profits when you hit your targets, EquityShield is built for you. This is not a trading strategy - it's a safety system that watches your account 24/7, automatically closes positions when your risk limits are breached, and helps you maintain consistent trading discipline
Trading Utility for Forex Currency Pairs Only not for Gold  Functions Auto Lot Calculation based on Risk Auto stoploss  Auto TakeProfit Breakeven Auto Close Half % Close in percentage with respect to the PIPs Pending Orders BuyLimit Sell Limit with distances BuyStop Sell Stop    with distances Trading Informations Risk in percentage For Multiple trades Combine Takeprofit and Combine Stoplosses
LotCalculatorPro
Reynaldo Jr Audencial Pascual
LotCalculatorPro + Smart Trading Panel LotCalculatorPro — это мощный универсальный торговый помощник, разработанный для упрощения управления рисками, расчёта размера лота и выполнения сделок прямо с графика. Этот инструмент помогает трейдерам контролировать риск, рассчитывать точный размер лота и автоматически управлять сделками благодаря таким интеллектуальным функциям, как Break-Even, частичное закрытие позиций и защита дневной прибыли/убытков . Идеально подходит для форекс-трейдеров, проп-тре
Tick Volume Chart - уникальный инструмент для создания графиков на основе тиковых объёмов в MetaTrader 5 . С помощью Tick Volume Chart вы можете строить графики, где каждая свеча формируется не по времени, а по заданному количеству тиков. Это дает вам идеальную точность анализа рыночной активности, недоступную на стандартных временных графиках. Вы можете использовать любые индикаторы и советники с поддержкой пользовательских символов. Работать с полученными графиками так же удобно, как и со стан
XauG0D Assistant
Darell Valiente Taganas
XauG0D Assistant – Smart Trading Panel for XAUUSD (MT5) XauG0D Assistant is a powerful and modern trading panel designed for MetaTrader 5, built specifically for XAUUSD traders who want speed, precision, and full control. It transforms your chart into a complete trading command center, combining manual execution with smart automation. This EA allows you to execute trades instantly, manage risk efficiently, and monitor your performance in real-time — all from a sleek and intuitive interface. Key
TradePilotmt5
Hossein Khalil Alishir
TradePilot Expert Advisor (EA) for MetaTrader 5 TradePilot is a professional and user-friendly Expert Advisor (EA) for MetaTrader 5 (MT5) . It simplifies automated trading , risk management , and trade execution with a smart trading panel . Perfect for beginners and experienced traders looking for a reliable trade manager EA with automated lot size calculation and smart position management. Key Advantages User-Friendly Trading Panel: Customizable panel with buttons and hotkeys for fast ex
С этим продуктом покупают
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (211)
Помогает рассчитать риск на сделку, простая установка нового ордера с помощью линий, управление ордерами с функциями частичного закрытия, 7 типов трейлинг-стопа и другие полезные функции. Дополнительные материалы и инструкции Инструкция по установке - Инструкция к приложению - Пробная версия приложения для демо счета Функция Линии   - отображает на графике линию открытия, стоп-лосс, тейк-профит. С помощью этой функции легко установить новый ордер и увидеть его дополнительные характеристики пе
Добро пожаловать в Trade Manager EA — лучший инструмент для управления рисками, предназначенный для упрощения, точности и эффективности торговли. Это не просто инструмент для размещения ордеров; это комплексное решение для удобного планирования торгов, управления позициями и усиленного контроля над рисками. Независимо от того, начинающий вы трейдер, опытный специалист или скальпер, нуждающийся в быстром исполнении, Trade Manager EA адаптируется к вашим потребностям и работает с любыми активами:
Бета-версия Telegram to MT5 Signal Trader почти готов к официальному альфа-релизу. Некоторые функции все еще находятся в разработке, и вы можете столкнуться с небольшими ошибками. Если вы заметите проблемы, пожалуйста, сообщите о них, ваша обратная связь помогает улучшать программное обеспечение для всех. Telegram to MT5 Signal Trader — мощный инструмент, который автоматически копирует торговые сигналы из каналов и групп Telegram прямо в ваш счёт MetaTrader 5 . Поддерживаются как публичные, так
TradePanel MT5
Alfiya Fazylova
4.87 (155)
Trade Panel — это многофункциональный торговый помощник. Приложение содержит более 50 торговых функций для ручной торговли и позволяет автоматизировать большинство торговых операций. Перед покупкой вы можете протестировать демоверсию на демо-счете. Скачать пробную версию приложения для демонстрационного аккаунта: https://www.mql5.com/ru/blogs/post/750864 . Полная инструкция здесь . Торговля. Позволяет совершать торговые операции в один клик: Открыть отложенные ордера и позиции с автоматическим р
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
Quant AI Agents is NOT AN Expert Advisor. Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. Other brokers can only achieve trading performance equivalent to 60
Power Candles Strategy Scanner — самооптимизирующийся инструмент для поиска настроек по нескольким инструментам Power Candles Strategy Scanner использует тот же самооптимизирующийся движок, что и индикатор Power Candles — для всех символов в вашем Market Watch, одновременно. На одной панели отображается информация о том, какие символы в данный момент являются статистически торгуемыми, какая стратегия выигрывает на каждом из них, оптимальная пара Stop Loss / Take Profit, а также отправляется увед
MT5 to Telegram Signal Provider — это простой в использовании полностью настраиваемый инструмент, который позволяет отправлять определённые сигналы в чат, канал или группу Telegram, превращая вашу учётную запись в провайдера сигналов . В отличие от большинства конкурирующих продуктов, он не использует импорт DLL. [ Демо ]   [ Руководство ] [ Версия MT4 ] [ Версия для Discord ] [ Канал в Telegram ]  New: [ Telegram To MT5 ] Настройка Доступно пошаговое руководство пользователя . Никаких знаний A
ManHedger MT5
Peter Mueller
4.83 (6)
THIS EA IS A SEMI-AUTO EA, IT NEEDS USER INPUT. Manual & Test Version Please TEST this product before BUYING  and watch my video about it. The price of the ManHedger will increase to 250$ after 20 copies sold. Contact me for user support or bug reports or if you want the MT4 version! MT4 Version  I do not guarantee any profits or financial success using this EA. With this Expert Advisor, you can: Implement your own Zone Recovery strategy to capitalize on trending markets. Create Grid trading s
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.28 (29)
Trade Manager, который поможет вам быстро входить и выходить из сделок, автоматически рассчитывая риск. Включает функции, которые помогут предотвратить чрезмерную торговлю, торговлю из мести и эмоциональную торговлю. Сделками можно управлять автоматически, а показатели эффективности счета можно визуализировать в виде графика. Эти функции делают эту панель идеальной для всех трейдеров, занимающихся ручной торговлей, и помогают улучшить платформу MetaTrader 5. Многоязычная поддержка. Версия для МТ
YuClusters
Yury Kulikov
4.93 (43)
Внимание: Ознакомиться с работой программы можно с помощью бесплатной версии  YuClusters DEMO . YuClusters это профессиональная система анализа рынка. Для трейдера открываются уникальные возможности анализа потока ордеров, объемов торговли, движения цены используя различные графики, профили, индикаторы, графические объекты. YuClusters оперирует данными на основе ленты сделок или тиковой информации, в зависимости от того, что доступно в котировках финансового инструмента.  YuClusters позволяет с
Прежде чем покупать EA, проверьте, действительно ли он держится, или ему просто повезло в бэктесте. Большинство роботов продаются с красивым бэктестом. Растущая кривая доходности. Хороший profit factor. Почти никаких сомнений. И всё же многие такие EA разваливаются, как только рынок перестаёт двигаться так, как в этом историческом участке. Почему? Потому что бэктест доказывает только одно: что эта стратегия сработала на одном конкретном ценовом пути. Он не доказывает, что система выдержит другие
Signal TradingView to MT5 Pro Automator Мгновенное профессиональное исполнение между TradingView и MetaTrader 5 Автоматизируйте свою торговую стратегию с помощью самого надежного моста связи между алертами TradingView и реальным исполнением в MT5. Разработанный для трейдеров, которым требуются скорость, гибкость и безупречное управление рисками, этот советник (Expert Advisor) превращает любое сообщение с алертом в точный рыночный или лимитный ордер. ПРЕИМУЩЕСТВА И СИЛЬНЫЕ СТОРОНЫ Универсальный д
Footprint Chart Pro — Professional OrderFlow EA for MetaTrader 5 Version 6.34 | Professional tool for real traders | Institutional-Grade Visualization DEMO USERS - PLEASE SELECT EVERY TICK / REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROLLED OVER PERIOD.
Это визуальная торговая панель, которая помогает вам легко размещать сделки и управлять ими, избегая человеческих ошибок и повышая вашу торговую активность. Он сочетает в себе простой в использовании визуальный интерфейс с надежным подходом к управлению рисками и положением [ Руководство по установке | Руководство по обновлению | Устранение неполадок | FAQ | Все продукты ] Удивительно простой в использовании Торгуйте легко с графика Торгуйте с точным управлением рисками, без проблем Сохранение
Prop Firm Os
Gayathiri Gopalakrishnan
PROP FIRM OS Structured Trading Assistant for MetaTrader 5 PROP FIRM OS is a structured trading assistant designed for MetaTrader 5 users who prefer rule-based market analysis and organized trading workflows. The Expert Advisor combines market analysis tools, scanner functions, dashboard monitoring, alerts, risk-control settings, and trade management features inside one system. PROP FIRM OS is designed to help traders follow selected rules, filters, and monitoring conditions during trading activ
MT5 Trading Deck
Manuel Michiels
5 (2)
One button. One trade. MT5 Trading Deck is a hotkey trading panel for MetaTrader 5 that turns the platform into a keyboard-driven execution cockpit. Stop loss, take profit and lot size are pre-calculated for every key; the moment you press, a market order is live on the broker. A complete technical user manual is attached in the product Comments section. It documents every input parameter, the full hotkey map, the recommended Stream Deck XL layout, and the advanced workflows for Pre-Limit orders
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. !!!!!it is not compatible with Cloud!!!! For the online version please reach out to me directly****** Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automatically analyzes your MT5 trading history across all Expert Advisors and generates
Помощник: Trade Assistant-MT4 (нажмите, чтобы загрузить) Trade Assistant-MT5 (нажмите, чтобы загрузить) Пожалуйста, внимательно прочтите инструкцию по эксплуатации. Основные сведения: Быстрое открытие и закрытие позиций, открытие и закрытие позиций одним щелчком мыши, размещение ордеров одним щелчком мыши. Торговля по линии розыгрыша Авто sl/tp Близлежащие символы Прибыль защищена Move SL Protect Трейлинг SL Контроль рисков учетной записи Тень Ордена Автоматическое добавление заказов Автом
The product is used to trade base on any Alert signal in MT5 Easy to setup, simple format with custom keyword All option to management orders as trailing stop, breakeen, partial close, time filter, news filter ... Option to auto open grid orders How to setup and guide: Let read all details about setup and download indicator for auto get   Alert Signal   here Do not buy if you even can not install demo EA to your VPS ( some VPS block download EA from mql5 market) We always bring customers high q
Telegram To MT5 Receiver
Levi Dane Benjamin
4.31 (16)
Копируйте сигналы из любого канала, участником которого вы являетесь (в том числе частного и ограниченного), прямо на свой MT5. Этот инструмент был разработан с учетом потребностей пользователей и предлагает множество функций, необходимых для управления и мониторинга сделок. Этот продукт представлен в простом в использовании и визуально привлекательном графическом интерфейсе. Настройте свои параметры и начните использовать продукт в течение нескольких минут! Руководство пользователя + Демо  |
Custom Alerts AIO: Универсальный сканер рынка — Без настройки Обзор Custom Alerts AIO — это самый быстрый и простой способ отслеживать рыночные сигналы в реальном времени на множестве инструментов без дополнительной настройки и без необходимости покупать другие продукты. В состав входят все необходимые индикаторы от Stein Investments, что делает этот инструмент идеальным решением «всё в одном» для трейдеров, ценящих простоту и эффективность. Просто установите на график и сразу получайте сигнал
TradeMirror — это локальное программное обеспечение для копирования сделок, разработанное для платформ MT4/MT5 с поддержкой синхронизации операций в реальном времени. Преимущества продукта Соответствуя высоким стандартам безопасности, стабильности и конфиденциальности для финансового ПО, мы оптимизировали три ключевых аспекта: Интуитивно понятный графический интерфейс для удобного управления Усиленная защита конфиденциальности для изоляции чувствительных данных в финансовых сценариях Синхронизац
FUTURES ORDERFLOW FOOTPRINT CHART Professional OrderFlow EA for MetaTrader 5 Version 1.01| Professional tool for real traders | Institutional-Grade Visualization STRATEGY TESTER USERS - PLEASE SELECT EVERY REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROL
AlgoRadar
Stephen J Martret
5 (4)
AlgoRadar is an on-chart analytics dashboard for MT5 that aggregates Expert Advisor performance across multiple accounts, brokers, and platforms, including both MT4 and MT5 data, into a single live view on your MT5 chart. All analysis runs from the chart interface, with no external applications or manual report processing required. EA Analysis and Ranking For traders running multiple Expert Advisors, AlgoRadar provides a consolidated view of each EA's performance across accounts. Active EAs a
Local Trade Copier EA — это решение для индивидуальных трейдеров или менеджеров по работе с клиентами, которым необходимо выполнять торговые сигналы из внешних источников или которым необходимо управлять несколькими счетами одновременно, без необходимости использования МАМ или ПАММ-счета. Он копирует до 8 основных учетных записей на неограниченное количество подчиненных учетных записей. [ Руководство по установке | Руководство по обновлению | Устранение неполадок | Часто задаваемые вопросы | Вс
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – Всё-в-одном для умного и простого трейдинга Обзор Представьте, что вы можете просканировать весь рынок — Форекс, золото, криптовалюты, индексы и даже акции — всего за несколько секунд, без ручного просмотра графиков, сложной установки или настройки индикаторов. EASY Insight AIO — это ваш идеальный инструмент экспорта для трейдинга с поддержкой искусственного интеллекта. Он предоставляет полный снимок рынка в одном аккуратном CSV-файле — готовом к мгновенному анализу в ChatGP
Суть: используя юзер-интерфейс вы настраиваете параметры, которым должен соответствовать график до входа в позицию(позиции), настраиваете какие входные модели использовать, настраиваете правила по которым надо завершать торговлю и планирование. А всю рутину по наблюдению за графиком и исполнению Lazy Trader берет на себя. полное описание  :: 3 ключевых видео [1] -> [2] -> [3]  :: [ ДЕМО-ВЕРСИЯ ] Что он умеет? - Понимает структуру рынка по Ларри Вильямсу - Понимает Swing-структуру рынка по Майк
Trade Manager DashPlus
Henry Lyubomir Wallace
5 (13)
DashPlus – это продвинутое средство для управления торговлей, разработанное для повышения эффективности и результативности торговли на платформе MetaTrader 5. Оно предлагает широкий набор функций, включая расчет рисков, управление ордерами, продвинутые системы сеток, инструменты на основе графиков и аналитику производительности. Основные функции Восстановительная Сетка Внедряет систему усреднения и гибкую сетку для управления сделками в неблагоприятных рыночных условиях. Позволяет стратегически
Другие продукты этого автора
Trading Reporter Dashboard MT5
Juergen Marcus Wolfgang Rosswinkel
5 (1)
Trading Reporter — Visual Performance Dashboard for MT5 A complete account performance dashboard rendered directly on your MT5 chart — no browser, no external tool, no subscription. Attach it once, resize it to fit your screen, and every key metric updates automatically on each new bar — configurable via InpRefreshBars. Free. No limitations. No trial period. Full source transparency.
FREE
Enhanced Telegram Position Tracker MT5
Juergen Marcus Wolfgang Rosswinkel
Enhanced Telegram Position Tracker — Real-Time Trade Monitoring & Reporting for MT5 The most complete Telegram reporting solution for MetaTrader 5. Every trade, every update, every alert — delivered instantly to your Telegram channel, group, and forum topics. No missed closures, no duplicates, no spam.
Chart Order Trade Manager MT5
Juergen Marcus Wolfgang Rosswinkel
Enhanced Trade Manager Professional Order & Position Management Panel for MetaTrader 5 OVERVIEW Trade Manager is a professional order and position management panel for MetaTrader 5. It significantly simplifies manual order entry, automatically calculates lot size, Stop Loss and Take Profit based on the configured risk budget, and displays all relevant parameters clear
Telegram Trading Reporter MT5
Juergen Marcus Wolfgang Rosswinkel
Telegram Trading Reporter Automated Performance Reports & Chart Delivery for MetaTrader 5 OVERVIEW The Telegram Trading Reporter is a pure analysis and reporting Expert Advisor for MetaTrader 5. It does not open, close, or modify any positions. Instead, it analyzes your account's trading history, generates structured performance reports, and delivers them automatical
MT5 to Telegram Informer
Juergen Marcus Wolfgang Rosswinkel
MT5 to Telegram Signal Provider Real-Time Trade Notifications for MetaTrader 5 OVERVIEW MT5 to Telegram Signal Provider is a utility Expert Advisor for MetaTrader 5 that automatically sends trade notifications to one or more Telegram chats or channels. Every trade event on the account is captured and delivered as a formatted message in real time. The EA runs on any
Фильтр:
Нет отзывов
Ответ на отзыв