Position Closure Management MT5

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

MASTER SWITCH

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

HEDGE CLOSING

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

DAILY PROFIT / LOSS LIMITS

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

ANTI-LOOP PROTECTION

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

CROSS-SYMBOL & SINGLE POSITIONS

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

TRADING DAY FILTER

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

ROLLOVER PROTECTION

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

SPREAD FILTER

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

TIME-BASED CLOSING

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

PANIC BUTTONS

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

INFO PANEL

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

POSITION MARKERS

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

VPS recommended

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

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

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

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

MORE TOOLS FROM fi.con INVESTMENT GROUP

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

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

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

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

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


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

おすすめのプロダクト
Panic Panel is a professional manual trade management tool for MetaTrader 5. It allows traders to control open positions quickly and safely directly from the chart. Main Features: - Symbol-specific position control - One-click Break Even - Manual Stop Loss step adjustment - Partial close: 25% / 50% / 75% - Net profit, position count and volume display - Independent per chart operation The panel works only on the active symbol and does not affect other instruments. This tool does NOT open tr
Short Description Swing Timing Breakout EA is a smart Expert Advisor for MetaTrader 5 that combines trend filtering, momentum timing, and dynamic risk management to capture high-probability swing and breakout opportunities. Full Description Swing Timing Breakout EA is a professional trading robot designed for MetaTrader 5, suitable for traders who want a balance between automation, control, and disciplined risk management. This EA uses a trend-following and momentum confirmation approach ,
Telegram Group: Find the link in my profile   4 days to pass MyForexFunds phase 1 evaluation.( see screenshot below )   HERE is a FREE file  for use in a LIVE DEMO account. Welcome. Virtual Trendline Scalper is a scalping machine (trades quite often) that uses virtual trades in virtual trendlines before it opens a real one in decent to perfect places. IMPORTANT:Due to huge amount of variables that are used in the code of the EA and the many drawings in the chart,the EA's code became ver
CosmiCLab SMC FIBO CosmiCLab SMC FIBO 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
CCI FIXED DUALとは何か CCI FIXED DUALは、プロフェッショナル向けのTrend Direction Filterであり、次の要素を正確に識別するために設計されています。 市場の支配的な方向 値動きの構造的な質 メイントレンドと加速局面との一貫性 これは直接的なエントリー指標ではありません。 これはクラシックなオシレーターではありません。 これはコンテキストツールであり、トレーダーがいつ取引すべきか、そしていつ取引すべきでないかを判断するのを助け、市場のノイズと解釈ミスを大幅に減らすために設計されています。 CCI FIXED DUALの基本哲学 CCI FIXED DUALが基づいている原則はシンプルですが非常に強力です。 シグナルは、市場構造と一貫している場合にのみ価値を持ちます。 この理由から、このインジケーターは 単一の値を使用しません 価格に衝動的に反応しません 無理に反転ポイントを探しません その代わりに、次の要素に基づいて階層的なトレンドの読みを構築します。 Typical Price上のCCI 異なる速度のLWMA移動平均 短期 中期 長期の動的
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
以下是为您翻译的日语版本。为了符合日本交易者的使用习惯,我使用了专业且简洁的表达方式,并特别强调了“纪律性”和“精准度”。 同时也考虑到了您将来要加入的“日损限额进度条”和“圆角UI”设计,文字风格偏向现代与高端感。 Prop Calculator Assistant  計算ミスによるプロップファーム口座の失格をゼロに。リスク管理は「アシスタント」に任せましょう。 Prop Calculator Assistant は、FTMOやなどのチャレンジ合格を目指すトレーダーや、プロップ口座を運用するプロトレーダーのために設計された究極のトレード管理パネルです。暗算や手動での注文修正を排除し、独自のビジュアル・インターフェースによって、あなたのルールを厳格に守り抜きます。 これは、相場を予想する自動売買(EA)ではありません。精度を追求する裁量トレーダーのためのプロ仕様**「コックピット」**です。あなたがセットアップを決めれば、アシスタントが瞬時にロット数を計算し、発注からエグジットまでを自動で管理します。 ️ プロップトレーダーに選ばれる理由 ロット計算のミスを完全排除: チャート上の
Basket trading /Basket  SL TP  Automatic SL TP Calculation   This utility will calculate SL and TP based on 2 input parameters  PerUnitTP -This means what is per .01 TP like 1 $ per .01 Lot. SLToTP_Ratio-This what is ration SL to TP if this parameter is 3 that means if TP is 1 $ then SL will be 2$ (per .01 Lot) so if total portfolio summing to .05 lot that that means TP will be automatically become 5 $ and SL become 10 $. This is very good utility when you want set SL TP for many open trade
There is Demo version of this panel Dashboard Symphonie Trader System MT5 Demo in my product list, please try it out to get familiar with all functionalities for free. Free version: LINK MT4 version: LINK  This system basically utilizes Symphonie Indicator Set (Extreme, Emotion, Trend, and Sentiment) as the core indicators to generate trading signal mainly on time-frame M15. The signal will be further filtered and trimmed by 1) M5 and M15 Stochastic; 2) EMA5 and PA To facilitate you to understan
AlphaGain AI – 次世代AIによるエリートトレーディング精度 AlphaGain AIは、MetaTrader 5向けに設計された高性能エキスパートアドバイザー(EA)で、AIと過去10年以上のデータを活用し、マーケット環境に応じた自動適応戦略で正確なシグナルを提供します。 主な特徴: AIコア:ローソク足パターン、ボラティリティゾーン、モメンタムロジックを解析; 10年以上のヒストリカルデータで学習; 高度なエントリー/エグジットロジック:SL/TP、トレーリングストップ、ブレイクイーブン、ボラティリティに応じたTP; 資金保護:ドローダウン制限、エクイティガード、最大スプレッドフィルター、取引時間制限; 完全自動運用:人間の介入不要; 低レイテンシー対応:ECN環境に最適化。 推奨設定: 通貨ペア:EUR/USD 時間足:15分(M15) 最低残高:100ドル アカウントタイプ:ECNまたはRaw Spread レバレッジ:1:100以上 AlphaGain AIを選ぶ理由: 簡単導入:.ex5ファイル、.set設定、PDFガイド付属;
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
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
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 は、任意のプライベート/パブリック ボットにリンクし、次のことを支援します。 コマンドですべての注文を即座にクローズします。 コマンドはカスタム パスワードでエンコードされ、あなただけが知っています。 電報ボットは、すべての注文が閉じられたときに通知し、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 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 — SL/TP自動計算機能付き プロフェッショナル・トレンドインジケーター HAS RSI Signal は、信頼性の高いクラシックな手法と最新のノイズ除去アルゴリズムを融合させた強力なトレーディングツールです。 平均足スムーズド(Heiken Ashi Smoothed) と RSI を組み合わせることで、トレンドの転換点や買われすぎ・売られすぎ圏からの脱出タイミングを正確に捉え、明確なエントリーシグナルを提示します。 主な特徴: 二重のフィルタリング: 平均足スムーズドで市場の「ノイズ」を除去し、RSIで勢い(モメンタム)の強さを確認します。 損切り・利確ラインの自動計算: 単にシグナルを出すだけでなく、ボラティリティ( ATR )に基づいた最適なストップロス(SL) と テイクプロフィット(TP)を自動で算出します。 視覚的な分かりやすさ: シグナルはチャート上にカラーキャンドルとして表示されるため、一目でトレンドを把握でき、取引画面をスッキリと保てます。 充実の通知機能: アラート、音声、スマートフォンへのプッシュ通知機能を搭載。チャンスを逃すこと
️ EquityShield is your automated risk management guardian for MetaTrader 5. If you've ever exceeded your daily loss limit, struggled to enforce your own trading rules during volatile markets, or wanted to automatically lock in profits when you hit your targets, EquityShield is built for you. This is not a trading strategy - it's a safety system that watches your account 24/7, automatically closes positions when your risk limits are breached, and helps you maintain consistent trading discipline
Trading Utility for Forex Currency Pairs Only not for Gold  Functions Auto Lot Calculation based on Risk Auto stoploss  Auto TakeProfit Breakeven Auto Close Half % Close in percentage with respect to the PIPs Pending Orders BuyLimit Sell Limit with distances BuyStop Sell Stop    with distances Trading Informations Risk in percentage For Multiple trades Combine Takeprofit and Combine Stoplosses
LotCalculatorPro
Reynaldo Jr Audencial Pascual
LotCalculatorPro + Smart Trading Panel LotCalculatorPro は、リスク管理、ロットサイズ計算、そしてチャート上でのトレード実行を簡単にするために設計された、強力なオールインワントレーディングアシスタントです。 このツールは、トレーダーがリスクを管理し、正確なロットサイズを計算し、さらに ブレークイーブン(Break-Even)、部分決済、日次利益/損失保護 などのスマート機能によって取引を自動管理するのに役立ちます。 Forexトレーダー、プロップファームトレーダー、リスク管理を重視するトレーダー に最適で、 MetaTrader 5 上でクリーンで効率的なトレーディング環境を提供します。 デフォルト設定: 1日の利益目標: 初期残高の2% 1日の最大損失: 初期残高の1% 主な機能 ロットサイズ計算機 LotCalculatorPro は以下の情報に基づいて 適切なロットサイズを自動計算 します: エントリー価格 ストップロス リスク金額(USD) これにより すべての取引で一貫したリスク管理 が可能になります。 チャート上での
Tick Volume Chart は、 MetaTrader 5 上でティックボリュームに基づいたチャートを作成するためのユニークなツールです。 Tick Volume Chart を使用すると、時間ではなく、指定したティック数ごとにローソク足が形成されるチャートを構築できます。これにより、標準的な時間足チャートでは得られない、市場活動の極めて正確な分析が可能になります。カスタムシンボルに対応したインジケーターやEA(自動売買プログラム)であれば、すべてご利用いただけます。作成したチャートは、標準チャートと同様に快適に操作できます。 標準ツールとは異なり、 Tick Volume Chart は時間間隔ではなく、実際の取引強度に基づいて市場を分析することを可能にします。 Tick Volume Chart の利点 各バーに 固定ティックボリューム を設定したチャートを作成可能。 内蔵ティックデータベースにより、履歴データの 高速な読み込み を実現。 リアルタイムデータが、 通常のチャートと同期し、遅延なく 更新されます。 複数の ティックボリュームチャートを同時に作成 することが可能
XauG0D Assistant – Smart Trading Panel for XAUUSD (MT5) XauG0D Assistant is a powerful and modern trading panel designed for MetaTrader 5, built specifically for XAUUSD traders who want speed, precision, and full control. It transforms your chart into a complete trading command center, combining manual execution with smart automation. This EA allows you to execute trades instantly, manage risk efficiently, and monitor your performance in real-time — all from a sleek and intuitive interface. Key
TradePilotmt5
Hossein Khalil Alishir
TradePilot Expert Advisor (EA) for MetaTrader 5 TradePilot is a professional and user-friendly Expert Advisor (EA) for MetaTrader 5 (MT5) . It simplifies automated trading , risk management , and trade execution with a smart trading panel . Perfect for beginners and experienced traders looking for a reliable trade manager EA with automated lot size calculation and smart position management. Key Advantages User-Friendly Trading Panel: Customizable panel with buttons and hotkeys for fast ex
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (211)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
Trade Manager EAへようこそ。これは、取引をより直感的、正確、そして効率的にするために設計された究極の リスク管理ツール です。これは単なるオーダー実行ツールではなく、包括的な取引計画、ポジション管理、リスク管理のためのソリューションです。初心者から上級者、迅速な実行を必要とするスキャルパーまで、Trade Manager EAはあらゆるニーズに対応し、為替、指数、商品、暗号通貨などさまざまな市場で柔軟に対応します。 Trade Manager EAを使用すると、複雑な計算が過去のものになります。市場を分析し、エントリーポイント、ストップロス、テイクプロフィットのレベルをチャート上のラインでマークし、リスクを設定するだけで、Trade Managerが最適なポジションサイズを即座に計算し、SLとTPをピップ、ポイント、口座通貨でリアルタイムに表示します。すべての取引が簡単かつ効果的に管理されます。 主な機能: ポジションサイズ計算機 :定義されたリスクに基づいて取引サイズを瞬時に決定します。 簡単な取引計画 :エントリー、ストップロス、テイクプロフィットを設定するためのド
ベータリリース Telegram to MT5 Signal Trader はまもなく正式なアルファ版をリリースします。いくつかの機能はまだ開発中で、小さな不具合に遭遇する可能性があります。問題が発生した場合はぜひご報告ください。皆さまのフィードバックがソフトウェア改善に役立ちます。 Telegram to MT5 Signal Trader は、 Telegram のチャンネルやグループからの取引シグナルを自動的に MetaTrader 5 にコピーする強力なツールです。 パブリックおよびプライベートの両方のチャネルに対応し、複数のシグナル提供元を複数のMT5口座に接続可能です。ソフトウェアは高速で安定し、すべての取引を細かく制御できます。 インターフェースは直感的で、ダッシュボードとチャートは見やすく設計されており、リアルタイムで動作状況をモニターできます。 必要環境 MQL の制限により、EA は Telegram と通信するためのデスクトップアプリが必要です。 インストーラーは公式の インストールガイド にあります。 主な機能 マルチプロバイダー: 複数の Telegram
TradePanel MT5
Alfiya Fazylova
4.87 (155)
Trade Panelは多機能なトレーディングアシスタントです。アプリには手動取引用の50以上のトレーディング機能が搭載されており、ほとんどの取引作業を自動化することができます。 購入前に、デモアカウントでアプリのデモ版をテストすることができます。デモアカウント用のアプリの試用版をダウンロードするには、次のリンクをご利用ください: https://www.mql5.com/en/blogs/post/750865 。 完全な手順 こちら 。 取引。 ワンクリックで取引操作を行うことができます: リスクを自動計算して指値注文やポジションを開く。 複数の注文やポジションをワンクリックで開く。 注文のグリッドを開く。 保留中の注文やポジションをグループごとに閉じる。 ポジションの方向を反転(Buyを閉じてSellを開く、またはSellを閉じてBuyを開く)。 ポジションをブロックする(不足している量のポジションを開くことでBuyとSellのポジション量を等しくする)。 すべてのポジションを部分的にワンクリックで閉じる。 すべてのポジションの利食い(Take Profit)および損切り(Sto
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) MULTI-ASSET SUPPORT Trade any asset available on your broker - Forex: Major, Minor, Exotic pairs - Crypto: BTC, ETH, XRP, SOL, BNB - Stocks: Apple, Tesla, Amazon, Google, etc. - Commodities: Gold, Silver, Oil, Gas - Indices: US30, NAS100, SPX500, DAX40 - Any CFD your broker offers VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https:/
Quant AI Agents is NOT AN Expert Advisor. Quant AI Agents   is a   multi-agent AI trading framework   that turns natural-language strategy prompts into live.  WANT THE SAME RESULTS AS MY LIVE SIGNAL?   Use the exact same brokers I do:   IC MARKETS , IC TRADING   .  Unlike the centralized stock market, Forex has no single, unified price feed.  Every broker sources liquidity from different providers, creating unique data streams. Other brokers can only achieve trading performance equivalent to 60
Power Candles Strategy Scanner - 自動最適化型マルチシンボル設定ファインダー パワーキャンドル・ストラテジー・スキャナーは 、パワーキャンドル・インジケーターを駆動するのと全く同じ自己最適化エンジンを、マーケットウォッチに登録されているすべての銘柄に対して並行して実行します。1つのパネルで、現在統計的に取引可能な銘柄、各銘柄で勝率の高い戦略、最適なストップロス/テイクプロフィットの組み合わせが表示され、新たなシグナルが発生した瞬間に通知が届きます。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨を受け取り、  https://stein.investments でコミュニティに参加しましょう 市場動向を網羅。銘柄ごとに3,000件以上の自動最適化。2種類のアラート。ワンクリックでチャートを切り替えて即座にアクション。 なぜこれが必要なのか 多くのマルチ銘柄スキャナーは、 価格の動き (ボラティリティ、変動率、銘柄ごとのRSI)を表示するだけです。それ
MT5 to Telegram Signal Provider は、Telegramのチャット、チャンネル、またはグループに 指定された シグナルを送信することができる、完全にカスタマイズ可能な簡単なユーティリティです。これにより、あなたのアカウントは シグナルプロバイダー になります。 競合する製品とは異なり、DLLのインポートは使用していません。 [ デモ ] [ マニュアル ] [ MT4版 ] [ Discord版 ] [ Telegramチャンネル ]  New: [ Telegram To MT5 ] セットアップ ステップバイステップの ユーザーガイド が利用可能です。 Telegram APIの知識は必要ありません。必要な全ては開発者から提供されます。 主な特長 購読者に送信する注文の詳細をカスタマイズする機能 例えば、Bronze、Silver、Goldといった階層型のサブスクリプションモデルを作成できます。Goldサブスクリプションでは、すべてのシグナルが提供されます。 id、シンボル、またはコメントによって注文をフィルターできます 注文が実行されたチャート
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
Trade Manager は、リスクを自動的に計算しながら、取引を迅速に開始および終了するのに役立ちます。 過剰取引、復讐取引、感情的な取引を防止する機能が含まれています。 取引は自動的に管理され、アカウントのパフォーマンス指標はグラフで視覚化できます。 これらの機能により、このパネルはすべてのマニュアル トレーダーにとって理想的なものとなり、MetaTrader 5 プラットフォームの強化に役立ちます。多言語サポート。 MT4バージョン  |  ユーザーガイド + デモ Trade Manager はストラテジー テスターでは機能しません。 デモについてはユーザーガイドをご覧ください。 危機管理 % または $ に基づくリスクの自動調整 固定ロットサイズを使用するか、ボリュームとピップに基づいた自動ロットサイズ計算を使用するオプション RR、Pips、または価格を使用した損益分岐点ストップロス設定トレーリングストップロス設定 目標に達したときにすべての取引を自動的に終了するための 1 日あたりの最大損失 (%)。 過度のドローダウンからアカウントを保護し、オーバートレードを防ぎます
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
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.
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
EA を買う前に、本当に耐えられるのか、それともバックテストでたまたま良く見えただけなのかを確認してください。 ほとんどのロボットは、見栄えのするバックテストと一緒に売られています。 右肩上がりのカーブ。 良い Profit Factor。 ほとんど疑いのない見た目。 それでも、その多くの EA は、市場がその履歴どおりに動かなくなった瞬間に崩れ始めます。 なぜでしょうか。 それは、バックテストが証明するのは一つだけだからです。 その戦略が、ある特定の価格の流れでは機能したということです。 別の流れでも通用することは証明しません。 頑健であることも証明しません。 もちろん、その EA があなたのお金に値することも証明しません。 なぜなら、あなたが EA を買うのは過去のきれいなカーブを眺めるためではないからです。 変化する市場で使うために買うのです。 AntiOverfit PRO がすること AntiOverfit PRO は、MetaTrader 5 の Expert Advisor が本当にしっかりしているのか、それとも特定の過去データにたまたまうまくはまっているだけなのかを確
Signal TradingView to MT5 Pro Automator TradingViewとMetaTrader 5間の即時プロフェッショナル実行 TradingViewのシグナル(アラート)とMT5での実際の約定を繋ぐ、最も強固なコミュニケーションブリッジで、取引戦略を自動化します。スピード、柔軟性、そして完璧なリスク管理を求めるトレーダー向けに設計されたこのExpert Advisorは、あらゆるアラートメッセージを正確な成行または指値注文に変換します。 強みと利点 ユニバーサルパーシングエンジン(独自技術): あらゆるアラート形式からデータを自動的に認識し、抽出できる高度なテクノロジー。単一の固定フォーマットに制限されることはありません。システムはシンボル(銘柄)、アクション、価格、SL(ストップロス)、TP(テイクプロフィット)を自動的に理解します。 リアルタイム実行: レイテンシ(遅延)を最小限に抑えるよう最適化された、1秒未満の超高速ポーリング技術。シグナルを受信してから数ミリ秒以内に注文が実行されます。 機関投資家レベルのリスク管理: 以下に基づく自動かつ正確
これは視覚的な取引パネルであり、取引を簡単に配置および管理し、人為的エラーを回避し、取引活動を強化するのに役立ちます。使いやすい視覚的なインターフェースと、健全なリスクおよび位置管理アプローチを組み合わせています。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 驚くほど使いやすい チャートから簡単に取引 正確なリスク管理との取引、手間のかからない 資本の保存が最優先事項です 気をつけずに利益を上げましょう できるだけ早くリスクのない取引をお楽しみください 開かれているすべての取引の自動トレーリングストップ 最初のストップロスは、取引が行われるとすぐに配置されます EAは、取引を行った後に次のタスクを実行します。 最初のストップロス/テイクプロフィットは自動的に配置されます できるだけ早くフリーライドにロックします(オプション) ストップロスを初めて損益分岐点に移動します(オプション) 停止するまで、希望の方法を使用してストップロスを追跡します その他のクールな機能は次のとおりです。 優れたターミナルアクティビティレポート
Prop Firm Os
Gayathiri Gopalakrishnan
PROP FIRM OS Structured Trading Assistant for MetaTrader 5 PROP FIRM OS is a structured trading assistant designed for MetaTrader 5 users who prefer rule-based market analysis and organized trading workflows. The Expert Advisor combines market analysis tools, scanner functions, dashboard monitoring, alerts, risk-control settings, and trade management features inside one system. PROP FIRM OS is designed to help traders follow selected rules, filters, and monitoring conditions during trading activ
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
アシスタント: トレードアシスタント-MT4 (クリックしてダウンロード) トレードアシスタント-MT5 (クリックしてダウンロード) 取扱説明書をよくお読みください。 基本事項: ポジションの迅速な開設と閉鎖、ワンクリックでのポジションの開設と閉鎖、ワンクリックでの注文の発注 ドローライントレード 自動SL/TP 近くのシンボル 利益保護 SLプロテクトを移動 トレーリングSL アカウントリスクコントロール 秩序の影 注文の自動追加 自動決済注文 閉じる 再開 記号情報 チャット受付中 データ統計 言語選択と切り替えに対応(現在、中国語と英語に対応)         自動言語認識 サポート   ホットキーの開閉   バインディング、ショートカットキーを使用してポジションを素早く開閉します...     ショートカットキーで閉じる。最大30個のホットキーをサポート。 ロック解除はほとんどの機能をサポートしています   リプレイ   操作と   テスト環境で使用される 求人情報(開店・閉店): ワンクリック位置オープン(       (損切り注文の便利な設定、ロットサイズの自
One button. One trade. MT5 Trading Deck is a hotkey trading panel for MetaTrader 5 that turns the platform into a keyboard-driven execution cockpit. Stop loss, take profit and lot size are pre-calculated for every key; the moment you press, a market order is live on the broker. A complete technical user manual is attached in the product Comments section. It documents every input parameter, the full hotkey map, the recommended Stream Deck XL layout, and the advanced workflows for Pre-Limit orders
The product is used to trade base on any Alert signal in MT5 Easy to setup, simple format with custom keyword All option to management orders as trailing stop, breakeen, partial close, time filter, news filter ... Option to auto open grid orders How to setup and guide: Let read all details about setup and download indicator for auto get   Alert Signal   here Do not buy if you even can not install demo EA to your VPS ( some VPS block download EA from mql5 market) We always bring customers high q
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
あなたがメンバーである任意のチャネルから(プライベートおよび制限されたものを含む)シグナルを直接あなたのMT5にコピーします。  このツールは、トレードを管理し監視するために必要な多くの機能を提供しながら、ユーザーを考慮して設計されています。 この製品は使いやすく、視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用を開始できます! ユーザーガイド + デモ  | MT4版 | Discord版 デモを試してみたい場合は、ユーザーガイドにアクセスしてください。 Telegram To MT5 受信機は、ストラテジーテスターで動作しません! Telegram To MT5の特徴 複数のチャネルから一度にシグナルをコピー プライベートおよび制限されたチャネルからシグナルをコピー BotトークンまたはChat IDは必要ありません   (必要に応じて使用することができます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナルを認
Custom Alerts AIO:マルチマーケット監視を一括で実現 — 設定不要ですぐに使えるインテリジェントツール 概要 Custom Alerts AIO は、追加のインジケーター設定が不要で、インストール後すぐに利用できる高機能マーケットスキャナーです。FX Power、FX Volume、FX Dynamic、FX Levels、IX Power を内部にすべて統合し、主要なすべての資産クラス(為替、金属、指数、暗号資産)を一括監視できます。MetaTrader の仕様により、株式は個別のシンボルとして追加可能ですが、一般的には利用頻度は低めです。 1. なぜ Custom Alerts AIO を選ぶべきか 追加ライセンス不要 • 必要なすべての Stein Investments インジケーターが内蔵されており、すぐに使用可能です。 • チャートに表示されるグラフィックは省略されており、アラート生成に特化した構成です。 市場を広範囲にカバー • 為替、金属、暗号資産、株価指数に対応(株式は手動追加可能)。 • シンボル名を入力する必要はなく、プロパティで資産クラス
TradeMirror は、MT4/MT5プラットフォーム向けに開発されたローカル注文同期ツールで、リアルタイム取引をサポートします。 製品の特長 金融ソフトウェアにおけるセキュリティ・安定性・プライバシー保護の高基準に準拠し、以下の3つの核心領域を最適化しました: 直感的なグラフィカルインターフェースで操作が容易 金融シナリオにおける機密データ分離のための強化されたプライバシー保護 ミリ秒単位の注文同期で信号遅延ゼロを実現 MT4/MT5完全互換、多様な取引環境にシームレス対応 システム監視機能とメール通知による取引安定性管理 主要機能 本製品には以下のプロフェッショナルコピー機能を搭載: 複数アカウント並列接続 リアルタイムメール通知 ロットサイズカスタマイズ 信号フィルタリング機構 逆方向コピーモード テイクプロフィット/ストップロス再設定 無料デモ手順 購入前に以下の手順で全機能を体験可能: ページ内の「無料デモ」ボタンをクリック 「MetaTrader 4/5インストール済み」を確認 ブラウザでMT4/MT5クライアントを起動 プラットフォーム内「エキスパートアドバイザー/マ
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
Local Trade Copier EA は、MAMまたはPAMMアカウントを必要とせずに、外部ソースからのトレードシグナルを実行する必要がある、または同時に複数のアカウントを管理する必要がある個々のトレーダーまたはアカウントマネージャー向けのソリューションです。最大8つのマスターアカウントから無制限のスレーブアカウントにコピーします [ インストールガイド | アップデートガイド | トラブルシューティング | FAQ | すべての製品 ] 100%セルフホスト インストールと使用が簡単 インストーラー、構成ファイル、サーバー、メモリパイプ、DLLは使用されていません EAを永久に使用するための1000回のアクティベーション ローカル実行、ネットワーク遅延なし それはあなたがこれまでに必要とするすべての機能を実装します: 最大8つのマスターアカウントと無制限のスレーブアカウント すべてのブローカーおよびDD / NDD / ECN / STP実行で動作します 異なる口座通貨の口座で動作します ライブアカウントとデモアカウントの間で区別なく機能します マスターアカウントとスレーブア
EASY Insight AIO – スマートで手間いらずな取引のオールインワンソリューション 概要 数秒で市場全体——FX、ゴールド、暗号資産、指数、さらには株式まで——を、手作業のチャート確認や複雑なセットアップ・インジケーター導入なしにスキャンできたらどうでしょうか? EASY Insight AIO はAIトレードのための究極のプラグ&プレイ型エクスポートツールです。市場全体のスナップショットを、クリーンなCSVファイルで一括出力。ChatGPT、Claude、Gemini、Perplexityなど、さまざまなAIプラットフォームで即座に解析できます。 ウィンドウの切り替えやグラフのごちゃごちゃしたオーバーレイはもう不要。自動エクスポートされる純粋で構造化されたインサイトだけで、無駄なチャート監視に悩まされず、スマートなデータ主導の判断に集中できます。 なぜEASY Insight AIOなのか? 本当のオールインワン • セットアップ不要、インジケーターのインストール不要、チャートへのオーバーレイ不要。インストールして起動し、エクスポートするだけです。 マルチアセット対
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
作者のその他のプロダクト
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 — 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
フィルタ:
レビューなし
レビューに返信