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
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Prodotti consigliati
Panic Panel MT5
Nikola Miladinovic
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 is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
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
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  Smetti di bruciare conti Prop Firm per errori di calcolo. Lascia che l’Assistente gestisca il rischio per te. Prop Calculator Assistant è la dashboard definitiva per la gestione operativa, progettata specificamente per i trader che affrontano challenge (FTMO, ecc.) o che gestiscono capitali finanziati. Sostituisce i calcoli mentali e il posizionamento manuale degli ordini con un’interfaccia visiva di precisione che ti mantiene rigorosamente entro le tue regole. Questo
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
TradeForge AlphaGain AI
Akshay Chunilal Patil
AlphaGain AI – Trading preciso con intelligenza artificiale avanzata AlphaGain AI è un Expert Advisor (EA) per MetaTrader 5 ad alte prestazioni, alimentato da AI e dati storici per generare segnali di qualità, adatti a trader che desiderano risultati costanti e automatizzati. Caratteristiche principali: Motore IA: rileva configurazioni candlestick, zone di volatilità, logica di momentum; Addestrato su oltre 10 anni di dati; Strategia dinamica di entrata/uscita: SL/TP, trailing stop, pun
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
HotKeys MT5
Alexey Valeev
This utility provides the ability to use hot keys in manual trading instantly responding to the current market situation. You can assign hot keys to open/close positions by their type, open/close all positions on the current chart and remove all orders on the current chart. You can also assign hot keys for five predefined trade volumes and switch between them if necessary with no need to change the volume manually from time to time. It is also possible to set the auto calculation of a trade volu
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
ZyloFx Partial Close Manager
Rosa Lina Martinez Jimenez
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 si collega a qualsiasi bot pubblico/privato e può aiutarti a: Chiudi tutti gli ordini istantaneamente tramite comando. Il comando è codificato con la tua password personalizzata e solo tu lo sai. Il bot di Telegram ti dirà quando tutti gli ordini sono chiusi e mette anche in pausa tutti gli altri EA in esecuzione nel tuo terminale MT5. Metti in pausa/riprendi qualsiasi altro EA in esecuzione nel Terminale con un solo clic! Esporta rapporto commerciale tramite modulo pips o
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 is a financial instrument analysis and testing program based on the Metatrader5 platform. The object of analysis is the sequence of changes in the prices of Bid and Ask - ticks. The program may be useful to developers of scalping advisers and strategies, those who work on the news. When the program is loaded, an array of ticks for the financial instrument, on the chart of which the program is installed, is filled for the current period. The analyzed period is 4 trading days. On this pe
My products:   https://www.mql5.com/ru/users/astra077/seller In the product line: Candlestick Pattern Detector   — a free basic version. Candlestick Patterns Standard   — a paid single-chart version with extended patterns and filters:  https://www.mql5.com/ru/market/product/174530 Japanese Candlestick Patterns Pro MT5   — a professional single-chart version with a summary table:  https://www.mql5.com/ru/market/product/173411 Multi-Currency Candlestick Pattern Scanner   — the ultimate version: a
HAS RSI Signal — Indicatore di Tendenza Professionale con Calcolo SL/TP HAS RSI Signal è un potente strumento di trading che combina classici intramontabili con moderni algoritmi di filtraggio del rumore. L'indicatore analizza il mercato attraverso le candele Heiken Ashi Smoothed (HAS) e l'oscillatore RSI , fornendo al trader segnali di ingresso chiari durante le inversioni di tendenza o l'uscita dalle zone di ipercomprato/ipervenduto. Vantaggi Principali: Doppio Filtraggio: L'uso di Heiken Ashi
️ 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 è un potente assistente di trading all-in-one progettato per semplificare la gestione del rischio, il calcolo della dimensione del lotto e l’esecuzione delle operazioni direttamente dal grafico. Questo strumento aiuta i trader a controllare il rischio, calcolare dimensioni di lotto precise e gestire automaticamente le operazioni grazie a funzionalità intelligenti come Break-Even, chiusura parziale e protezione del profitto/perdita giornalie
Tick Volume Chart - uno strumento unico per la creazione di grafici basati sui volumi di tick in MetaTrader 5 . Con Tick Volume Chart puoi costruire grafici in cui ogni candela si forma non in base al tempo, ma in base a un numero prestabilito di tick. Questo ti offre una precisione ideale nell'analisi dell'attività di mercato, irraggiungibile con i grafici temporali standard. Puoi utilizzare qualsiasi indicatore e Expert Advisor con supporto per simboli personalizzati. Lavorare con i grafici ot
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
The Gold Buyer
Moses Aboliwen Aduboa
Ride the Gold Trend with a Simple Buy-Only EA The  EA is a fully automated Buy-Only Expert Advisor for MetaTrader 5. It is designed to capture upward market opportunities with safe risk management and seamless execution. Why Traders Choose It: Best performance on Gold (XAUUSD) – highly liquid and trending. Buy-Only EA – focuses purely on long positions. Plug & Play setup – attach and let it trade automatically. Built-in Stop Loss & Take Profit protection. Smart one-position contro
Gli utenti di questo prodotto hanno anche acquistato
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (211)
It helps to calculate the risk per trade, the easy installation of a new order, order management with partial closing functions, trailing stop of 7 types and other useful functions. Additional materials and instructions Installation instructions - Application instructions - Trial version of the application for a demo account Line function -   shows on the chart the Opening line, Stop Loss, Take Profit. With this function it is easy to set a new order and see its additional characteristics bef
Forex Trade Manager MT5
InvestSoft
4.98 (659)
Benvenuto a Trade Manager EA, lo strumento definitivo per la gestione del rischio , progettato per rendere il trading più intuitivo, preciso ed efficiente. Non è solo uno strumento per l'esecuzione degli ordini, ma una soluzione completa per la pianificazione delle operazioni, la gestione delle posizioni e il controllo del rischio. Che tu sia un principiante, un trader avanzato o uno scalper che necessita di esecuzioni rapide, Trade Manager EA si adatta alle tue esigenze, offrendo flessibilità s
AI Agent Supervisor is NOT an Expert Advisor. AI Agent Supervisor   is a   multi-agent AI risk & portfolio supervisor   that watches every EA on your account and intervenes in real time.  WANT AN AI PORTFOLIO MANAGER WATCHING YOUR FLEET 24/7?   Run your fleet on the 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. The Supervisor r
Versione Beta Telegram to MT5 Signal Trader è quasi pronto per il rilascio ufficiale in versione alpha. Alcune funzionalità sono ancora in fase di sviluppo e potresti riscontrare piccoli bug. Se riscontri problemi, ti preghiamo di segnalarli, il tuo feedback aiuta a migliorare il software per tutti. Telegram to MT5 Signal Trader è uno strumento potente che copia automaticamente segnali di trading da canali o gruppi Telegram al tuo account MetaTrader 5 . Supporta canali pubblici e privati e cons
TradePanel MT5
Alfiya Fazylova
4.87 (156)
Trade Panel è un assistente commerciale multifunzionale. L'applicazione contiene più di 50 funzioni di trading per il trading manuale e permette di automatizzare la maggior parte delle attività commerciali. Prima dell'acquisto, è possibile testare la versione dimostrativa su un conto demo. Scaricare la versione di prova dell'applicazione per un account dimostrativo: https://www.mql5.com/it/blogs/post/762419 . Istruzioni complete qui . Commercio. Consente di effettuare operazioni di trading con u
Quant AI Agents are independent trading Expert Advisors. Instead of trading using a fixed strategy like other conventional EAs, 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 un
AntiOverfit PRO MT5
Enrique Enguix
5 (6)
Prima di comprare un EA, verifica se regge davvero oppure se in backtest è sembrato forte solo per fortuna. La maggior parte dei robot viene venduta con un backtest bello da vedere. Curva in crescita. Buon profit factor. Pochi dubbi. Eppure molti di questi EA crollano non appena il mercato smette di muoversi come in quello storico. Perché? Perché un backtest dimostra una cosa sola: che quella strategia ha funzionato su un percorso di prezzo ben preciso. Non dimostra che reggerà su percorsi diver
FarmedHedge Pair Trading Dashboard
Tanapisit Tepawarapruek
5 (3)
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:/
Power Candles Strategy Scanner - Strumento di ricerca configurazioni multi-simbolo con ottimizzazione automatica Power Candles Strategy Scanner utilizza lo stesso motore di auto-ottimizzazione che alimenta l'indicatore Power Candles, applicandolo a tutti i simboli presenti nel tuo Market Watch, uno accanto all'altro. Un unico pannello ti indica quali simboli sono statisticamente negoziabili in questo momento, quale strategia è vincente su ciascuno di essi, la coppia ottimale di Stop Loss / Take
Premium Trade Manager - Gestione dei trade rapida e disciplinata per MetaTrader 5 Premium Trade Manager è per i trader che vogliono tenere il focus sulla decisione mentre il pannello gestisce la routine: dimensionamento, piazzamento, parziali, trailing, news e limiti prop-firm, gestiti con la stessa disciplina su ogni trade. È un pannello rapido sul grafico per MetaTrader 5 che si occupa di tutto il lavoro meccanico in ogni trade. Decidi tu direzione, simbolo e momento; il pannello calcola la di
Timeless Charts
Samuel Manoel De Souza
5 (6)
Timeless Charts è un'utilità di trading completa progettata per trader professionisti. Combina tipi di grafici personalizzati come Grafici a Secondi e Renko con analisi avanzata del flusso ordini tramite Footprints , Clusters , Profili di Volume , studi VWAP e strumenti di analisi ancorata per una visione più approfondita del mercato. Il trading e la gestione delle posizioni vengono eseguiti direttamente dal grafico tramite un pannello integrato di gestione delle operazioni , mentre Market Repla
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.
Telegram To MT5 Receiver
Levi Dane Benjamin
4.31 (16)
Copia i segnali da qualsiasi canale di cui sei membro (compresi quelli privati e ristretti) direttamente sul tuo MT5.  Questo strumento è stato progettato con l'utente in mente offrendo molte funzionalità necessarie per gestire e monitorare gli scambi. Questo prodotto è presentato in un'interfaccia grafica facile da usare e visivamente accattivante. Personalizza le tue impostazioni e inizia ad utilizzare il prodotto in pochi minuti! Guida per l'utente + Demo  | Versione MT4 | Versione Discord
Telegram to mt5 pro
Janet Abu Khalil
3.67 (3)
Telegram to MT5 Pro — Advanced Telegram Signal Copier with Auto-Fix, Multi-TP, Risk Control and Full Trade Management Telegram to MT5 Pro — Copiatore di segnali Telegram professionale Telegram to MT5 Pro è un copiatore di trading ad alte prestazioni che esegue automaticamente i segnali da Telegram direttamente nel tuo account MetaTrader 5, con pieno controllo su rischio, esecuzione e gestione del trading. Il sistema è composto da due componenti: • L’Expert Advisor (EA) che gira all’interno di M
MT5 to Telegram Signal Provider è un'utilità facile da usare e completamente personalizzabile che consente l'invio di segnali specificati a una chat, canale o gruppo Telegram, rendendo il tuo account un fornitore di segnali. A differenza della maggior parte dei prodotti concorrenti, non utilizza importazioni DLL. [ Dimostrativo ] [ Manuale ] [ Versione MT4 ] [ Versione Discord ] [ Canale Telegram ]  New: [ Telegram To MT5 ] Configurazione Una guida utente passo-passo è disponibile. Nessuna cono
Prop Firm Os
Gayathiri Gopalakrishnan
5 (1)
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
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
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
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
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
Signal Trading View to MT5 Pro
Mirel Daniel Gheonu
4 (1)
Signal TradingView to MT5 Pro Automator Esecuzione professionale istantanea tra TradingView e MetaTrader 5 Automatizza la tua strategia di trading con il ponte di comunicazione più robusto tra gli alert di TradingView e l'esecuzione reale in MT5. Progettato per i trader che richiedono velocità, flessibilità e una gestione del rischio impeccabile, questo Expert Advisor trasforma qualsiasi messaggio di avviso in un preciso ordine a mercato o limite. PUNTI DI FORZA E VANTAGGI Motore di Parsing Univ
Trade Manager DaneTrades
Levi Dane Benjamin
4.28 (29)
Trade Manager per aiutarti a entrare e uscire rapidamente dalle operazioni calcolando automaticamente il tuo rischio. Incluse funzionalità che ti aiutano a prevenire l'eccessivo trading, il vendetta trading e il trading emotivo. Le operazioni possono essere gestite automaticamente e i parametri di performance del conto possono essere visualizzati in un grafico. Queste caratteristiche rendono questo pannello ideale per tutti i trader manuali e aiuta a migliorare la piattaforma MetaTrader 5. Suppo
Take a Break MT5
Eric Emmrich
4.75 (24)
News filter, equity guard & session control for all your EAs — one tool, full protection Take a Break has evolved from a basic news filter into a comprehensive account protection solution . It pauses your other Expert Advisors during news events or based on custom filters. When trading resumes, it automatically restores your entire chart setup , including all EA settings. New in v10: an integrated AI Trade Assessment evaluates each new trade entry directly on your chart — a second pair of eyes t
Prop Guardian Risk Manager MT5 – Daily and Overall Drawdown Protection for Prop Firm Traders Prop Guardian Risk Manager is a professional risk-control utility for MetaTrader 5, created for traders who operate under prop firm rules. It does not open trades and does not implement any trading strategy. Instead, it runs in the background, monitors your account risk and can automatically block trading or close exposure when your own limits are reached. Use it as a safety layer on top of your manual t
Ultimate Extractor
Clifton Creath
5 (8)
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
Custom Alerts AIO: Monitora tutti i mercati — senza alcuna configurazione Panoramica Custom Alerts AIO è una soluzione di monitoraggio dei mercati pronta all’uso che non richiede alcuna configurazione. Tutti gli indicatori necessari — FX Power, FX Volume, FX Dynamic, FX Levels, IX Power — sono integrati internamente. Non vengono mostrati grafici, rendendolo ideale per generare alert in tempo reale in modo discreto ed efficiente. Supporta tutte le classi di asset offerte dal tuo broker: Forex,
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
HINN Lazy Trader
ALGOFLOW OÜ
5 (2)
The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understands Larry Williams market structure - Understands swing market structure by Michael Huddleston
EA Auditor
Stephen J Martret
5 (2)
EA Auditor is an independent analysis tool for traders evaluating Expert Advisors and trading signals on MetaTrader 5. It audits backtest reports, reviews posted developer signals, and cross-verifies the two against each other to help traders assess strategies before committing capital. The MQL5 market offers a wide range of Expert Advisors from many developers, with varying approaches, quality, and transparency. EA Auditor provides a consistent, data-driven framework for reviewing them, answer
Bots Builder Pro MT5
Andrey Barinov
4.17 (6)
This is exactly what the name says. Visual strategy builder . One of a kind. Turn your trading strategies and ideas into Expert Advisors without writing single line of code. Generate mql source code files with a few clicks and get your fully functional Expert Advisors, which are ready for live execution, strategy tester and cloud optimization. There are very few options for those who have no programming skills and can not create their trading solutions in the MQL language. Now, with Bots Builde
Altri dall’autore
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
Filtro:
Nessuna recensione
Rispondi alla recensione