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

추천 제품
Risk Manager Custom Version for MetaTrader 5 Risk Manager is a professional risk-control utility for MT5. It does not open trades by itself and does not generate trading signals. The tool is designed to monitor already opened positions and help the trader control risk, position size, stop loss, take profit, and trading restrictions. Main features: Individual Max Lot for selected symbols — set a separate maximum lot for up to 5 instruments. For example: EURUSD = 1.2 lot, XAGUSD = 0.1 lot. All
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
# Universal Smart Manual Trade Manager MT5 v1.00 ## What the EA does Universal Smart Manual Trade Manager MT5 is a protective and management Expert Advisor for manually opened trades. It does not open new entries by itself. It only adopts already open positions that pass the selected filters, and can add missing SL/TP, manage break-even, profit lock, ATR trailing, send Telegram notifications, and display status information on the chart. The default setup is intentionally safe: the EA manages
CosmiCLab FIBO
Kirils Subins
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
Atlas Risk Radar MT5 Atlas Risk Radar MT5   is a professional risk dashboard and account protection utility for MetaTrader 5. It monitors open positions and pending orders directly on the chart and helps you see where risk is building up before it becomes a problem. Atlas Risk Radar is not a trading robot and not a signal indicator. It is a visual risk management tool for Forex traders, CFD traders, prop firm traders, scalpers, day traders, swing traders and portfolio traders who want a clear ov
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 (
You have 5 positions open on XAUUSD. Net floating is +$30 - looks fine. But look closer: 3 buys, 2 sells. The buys are carrying 0.60 lots, the sells only 0.20. One of those buys has been sitting underwater for 90 minutes. Margin level is at 390% and drifting down. Stress is building - quietly, invisibly - while the terminal just shows you a list of rows. Current price: $59 - increases by $10 after every 20 purchases until reaching the final price of $119 . Next price: $69 . Complete Buyer Kit: 4
Hisoka Trade Panel — v6.91 Description: Hisoka Trade Panel is a comprehensive on-chart trade management Expert Advisor for MetaTrader 5. It places a draggable, collapsible panel directly on your chart and lets you manage open positions — break-even locks, trailing stops, partial closes, and SL/TP modification — with one click. All risk math is dollar-based, so the same "BE 5$" button locks $5 of profit consistently across XAUUSD, BTCUSD, EURUSD or any other instrument, regardless of contract siz
Trade Assistant – Position & History Overview Streamline your trading workflow with a powerful all-in-one panel for MetaTrader 5. Trade Assistant is a professional EA panel that gives you full control over your trades — from order execution to real-time position monitoring — all within a clean, intuitive on-chart interface. Key Features One-Click Order Execution Instant   Market Orders   (Buy / Sell) with configurable Lot, SL and TP Full   Pending Order   support: Buy/Sell Limit & Buy/Se
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
SCALPING GOLD DIGGER EA Intelligent Gold Trading Robot for XAUUSD Free Demo Version =  https://c.mql5.com/6/1020/GoldDigger_DEMO96.zip Trade Gold with Confidence SCALPING GOLD DIGGER EA is an advanced Expert Advisor designed exclusively for XAUUSD (Gold) traders. Combining intelligent market analysis with adaptive trade management, it automatically identifies high-quality trading opportunities while maintaining strict risk control. Built for both beginners and experienced traders, SCALPING GOL
Prop Calculator Assistant Stop blowing Prop Firm accounts due to bad math. Let the Assistant handle the risk. Prop Calculator Assistant   is the ultimate trade management panel designed specifically for traders attempting to pass funding challenges (FTMO, etc.) or managing funded capital. It replaces mental math and manual order dragging with a precision visual interface that keeps you strictly within your rules. This is   not   an auto-trading bot that guesses the market. It is a professional  
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 – 차세대 AI로 구동되는 정밀한 트레이딩 EA AlphaGain AI는 MetaTrader 5용으로 개발된 고급 인공지능 기반 EA로, 10년 이상의 데이터를 분석하여 시장 변화에 적응하는 전략으로 정확한 진입/청산 신호를 제공합니다. 주요 특징: AI 기반 핵심 알고리즘: 캔들 패턴, 변동성 영역, 모멘텀 분석; 10년 이상의 백데이터 기반 훈련; 지능형 매수/매도 전략: SL/TP, 트레일링 스탑, 손익분기점 설정, 변동성 기반 목표가 설정; 자금 보호 기능: 최대 손실 제한, 잔고 보호, 최대 스프레드 필터, 거래 시간 제어; 완전 자동화: 수동 개입 없이 작동; ECN 환경에 최적화된 저지연 실행. 추천 설정: 거래쌍: EUR/USD 타임프레임: 15분 (M15) 최소 잔고: $100 추천 계정 유형: ECN 또는 Raw Spread 레버리지: 1:100 이상 왜 AlphaGain AI인가요? 바로 사용 가능: .ex5
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
Amazing EA for BTC
Satendra Kumar Gupta
Amazing Edge Maker EA for BTC Overview Amazing Edge Maker EA for BTC is a trend-following Expert Advisor for MetaTrader 5 designed for BTCUSD and other volatile trading instruments. It combines multiple technical indicators, volume analysis, candle confirmation, and volatility filters to identify potential trading opportunities while maintaining structured risk management and broker-compliant execution. The strategy uses multiple confirmation factors, including EMA trend direction, CCI momentum,
Strategy Tester Robustness Lab은 백테스트 결과를 판단 근거로 사용하기 전에 MT5 Strategy Tester가 제공하는 검증 자료의 품질을 점검할 수 있도록 돕습니다. 이 유틸리티는 MT5의 Common/Files 또는 MQL5/Files에 있는 HTML, HTM, CSV 형식의 Strategy Tester 보고서를 읽고, 청산된 거래의 손익 시계열을 추출한 뒤 감점 사유가 표시된 재현 가능한 견고성 점수를 계산합니다. 그런 다음 로컬 텍스트 파일 두 개를 생성합니다. 하나는 이해하기 쉬운 영어 보고서이며, 다른 하나는 입력 파일 해시, 실행 설정, 지표, 경고, 한계 및 면책 조항이 포함된 Evidence Pack입니다. 검사 항목 - 확률적 Sharpe 비율(PSR) - 최적화 패스 수와 Sharpe 비율 분산 입력값을 제공할 때 사용할 수 있는 선택적 Deflated Sharpe Ratio(DSR) - Monte Carlo 스트레스 테스트 -
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
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
Tick Volume Chart - MetaTrader 5 에서 틱 거래량 기반 차트를 생성하는 독보적인 도구입니다. Tick Volume Chart 를 사용하면 시간이 아닌 지정된 틱 수에 따라 각 캔들이 형성되는 차트를 구축할 수 있습니다. 이를 통해 표준 시간 차트에서는 얻을 수 없는 완벽한 시장 활동 분석 정밀도를 확보할 수 있습니다. 사용자 지정 심볼을 지원하는 모든 지표와 Expert Advisor를 사용할 수 있습니다. 생성된 차트는 표준 차트와 마찬가지로 편리하게 작업할 수 있습니다. 기존 도구와 달리 Tick Volume Chart 는 시간 간격이 아닌 실제 거래 강도에 기반하여 시장을 분석할 수 있게 해줍니다. Tick Volume Chart의 장점 각 바에 고정된 틱 거래량 을 가진 차트를 지원합니다. 내장된 틱 데이터베이스 덕분에 과거 데이터를 즉시 로드 합니다. 데이터가 실시간으로 업데이트되며, 일반 차트와 지연 없이 동기화 됩니다. 한 번에 여러 개의 틱 거
Telegram 유틸리티 EA는 모든 개인/공용 봇에 연결되며 다음을 수행하는 데 도움이 될 수 있습니다. 명령으로 즉시 모든 주문을 닫습니다. 명령은 사용자 정의 비밀번호로 인코딩되며 나만 알고 있습니다. Telegram 봇은 모든 주문이 마감되면 알려주고 MT5 터미널에서 실행 중인 다른 모든 EA를 일시 중지할 수도 있습니다. 단 한 번의 클릭으로 터미널에서 실행 중인 다른 EA를 일시 중지/재개하세요! 핍 형태 또는 화폐 형태로 수출 무역 보고서. 봇 또는 커뮤니티(텔레그램 채팅 그룹, 텔레그램 채널)에 매수/매도 신호를 보냅니다. 보낼 거래 유형을 수동으로 선택할 수 있습니다. 스크린샷으로 신호를 보냅니다. 차트 스크린샷은 수동으로 선택할 수도 있습니다. 명령할 때 선택한 차트에 스크린샷을 보냅니다. 모든 매개변수를 쉽게 이해하고 수정할 수 있습니다.
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
이 제품의 구매자들이 또한 구매함
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (214)
거래당 위험 계산, 라인을 사용한 손쉬운 신규 주문, 부분 청산 기능을 통한 주문 관리, 7가지 유형의 트레일링 스탑 및 기타 유용한 기능을 제공합니다. 추가 자료 및 지침 설치 지침   -   애플리케이션 지침   -   데모 계정용 애플리케이션 평가판 라인 기능       - 차트에 개시선, 손절매, 차익실현을 표시합니다. 이 기능을 사용하면 새로운 주문을 쉽게 하고 개봉 전에 추가 특성을 볼 수 있습니다. 위기 관리       -       위험 계산 기능은 설정된 위험과 손절매 주문의 크기를 고려하여 새 주문의 볼륨을 계산합니다. 이를 통해 손절매 크기를 설정하고 동시에 설정된 위험을 존중할 수 있습니다. 로트 계산 버튼 - 위험 계산을 활성화/비활성화합니다. 필요한 위험 값은 위험 필드에 0에서 100 사이의 백분율 또는 예금 통화로 설정됩니다. 설정 탭에서 위험 계산 옵션을 선택합니다. $ 통화, % 잔액, % 지분, % 자유 마진, % 사용자 정의, % AB 이전
Trade Manager EA에 오신 것을 환영합니다. 이 도구는 거래를 보다 직관적이고 정확하며 효율적으로 만들기 위해 설계된 궁극적인 리스크 관리 도구 입니다. 단순한 주문 실행 도구가 아닌, 원활한 거래 계획, 포지션 관리 및 리스크 제어를 위한 종합 솔루션입니다. 초보자부터 고급 트레이더, 빠른 실행이 필요한 스캘퍼에 이르기까지 Trade Manager EA는 외환, 지수, 상품, 암호화폐 등 다양한 시장에서 유연성을 제공합니다. Trade Manager EA를 사용하면 복잡한 계산은 이제 과거의 일이 됩니다. 시장을 분석하고 진입, 손절 및 익절 수준을 차트의 수평선으로 표시한 후 리스크를 설정하면, Trade Manager가 이상적인 포지션 크기를 즉시 계산하고 SL 및 TP 값을 실시간으로 표시합니다. 모든 거래가 간편하게 관리됩니다. 주요 기능: 포지션 크기 계산기 : 정의된 리스크에 따라 거래 크기를 즉시 결정합니다. 간단한 거래 계획 : 진입, 손절, 익절을 위한
TradePanel MT5
Alfiya Fazylova
4.88 (162)
Trade Panel은 다기능 거래 도우미입니다. 이 애플리케이션에는 50개 이상의 수동 거래 기능이 포함되어 있으며 대부분의 거래 작업을 자동화할 수 있습니다. 구매하기 전에 데모 계정에서 데모 버전을 테스트할 수 있습니다. 데모 계정용 애플리케이션 체험판 다운로드: https://www.mql5.com/en/blogs/post/750865 . 전체 지침 여기 . 거래. 한 번의 클릭으로 거래를 수행할 수 있습니다: 리스크 자동 계산과 함께 예약 주문 및 포지션 열기. 한 번의 클릭으로 여러 주문 및 포지션 열기. 주문 그리드 열기. 예약 주문 및 포지션을 그룹별로 닫기. 포지션 방향 전환 (Buy 닫기 > Sell 열기, Sell 닫기 > Buy 열기). 포지션 잠금 (부족한 포지션을 열어 Buy와 Sell 포지션의 수량을 동일하게 만들기). 모든 포지션 한 번의 클릭으로 부분적으로 닫기. 모든 포지션의 테이크 프로핏과 스톱로스를 같은 가격 수준에 설정. 모든 포지션의 스톱로스를
베타 출시 Telegram to MT5 Signal Trader 는 곧 공식 알파 버전을 출시할 예정입니다. 일부 기능은 아직 개발 중이며, 작은 버그가 발생할 수 있습니다. 문제가 있으면 꼭 보고해 주세요. 여러분의 피드백은 소프트웨어 개선에 도움이 됩니다. Telegram to MT5 Signal Trader 는 Telegram 채널 또는 그룹의 거래 신호를 자동으로 MetaTrader 5 계정으로 복사하는 강력한 도구입니다. 공개 및 비공개 채널을 모두 지원하며, 여러 신호 제공자를 여러 MT5 계정에 연결할 수 있습니다. 소프트웨어는 빠르고 안정적으로 동작하며, 복사된 거래를 완벽히 제어할 수 있습니다. 인터페이스는 깔끔하며 대시보드와 차트가 시각적으로 구성되어 있고, 직관적인 네비게이션이 가능합니다. 여러 Signal Account를 관리하고, 공급자별 설정을 세밀하게 조정하며, 모든 동작을 실시간으로 모니터링할 수 있습니다. 필수 조건 MQL의 제한으로 인해 EA는 Te
================================================================================ POC BREAKOUT - V20.72. Full Professional Grade Toolkit ================================================================================ POC Breakout is a full MetaTrader 5 trading dashboard for discretionary traders who want breakout signals, Point of Control (POC) context, volume profiles, order flow, market structure, news, alerts, and advanced trade planning in one professional workspace. Attached directly to you
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
거래 관리자는 위험을 자동으로 계산하는 동시에 거래를 빠르게 시작하고 종료하는 데 도움을 줍니다. 과잉 거래, 복수 거래 및 감정 거래를 방지하는 데 도움이 되는 기능이 포함되어 있습니다. 거래를 자동으로 관리할 수 있으며 계정 성과 지표를 그래프로 시각화할 수 있습니다. 이러한 기능은 이 패널을 모든 수동 거래자에게 이상적으로 만들고 MetaTrader 5 플랫폼을 향상시키는 데 도움이 됩니다. 다중 언어 지원. MT4 버전  |  사용자 가이드 + 데모 트레이드 매니저는 전략 테스터에서 작동하지 않습니다. 데모를 보려면 사용자 가이드로 이동하세요. 위기 관리 % 또는 $를 기준으로 위험 자동 조정 고정 로트 크기 또는 거래량과 핍을 기반으로 한 자동 로트 크기 계산을 사용하는 옵션 RR, Pips 또는 Price를 사용한 손익분기점 손실 설정 추적 중지 손실 설정 목표 달성 시 모든 거래를 자동으로 마감하는 최대 일일 손실률(%)입니다. 과도한 손실로부터 계정을 보호하고 과도한
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
파워 캔들 전략 스캐너 - 자체 최적화 다중 종목 설정 찾기 도구 파워 캔들 전략 스캐너는 마켓 워치에 등록된 모든 종목에 대해 파워 캔들 지표와 동일한 자체 최적화 엔진을 동시에 실행합니다. 하나의 패널에서 현재 통계적으로 거래 가능한 종목, 각 종목별 최적의 전략, 최적의 손절매/익절 조합을 알려주며, 새로운 신호가 발생하면 즉시 알림을 전송합니다. 이 도구는 Stein Investments 에코시스템의 일부입니다. 18개 이상의 도구와 함께 당신의 1대1 AI 트레이딩 멘토 Max.  항상 대기 중, 모든 인디케이터를 깊이 있게 이해, 무언가를 차근차근 생각해보고 싶은 순간에 도움을 줍니다.  https://stein.investments 에서 만나보세요 완벽한 시장 모니터링. 종목당 3,000건 이상의 자동 최적화. 2가지 알림 유형. 한 번의 클릭으로 차트를 전환하고 바로 거래하세요. 이 도구가 필요한 이유 대부분의 다중 종목 스캐너는 가격 변동만 보여줍니다. 티커별
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:/
Welcome to ENTRY IN THE ZONE WITH SMC MULTI TIMEFRAME Entry In The Zone with  SMC Multi Timeframe  is a professional trading indicator built on Smart Money Concepts (SMC), combining market structure analysis with a No Repaint BUY / SELL signal system in a single indicator. It helps traders understand market structure more clearly, identify key price zones, and focus on higher-quality trading opportunities. By combining Multi-Timeframe Analysis, Points of Interest (POIs), and real-time signals, t
Unlimited Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will n
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – 스마트하고 손쉬운 트레이딩을 위한 올인원 솔루션 개요 외환, 금, 암호화폐, 지수, 심지어 주식까지 — 전 시장을 몇 초 만에, 수동 차트 확인이나 복잡한 설치, 인디케이터 설정 없이 스캔할 수 있다고 상상해 보세요. EASY Insight AIO 는 AI 기반 트레이딩을 위한 궁극의 플러그 앤 플레이(Plug & Play) 데이터 내보내기 도구입니다. 단 하나의 깔끔한 CSV 파일로 전체 시장 스냅샷을 제공하며, ChatGPT, Claude, Gemini, Perplexity 등 다양한 AI 플랫폼에서 즉시 분석할 수 있습니다. 창 전환, 복잡함, 차트 오버레이는 더 이상 필요 없습니다. 자동으로 내보내지는 순수하고 구조화된 데이터 인사이트만으로, 반복적인 차트 감시 대신 데이터 기반의 스마트한 의사결정에 집중할 수 있습니다. 왜 EASY Insight AIO인가요? 진정한 올인원 • 별도의 설정, 인디케이터 설치, 차트 오버레이가 필요 없습
HINN Lazy Trader
ALGOFLOW OÜ
5 (1)
LIMITED SUMMER SALE -40% ! ONLY $470 insead of $790!  Maximum real discount! ONLY UNTIL 08/22 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? - Understand
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
EA Auditor
Stephen J Martret
5 (4)
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
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
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.
Quant AI Agents
Ho Tuan Thang
5 (1)
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
Premium Trade Manager - 코치가 내장된 트레이딩 패널 Premium Trade Manager 는 차트 안에 트레이딩 코치를 심어놓은 도구입니다. 주문을 확정하기 전에, AI 트레이딩 코치 Max가 설정된 거래를 직접 읽고 명확한 판단을 내려줍니다. 스톱이 규율 있는 접근 방식에 맞는지, 리스크 크기가 합리적인지, 고영향 뉴스 이벤트가 몇 분 후에 있는지, 프롭 펌 한도에 근접했는지. 그 아래에는 완전한 실행 엔진이 있습니다. 원클릭 리스크 기반 진입, 차트에서 드래그로 세우고 거래가 진행되는 동안에도 계속 움직일 수 있는 플랜, 최대 4단계 분할 익절, 7가지 트레일링 방식, 실시간 프롭 펌 컴플라이언스, 뉴스 가드, 그리고 자체 비용을 평가하는 스프레드까지. 결정은 당신이 내립니다. Max가 두 번째 시선으로 확인합니다. 패널이 그 이후의 모든 것을 처리합니다. 구매 전에 직접 체험해 보세요. 브라우저에서 라이브 패널을 직접 클릭해볼 수 있습니다. 구매 전에 실제
MT5 to Telegram Signal Provider 는 사용하기 쉽고 완전히 커스터마이즈 가능한 유틸리티로, 특정 신호를 Telegram의 채팅, 채널 또는 그룹으로 전송하고, 귀하의 계정을 신호 제공자 로 만듭니다. 경쟁 제품과 달리 DLL 임포트를 사용하지 않습니다. [ 데모 ] [ 매뉴얼 ] [ MT4 버전 ] [ 디스코드 버전 ] [ 텔레그램 채널 ]  New: [ Telegram To MT5 ] 설정 단계별 사용자 가이드 가 제공됩니다. 텔레그램 API에 대한 지식은 필요하지 않습니다; 개발자가 제공하는 모든 것이 필요합니다. 주요 특징 구독자에게 보낸 주문 상세 정보를 커스터마이즈할 수 있습니다. 예를 들어, 브론즈, 실버, 골드와 같은 계층 구독 모델을 만들 수 있습니다. 골드 구독에서는 모든 신호를 받습니다. id, 심볼, 또는 코멘트로 주문을 필터링할 수 있습니다. 주문이 실행된 차트의 스크린샷이 포함됩니다 보낸 스크린샷에 닫힌 주문을 그려 추가 검증을 합니다
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
"Grid Manual"은 주문 그리드 작업을 위한 거래 패널입니다. 이 유틸리티는 보편적이며 유연한 설정과 직관적인 인터페이스를 제공합니다. 그것은 손실을 평균화하는 방향뿐만 아니라 이익을 증가시키는 방향으로 주문 그리드와 함께 작동합니다. 거래자는 주문 그리드를 만들고 유지할 필요가 없으며 유틸리티에서 수행합니다. 거래자가 주문을 시작하는 것으로 충분하며 "Grid Manual"는 자동으로 그를 위한 주문 그리드를 생성하고 거래가 마감될 때까지 그와 동행할 것입니다. 전체 설명 및 데모 버전 여기 . 유틸리티의 주요 기능: 모바일 터미널을 포함하여 어떤 방식으로든 열린 주문과 함께 작동합니다. "제한" 및 "중지"의 두 가지 유형의 그리드와 함께 작동합니다. 고정 및 동적(ATR 표시기 기반)의 두 가지 유형의 그리드 간격 계산과 함께 작동합니다. 오픈 오더 그리드의 설정을 변경할 수 있습니다. 차트에서 각 주문 그리드의 손익분기점 수준을 표시합니다. 각 주문 그리드에 대한 이익
TradeMirror 은 MT4/MT5 플랫폼을 위해 특별히 설계된 현지화된 주문 복사 도구로, 실시간 거래 작업을 동기화합니다. 튜토리얼 더 많은 튜토리얼을 보려면 Trademirror 튜토리얼 링크를 클릭하세요. 제품 장점 금융 소프트웨어의 보안성, 안정성 및 개인정보 보호에 대한 높은 표준 요구사항을 기반으로, 우리는 세 가지 핵심 차원에서 심층 최적화를 수행했습니다: 직관적이고 간결한 그래픽 인터페이스로 누구나 쉽게 조작 가능 강화된 개인정보 보호 메커니즘으로 금융 환경의 민감한 데이터 격리 요구 충족 밀리초 단위의 주문 동기화로 신호 분배의 정확성과 지연 없음 보장 MT4/MT5 양 플랫폼과 완전히 호환되어 다양한 거래 환경에 원활하게 적용 지능형 시스템 모니터링과 이메일 알림을 결합하여 거래 안정성을 실시간으로 보장 핵심 기능 특성 제품은 다음과 같은 전문적인 복사 기능을 탑재하고 있습니다: 다중 계정 병렬 연결 이메일 실시간 푸시 맞춤형 로트 크기 조정 신호 필터링 메커
Trade Copier Pro MT5
Vu Trung Kien
3.67 (3)
Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTradfer accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will not be abl
My Chart Generator
Trade The Volume Waves Single Member P.C.
What if your chart adapted to the market instead of the clock?   THE PROBLEM IT SOLVES   Instead of trying to find the best indicator that fits your timeframe chart, build a chart and find the most appropriate indicator.   My Chart Generator is a MetaTrader 5 background service that builds  live, fully historical three types of custom charts :1. Range/Volume Balanced chart, 2.  Range/Volume Absorption chart and 3. Constant Volume chart from any symbol — Forex pairs, crypto, indices, commodities,
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
Signal TradingView to MT5 Pro Automator TradingView와 MetaTrader 5 간의 즉각적인 전문 실행 TradingView 알림과 MT5의 실제 실행을 연결하는 가장 강력한 커뮤니케이션 브리지로 거래 전략을 자동화하세요. 속도, 유연성 및 완벽한 위험 관리를 요구하는 트레이더를 위해 설계된 이 Expert Advisor는 모든 알림 메시지를 정확한 시장가 또는 지정가 주문으로 변환합니다. 강점 및 이점 범용 파싱 엔진(독점 기술): 모든 알림 형식에서 데이터를 자동으로 인식하고 추출할 수 있는 고급 기술입니다. 단일하고 엄격한 형식에 얽매일 필요가 없습니다. 시스템은 심볼, 액션, 가격, SL 및 TP를 자동으로 이해합니다. 실시간 실행: 지연 시간을 최소화하도록 최적화된 1초 미만의 초고속 폴링 기술. 신호 수신 후 몇 밀리초 내에 주문 실행이 이루어집니다. 기관 수준의 위험 관리: 다음 기준에 따른 자동적이고 정확한 로트(Lot) 크기 계
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 EA manager also now available when you use cloud pro and above for free!! Ultimate Extractor transforms your MetaTrader 5 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. What It Does Automa
Trade Manager DashPlus
Henry Lyubomir Wallace
4.85 (13)
DashPlus 는 MetaTrader 5 플랫폼에서 거래 효율성과 효과를 향상시키기 위해 설계된 고급 거래 관리 도구입니다. 리스크 계산, 주문 관리, 고급 그리드 시스템, 차트 기반 도구 및 성과 분석 등 포괄적인 기능을 제공합니다. 주요 기능 1. 리커버리 그리드 불리한 시장 상황에서 거래를 관리하기 위한 평균화 및 유연한 그리드 시스템을 구현합니다. 거래 회복을 최적화할 수 있도록 전략적인 진입 및 종료 포인트를 제공합니다. 2. 스택 그리드 강한 시장 움직임 동안 포지션을 추가하여 유리한 거래에서 잠재적 수익을 극대화하도록 설계되었습니다. 유리한 시장 트렌드에서 승률을 높이며 거래를 확장할 수 있도록 합니다. 3. 손익(P&L) 라인 차트에서 잠재적인 수익 및 손실 시나리오를 시각적으로 표현합니다. 설정을 조정하고 P&L 라인을 드래그하여 실행 전에 다양한 거래 결과를 평가할 수 있습니다. 4. 바스켓 모드 동일한 심볼에 여러 포지션을 단일 집계 포지션으로 결합하여 관리합니
Trader Evolution
Siarhei Vashchylka
5 (7)
" Trader Evolution " - A utility designed for traders who use wave and technical analysis in their work. One tab of the utility is capable of money management and opening orders, and the other can help in making Elliott wave and technical analysis. Manual (Be sure to read before purchasing) | Version for MT4 Advantages 1. Trading in a few clicks. Immediate and pending orders are available in the panel 2. Money management. The program automatically selects the appropriate lot size 3. Simplifies
제작자의 제품 더 보기
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. Balance and Live Drawdown update every second; trade statistics refresh on each new bar (configurable via InpRefreshBars). Free. No limitations. No trial period. F
FREE
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
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.
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
필터:
리뷰 없음
리뷰 답변