Chart Order Trade Manager MT5

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 clearly in an interactive chart panel.

The panel is fully operable by mouse and keyboard. The entry price can be set with a single chart click. Stop Loss and Take Profit can be dragged directly on the chart with immediate live feedback. Every field supports both AUTO mode (automatic calculation) and MANUAL mode (free input).
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
CORE FEATURES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

AUTO / MANUAL Modes
Every field (Entry, SL, TP, Lots) can be individually switched between automatic calculation and manual input at any time.

Chart-Click Entry
A single click on the chart sets the entry price immediately. SL and TP are automatically recalculated. The R:R ratio updates instantly.

SL / TP Drag Handles
Interactive handles (= SL = / = TP =) sit directly on their chart lines. Hold, drag to the desired level, release — the value is applied and the field automatically switches to MANUAL mode. Lot size is recalculated immediately on every SL drag in AUTO mode.

Live R:R Display
While dragging the SL or TP line, the R:R ratio updates in the panel in real time.

Direction Switch with Automatic SL/TP Mirroring
When switching between LONG and SHORT, manual SL/TP values are automatically mirrored to the correct side. The pip distance is preserved — only the direction flips.

Automatic Order Type Detection
The EA automatically detects whether the entry price is above or below the current market price and selects the correct order type: Market Order (entry at market), BUY STOP / SELL LIMIT (entry above market), BUY LIMIT / SELL STOP (entry below market). No manual selection required.

SL/TP Correction After Market Fill
In AUTO mode, SL and TP are automatically recalculated based on the actual fill price after a market order and applied via TRADE_ACTION_SLTP. This precisely compensates for slippage.

Automatic Filling Mode Detection
The order filling type (IOC / FOK / RETURN) is automatically determined from the broker's symbol properties. Works with any broker.

Automatic Order Retry
If an order fails due to a requote, timeout, or brief connection loss, the EA automatically retries execution up to 3 times.

Broker Stop-Level Validation
Before every order, SL and TP are checked against the broker minimum stop distance (SYMBOL_TRADE_STOPS_LEVEL). If either is too close to the entry price, a clear alert fires immediately — before the request is even sent to the broker.

Maximum Open Positions
When EnableMaxPositions is enabled, the EA blocks new orders once the configured number of open positions (MaxPositions) is reached. Default: disabled.

Daily Loss Limit
When EnableMaxDailyLoss is enabled, the EA blocks new orders once the total account daily loss exceeds MaxDailyLossPercent — all symbols, realised and unrealised, including commission and swap. Each EA instance checks independently and only blocks its own new order execution. Trailing Stop, Auto Break-Even, Partial Close and Close All remain fully active. Default: disabled.

Risk Preset Lot Recalculation
A click on a risk preset button (0.5 / 1.0 / 2.0 / 3.0 / 5.0 %) immediately recalculates the lot size. SL and TP lines remain exactly at their current position.

Risk Calculator
Lot size is automatically calculated from account balance, risk percentage and SL distance in pips. Recalculated immediately on every SL change.

ATR Stop Loss
With UseATRForSL = true, the SL distance is calculated via the ATR indicator with a configurable multiplier and automatically adapts to current market volatility. With UseATRForSL = false, the configured DefaultSLPips value is used as a fixed pip distance instead.

R:R Manager
Take Profit is automatically placed at the configured risk-reward multiple from the entry. R:R adjustable in 0.1 steps.

Trailing Stop — Toggle Mode
Activates or deactivates an automatic trailing stop via T key or the trailing button (label shows the configured pip distance, e.g. ↑20). When active, the SL is trailed every 10 ticks at the configured distance behind the current price. Deactivating leaves the last SL exactly in place. Works on all filtered open positions. Fully compatible with hedge accounts.

Auto Break-Even — Toggle Mode
Activates or deactivates automatic break-even management via E key or B10 button (label shows the configured trigger distance in pips). When active, each open position is monitored individually: as soon as it reaches the configured BreakEvenTrigger in pips, the SL is moved to the entry price — once per ticket. Deactivating clears the processed-ticket list — reactivating causes all open positions to be re-evaluated immediately.

Trailing + Auto Break-Even Combination
Both functions can run simultaneously. Break-Even monitors each position until the configured trigger is reached, then moves the SL to the entry price — but only if the SL is not already at or beyond entry. If Trailing has already moved the SL past the entry level, Break-Even skips the position automatically. Trailing only moves the SL if the new level is strictly better than the current one, so it never moves the SL backwards. The order of activation does not matter.

Active Status Display
As long as Trailing Stop or Auto Break-Even is active, a status label appears in the lower-left corner of the chart showing the function name and configured pip distance.

Open Position Lines on Chart
For each filtered open position, three chart lines are drawn automatically: the entry price line (dashed), the SL line (dotted, red) and the TP line (dotted, green).

Partial Close
Closes a configurable percentage of an open position with one click (default: 50 %, adjustable via PartialClosePercent). The panel button always shows the currently configured percentage. Volume is correctly rounded down to the broker lot step. If the calculated close volume falls below the broker minimum lot, behaviour is controlled by PartialCloseIfBelowMin: true = close fully, false = skip with alert.

Close All
Closes all filtered positions with a single click. Filling mode is automatically determined per broker.

Close By Opposite
Nets all open LONG positions against all open SHORT positions using the broker's CLOSE_BY mechanism — no spread paid on the matched volume. Triggered via the W key. Respects the Magic Number filter when CloseOnlyMagicNumber is enabled. If the broker rejects CLOSE_BY, the EA automatically falls back to a regular market close. Remaining unmatched positions stay open. Each pair closed is logged in the journal at LogLevel 1.

Magic Number Filter
All actions (close, trailing, break-even, partial close) can be restricted to positions with a specific magic number.

CSV Export
Exports the complete trading history to a CSV file (TradingHistory_[AccountNumber].csv). Existing entries are detected and not duplicated — the file grows incrementally. Newest trades appear at the top. Commission is correctly captured for all broker models — both entry-leg and exit-leg charges are combined. The Comment column shows the EA name and the close reason together (e.g. Trade Manager v6.78 | tp 5131.80). When ExportWithBenchmarks is enabled, a full performance statistics block is placed at the very top of the file across 10 sections: General Statistics (total trades, first/last trade date, win/loss/break-even), Profitability (win rate, net profit incl. commission & swap, gross profit/loss, profit factor, expectancy, total commission, total swap), Trade Metrics (largest win/loss, avg win/loss), Pips Analysis, Time Analysis (avg duration overall/wins/losses), Trading Days (win/loss/BE days, daily win rate, avg trades/day, best/worst day), Streaks (max win streak, max loss streak), Long vs. Short (trades, wins, net profit, win rate per direction), Risk/Reward (actual avg R:R from win$/loss$) and Export Info. During export a status label appears to the right of the panel showing the current phase — immediately on click, before any processing begins.

Save Settings
The Save button saves entry, SL, TP, lots, risk %, R:R, magic number, direction, AUTO/MANUAL modes and display options (lines, panel, zones, labels) to file and restores them on the next start. ATR, export settings, trailing and break-even are not saved — these are always read from the input parameters. A green status label appears to the right of the panel confirming that the save completed successfully.

Journal Log Level
LogLevel (0–3) controls the detail level of the MT5 journal. 0 = errors only, 1 = operational events (default), 2 = diagnostic detail, 3 = all internal events.

Multi-Asset Pip Size
Automatic, correct pip size for Forex, Gold, Silver, Crypto, Indices and Energy.

Risk / Reward Zones
Coloured chart zones visualise the risk zone (red) and the reward zone (green). Transparency freely configurable.

Direction Button Auto-Flip
After every successfully executed order, the LONG/SHORT button automatically switches to match the direction of the executed order. Pressing B while the panel shows SHORT executes a BUY and the panel flips to LONG immediately.

About Overlay
The I key or About button displays a centred info overlay in the middle of the chart. It shows the current version, all features and all 19 keyboard shortcuts grouped into three sections (Order Entry / Position Management / Display) — always centred on the chart regardless of its size.

Keyboard Control
Full keyboard control: show/hide panel, switch direction, place orders, manage positions — entirely without a mouse.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PANEL OVERVIEW
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

The panel appears by default in the upper left corner of the chart (configurable).

INPUT FIELDS

Entry
    AUTO:   Current market price
    MANUAL: +/- buttons, free input or chart click

S/L
    AUTO:   ATR-based or DefaultSLPips
    MANUAL: +/- buttons, free input or drag handle

T/P
    AUTO:   Calculated from R:R ratio
    MANUAL: +/- buttons, free input or drag handle

Lots
    AUTO:   Calculated from risk % and SL distance
    MANUAL: +/- buttons or free input

Risk %
    Risk per trade as a percentage of account balance
    Presets: 0.5 / 1.0 / 2.0 / 3.0 / 5.0

R:R
    Desired risk-reward ratio (step 0.1, min. 0.1, max. 10.0)

Magic #
    Magic number for new orders

ACCOUNT DISPLAY

    Balance:     Current account balance
    Max Risk:     Maximum risk of the current configuration in $ (red)
    Max Profit:   Maximum possible profit of the current configuration in $ (green)

BUTTONS

LONG / SHORT     Switch direction — AUTO fields recalculated, manual SL/TP mirrored
BUY / SELL       Execute order — automatically market or pending depending on entry price
CLOSE ALL         Close all filtered open positions immediately
B10               Toggle Auto Break-Even — label shows BreakEvenTrigger in pips
↑20               Toggle Trailing Stop — label shows TrailingDistance in pips
50%               Partial close — label shows PartialClosePercent
Save             Save current panel settings to file
Export           Export trading history as CSV
0.5/1.0/2.0/3.0/5.0     Risk presets — lot size recalculated immediately
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
KEYBOARD SHORTCUTS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

L     Toggle Entry / SL / TP chart lines on/off
P     Toggle panel visibility
Z     Toggle risk/reward zones on/off
R     Switch line labels: right / left
O     Toggle MT5-native order level lines on/off
Y     Toggle MT5 trade history arrows on/off
Q     Toggle LONG / SHORT direction
B     Quick BUY — execute buy order with current parameters
S     Quick SELL — execute sell order with current parameters
W     Close By Opposite — net all LONG vs. SHORT positions (saves spread)
C     Close all filtered open positions
T     Toggle Trailing Stop on/off
E     Toggle Auto Break-Even on/off
X     Partial close — configured percentage of each open position
D     Redraw all chart lines and zones
H     Toggle keyboard shortcut reference on chart
I     Toggle About overlay on/off
1-5     Risk presets: 0.5 / 1.0 / 2.0 / 3.0 / 5.0 %
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
INPUT PARAMETERS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

RISK MANAGEMENT

RiskPercentage     1.0   Risk per trade as % of account balance
RRRatio     2.0   Risk-reward ratio for automatic TP calculation (step 0.1)
UseATRForSL     true   true = ATR-based SL distance   false = DefaultSLPips is used instead
ATRMultiplier     1.5   ATR value multiplier (only active when UseATRForSL = true)
ATRPeriod     14   ATR indicator period (only active when UseATRForSL = true)
DefaultSLPips     20.0   Fixed SL distance in pips (only active when UseATRForSL = false)
DrawLevels     true   Draw Entry / SL / TP lines on the chart
ShowInfoPanel     true   Show interactive panel on the chart

ORDER ENTRY

StartWithSellDirection     false   Starting direction: false = LONG, true = SHORT
DefaultMagicNumber     7   Default magic number for new orders

POSITION MANAGEMENT

EnableAutoTrailing     false   Start with trailing stop active from the beginning
TrailingDistance     20.0   Trailing stop distance in pips — trailing button shows this value (↑20)
EnableAutoBreakEven     false   Start with Auto Break-Even active from the beginning
BreakEvenTrigger     10.0   Minimum profit in pips before break-even — B10 button shows this value
PartialClosePercent     50.0   Partial close percentage — panel button label updates automatically
PartialCloseIfBelowMin     true   Volume < min lot: true = close fully, false = skip with alert
EnableMaxPositions     false   Block new orders when MaxPositions open positions are reached
MaxPositions     5   Maximum allowed open positions (only active when EnableMaxPositions = true)
EnableMaxDailyLoss     false   Block new orders when daily loss exceeds MaxDailyLossPercent
MaxDailyLossPercent     5.0   Daily loss limit as % of account balance — covers the entire account (all symbols, realised + unrealised incl. commission/swap). Only active when EnableMaxDailyLoss = true. Only blocks new order execution — Trailing, BE, Partial Close and Close All remain fully active.
ShowCloseAllButton     true   Show "Close All" button in the panel
CloseOnlyMagicNumber     true   true = all actions restricted to positions with the configured magic number   false = all open positions on this symbol regardless of magic number, including manual trades (Magic 0) and positions opened by other EAs

EXPORT SETTINGS

ExportAllSymbols     true   Export all symbols (false = current symbol only)
ExportAllMagicNumbers     true   Export all magic numbers (false = configured MN only)
IncludeManualTrades     true   Include manually placed trades (Magic = 0)
ExportWithBenchmarks     true   Include performance statistics block (10 sections incl. streaks, long/short, R:R, trading days) at the top of the CSV
AutoExportOnClose     false   Automatically export when EA is removed or terminal closes

UPDATE INTERVALS

LogLevel     1   Journal detail level: 0 = Minimal, 1 = Normal, 2 = Verbose, 3 = Trace
PanelUpdateSeconds     1   Panel refresh interval in seconds (0 = every tick)
LineUpdateSeconds     1   Line redraw interval in seconds (0 = every tick)
ShowAlerts     true   Show alert popups — false = silent, Journal remains complete
RestoreOnTFChange     true   Timeframe change: automatically save and restore panel state

LogLevel Reference

0  = Minimal — Errors and critical warnings only. Recommended for live trading and VPS.
          OrderSend failures, trading disabled, insufficient margin, invalid stops.

1  = Normal  — Operational events added. Recommended for initial setup and daily monitoring.
          Order executed/closed, Trailing/BE ACTIVATED/DEACTIVATED, break-even set,
          Quick BUY/SELL, Close All, risk preset, partial close blocked,
          max positions blocked, daily loss limit blocked, export completed.

2  = Verbose — Diagnostic detail added. Use when investigating a specific issue.
          SL/TP values when set, Trailing SL Updated, panel creation, drag events, timeframe change.

3  = Trace   — All internal events including high-frequency tick logs. Deep debugging only.
          Trailing skip reason per position, export button details, diagnostics — floods the journal quickly.

PANEL POSITIONING

PanelCorner     UPPER_LEFT   Chart corner where the panel is anchored
PanelXDistance     20   Horizontal distance from the corner in pixels
PanelYDistance     30   Vertical distance from the corner in pixels
PanelWidth     350   Panel width in pixels
PanelMinHeight     477   Minimum panel height in pixels
FieldValueWidth     140   Width of the value display fields in pixels

LABEL POSITIONING

LabelsOnRight     true   Line labels on the right side of the chart (false = left)
LabelXOffset     22   Horizontal distance of the label from the chart edge in pixels
LabelYOffset     22   Vertical offset of the label from the line in pixels
LabelWidth     222   Width of the label boxes in pixels
LabelHeight     30   Height of the label boxes in pixels

ZONE SETTINGS

ShowRiskRewardZones     true   Show risk and reward zones on the chart
ZoneTransparency     0   Zone transparency: 0 = opaque, 100 = invisible
ShowConnectorLine     false   Show connector line between entry line and panel

COLOUR SCHEME

EntryLineColor     DodgerBlue   Colour of the entry price line
StopLossColor     Crimson   Colour of the Stop Loss line
TakeProfitColor     LimeGreen   Colour of the Take Profit line
PanelBackgroundColor     DimGray   Panel background colour
PanelTextColor     White   Panel text colour
ButtonTextColor     White   Button text colour
RiskZoneColor     Pink   Fill colour of the risk zone
RewardZoneColor     LightGreen   Fill colour of the reward zone
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
INSTALLATION
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

1. Copy the compiled .ex5 file to the MetaTrader 5 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.

4. In the EA properties dialog, enable "Allow automated trading" and click OK.

FIRST STEPS

1. Panel starts in AUTO mode — Entry, SL, TP and lots are calculated automatically.
2. Chart click sets entry price. SL and TP can be adjusted via drag handles.
3. Adjust Risk % and R:R via +/- buttons or preset buttons.
4. Select LONG or SHORT. Press BUY / SELL — EA automatically selects Market or Pending order.
5. Press T for Trailing Stop, E for Auto Break-Even. Press H for keyboard shortcut reference.

NOTES

- AutoTrading must be active in MetaTrader 5 (toolbar button or Ctrl+E).
- With CloseOnlyMagicNumber = true, only positions with the configured magic number are managed.
- Settings are saved to TradeManager_Settings.txt in the MT5 Files folder.
- The CSV export is saved as TradingHistory_[AccountNumber].csv in the MT5 Files folder.
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
COMPATIBILITY
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Platform     MetaTrader 5 (Build 3000+)  
Instruments   All — Forex, Metals (XAU/XAG), Indices, Crypto, Energy, CFDs   
Timeframes     All timeframes  
Account types     Demo and Live (Hedge and Netting accounts)  
AutoTrading     Must be enabled in terminal and EA properties

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

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. 

    🚫  Position Closure Management MT5 — automatically resolves hedged position pairs and locks in the net result at exactly the right moment. Essential for grid and martingale strategies, prop firm challenge rules that prohibit hedging, and any setup where open buy/sell pairs need controlled resolution. 


Trade Manager v6.82 | fi.con Investment Group | MQL5 Marketplace
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
おすすめのプロダクト
Episode Health Monitor Episode Health Monitor is a trading utility for MetaTrader 5 designed to analyze the real-time condition of active trading positions directly on the chart. The tool evaluates the current “trading episode” - a group of open positions - and provides a structured view of risk, stability, and distance to potential failure. Instead of relying only on profit/loss or price movement, it helps identify whether the current position is stable, weakening, or approaching a critical st
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
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
Overview Mirror Signals Service EA (Text only)   is a powerful monitoring Expert Advisor that automatically sends   real-time Telegram notifications   for all important trade events on your MetaTrader 5 account. It is engineered specifically for   signal providers ,   trade-copier operators ,   auditors ,   educators , and   professional trading services   that require immediate, detailed, and reliable reporting. Everything from   entries, exits, SL/TP changes, comment changes, trailing sto
BreakEvan Utility  Is a simple tool in a panel with this utilities: This utility will draw a Golden Line in the chart applied showing the breakeven price, considering all the positions opened for that specific symbol. Also the information panel shows: Balance Breakeven Price for that chart Force Breakeven (for that symbol) as ON/OFF Force Breakeven Global (takes into account all trades opened) as ON/OFF Total Lots opened for Symbol Total Lots opened Global And two buttons: Force Breakeven: Whe
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
Capital Management EA – Smart Risk Management & Profit Optimization for MT5 Take control of your trading capital with smart, automated strategies — fully optimized for MetaTrader 5 (MT5). Looking to protect your capital and maximize profits through automated money management strategies ? Capital Management EA is the all-in-one Expert Advisor for MetaTrader 5 (MT5) that helps you trade smarter, not harder. Core Features: 5-in-1 Capital Management Strategies – Built-in versatility Gr
ADVANCED FUNCTIONALITIES: Trend Score (0-100) with visual bar Intelligent signals with adjustable strength (1-10) Risk management with automatic TP/SL Audible and visual alerts Price zones with smooth filling Multi-indicator analysis (RSI, ATR, BB, EMAs) DESIGN FEATURES Modern Visual: Smooth and well-spaced lines (EMA with 2-3px width) Vibrant and professional colors (Sky Blue, Orange, Gold) Modern arrows (code 233/234) for buy/sell signals Configurable dark/light theme Adjustable transparency f
Prizmal Logic
Vladimir Lekhovitser
3.5 (2)
リアルタイム取引シグナル 取引活動の公開リアルタイム監視: https://www.mql5.com/ja/signals/2353471 公式情報 出品者プロフィール 公式チャンネル ユーザーマニュアル セットアップ手順および使用ガイド: ユーザーマニュアルを開く 本エキスパートアドバイザーは、ルールに基づいた取引戦略に基づいて設計されています。 この戦略は、常に市場に参加するのではなく、特定の市場条件を識別することに重点を置いています。 システムは価格の動き、ボラティリティの特性、時間的要因を分析します。 これらの要素は、現在の市場環境が取引に適しているかどうかを判断するために使用されます。 複数の事前定義された条件が同時に満たされた場合にのみ取引が実行されます。 条件が満たされない場合、エキスパートアドバイザーは非アクティブな状態を維持します。 その結果、取引頻度は一定ではありません。 取引がまったく行われない期間が発生することがあります。 これには、ポジションが一切開かれない日も含まれます。 一方で、市場環境が適している場合には、比較的短時間で複数の
More stable MetaTrader 4 version is available here:  Lot Calculator Tool . This tool helps you to automatically calculate and manage risk, conveniently place orders visually, schedule orders, trail stops, move them to break-even and more. Features Place market or pending orders using draggable lines Schedule orders Calculate and limit risk using various methods See current spread See time till next candle Set custom order comments Trail stops Move stops to break-even See order profit/loss in p
RRtoolbox - Professional Tools: Risk:Reward Trading Tool (SL/TP Horizontals + Pending orders + Diagonals), Alerts set on trend lines (for alerts on diagonal levels), SelfManagement (BE, partials...), close/cancelling by time, Statistics, Info and trading on chart. One-Click Trading with Visual Risk:Reward Management RRtoolbox is a comprehensive trading panel that combines one-click order execution,  statistics and  powerful visual Risk:Reward tools, alerts set with trendlines, on chart butt
プレミアムレベルは、正しい予測の精度が80%を超える独自の指標です。 この指標は、最高のトレーディングスペシャリストによって2か月以上テストされています。 あなたが他のどこにも見つけられない作者の指標! スクリーンショットから、このツールの正確さを自分で確認できます。 1は、1キャンドルの有効期限を持つバイナリーオプションの取引に最適です。 2はすべての通貨ペア、株式、商品、暗号通貨で機能します 手順: 赤い矢印が表示されたらすぐにダウントレードを開き、青い矢印が表示されたら閉じます。青い矢印の後に開くこともできます。 試してテストしてください!推奨設定はデフォルトです! 日足チャートで最高の精度を示します! インディケータは、2600 Pipsの収益性に対して、約10Pipsという非常に小さなマージンを使用します。
Candlestick Pattern Scanner is a multi-timeframe and multi-symbol dashboard and alert system that checks all timeframes and currency pairs for different candlestick patterns that are formed in them. Scanner is integrated   with support and resistance zones so you can check the candlestick patterns in most important areas of the chart to find breakout and reversal patterns in the price chart. Download demo version   (works on M4,M6,M12,H3,H8 timeframes and 20 symbols of Market Watch window) Read
Exp5 Duplicator
Vladislav Andruschenko
4.78 (9)
Duplicator for MetaTrader 5 — 1つの端末内で動作するプロフェッショナルなポジション複製システム MetaTrader 5 ですでに開かれているポジションを自動で複製し、総ボリュームを拡張し、独自のロット設定を適用しながら、複製ポジションを明確なルールで管理したいトレーダーのための信頼性の高い Expert Advisor です。 手動売買、アルゴリズム売買、そして既存ポジションをより柔軟に管理したい場面に適した実用的なツールです。 Duplicator for MT5 は独自の売買戦略で新規ポジションを開くものではありません。役割は、MetaTrader 5 口座内にすでに存在しているポジションを監視し、指定した条件に従ってその複製を作成することです。複製回数、ロットサイズ、Stop Loss、Take Profit、コメント、追加の管理条件まで細かく設定できます。 異なるプラットフォーム間のコピーではなく、 同じ MetaTrader 5 端末内で ポジションを正確に複製したい場合、この MT5 版 Duplicator はその目的のために作られていま
Headline ShikaaTraders Gold Grid Pro is a high-performance trade management utility designed specifically for XAUUSD (Gold) and high-volatility pairs. It allows traders to execute complex grid-layering strategies with a single click, ensuring you never miss an entry during fast market moves. Why Choose Gold Grid Pro? Manual trading on Gold requires speed. Manually calculating distances and opening multiple positions takes too much time. This utility automates the "Scaling-In" process, allowing y
Fast execution utility for manual traders. Drag-and-drop visual trading, split take-profits, and single-ticket management system. Speed, Precision, and Risk Control. KAB Trade Manager is built for traders who need to execute fast but keep risk tight. It integrates all essential tools into floating, collapsible windows. Core Functions: Instant Order Execution:   Market and Pending orders with automatic Lot sizing based on SL distance. Focus Ticket Manager:   A dedicated window to monitor and mana
SMC Venom Model BPR インジケーターは、スマート マネー (SMC) コンセプトで取引するトレーダー向けのプロフェッショナル ツールです。価格チャート上の 2 つの主要なパターンを自動的に識別します。 FVG   (フェアバリューギャップ) は、3 本のローソク足の組み合わせで、最初のローソク足と 3 番目のローソク足の間にギャップがあります。ボリュームサポートのないレベル間のゾーンを形成し、価格修正につながることがよくあります。 BPR   (バランス価格範囲) は、2 つの FVG パターンの組み合わせで、「ブリッジ」を形成します。これは、価格がボリュームアクティビティの少ない動きで動くときに、ブレイクアウトしてレベルに戻るゾーンで、ローソク足の間にギャップを作成します。 これらのパターンは、大規模な市場プレーヤーと一般参加者の相互作用が発生するチャート上のボリュームと価格動向の分析に基づいて、トレーダーが主要なサポート/レジスタンス レベル、ブレイクアウト ゾーン、エントリ ポイントを識別するのに役立ちます。 インジケーターは、長方形と矢印の形でパターンを視覚
Was: $249  Now: $99   Market Profile defines a number of day types that can help the trader to determine market behaviour. A key feature is the Value Area, representing the range of price action where 70% of trading took place. Understanding the Value Area can give traders valuable insight into market direction and establish the higher odds trade. It is an excellent addition to any system you may be using. Inspired by Jim Dalton’s book “Mind Over Markets”, this indicator is designed to suit the
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
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
RSI Currency Strength Meter is a powerful and elegant multi-currency indicator that measures the real-time relative strength of the 8 major currencies using RSI logic. By calculating the smoothed performance of each currency across its major pairs and applying the RSI formula, it delivers clean and responsive strength lines that make it easy to spot which currencies are truly strong or weak at any moment. This indicator is particularly useful for visualizing currency correlations and divergence
TradeControl Pro – MetaTrader向け高度トレード管理ツール TradeControl Pro は、MetaTrader上でチャート内から直接トレードポジションを体系的かつ効率的に管理するためのトレードマネジメントツールです。明確に設計されたユーザーインターフェース、自動計算機能、そして多様なトレード手法に対応する柔軟な操作性を備えています。 統合されたオンチャートパネルは表形式で構成され、 Execution 、 Close 、 Info の3つの主要タブに分かれています。視認性と直感的な操作性を重視した設計となっています。 機能ごとに整理された分かりやすい構造 すべての主要トレード指標をリアルタイムで更新 追加ウィンドウなしでチャート上から直接操作可能 タブ: Execution(トレードの計画と実行) Executionセクションでは、新規トレードの計画および実行を行います。 Open Calc(保留注文設定) Open Calc を使用すると、チャート上に以下の3つのラインが自動的に表示されます: エントリー価格(Entry) ストップロス(SL) テイ
Trading Assistent is a multifunctional trading panel that combines all necessary tools for professional trading. The panel provides complete control over positions, in-depth risk analysis, and fast order execution. MAIN FUNCTIONAL BLOCKS Position Management: - Real-time viewing of all open positions - Sorting by symbol, profit, volume, and type - Visual indication of profitable and losing positions - Bulk closing operations - Breakeven function for profit protection Trading Operations: - I
Overview Mirror Signals EA is a powerful monitoring Expert Advisor that automatically sends real-time Telegram notifications for all important trade events on your MetaTrader 5 account. It is engineered specifically for signal providers , trade-copier operators , auditors , educators , and professional trading services that require immediate, detailed, and reliable reporting. Everything from entries, exits, SL/TP changes, comment changes, trailing stop activations, pending order modifications
ALIEN DASHBOARD FULL EDITION – Professional ICT & Precision Trading Dashboard for MT5 ( HYBRID ENGINE ) Overview The   Alien Dashboard Full Edition   is a comprehensive, all‑in‑one technical indicator for MetaTrader 5 that merges the most powerful concepts from Inner Circle Trader (ICT) methodology with advanced precision‑entry logic, multi‑timeframe analysis, and an intuitive on‑chart dashboard. Designed for serious traders who want to visualise institutional order flow, identify high‑probabili
DDKiller Pro
Njaratahiry Michael Randrianiaina
Stop Blowing Your Account. Once and For All. DDKiller Pro is the MT5 risk guardian that runs silently on your chart and shuts down trading the moment you hit a limit — whether you're grinding a prop firm challenge or managing your own CFD account. The problem every trader knows: You set your rules. You break them anyway. One revenge trade. One overleveraged position. One session that erases a month of gains. DDKiller Pro removes that decision from your hands entirely. What it does: The second yo
A powerful indicator that highlights key market zones and helps traders identify potential opportunities across multiple timeframes. Designed for clarity and efficiency, it provides real-time alerts to keep you informed of important price levels. Key Features: Works on multiple timeframes: M1, M5, M15, M30, H1, H4, D1, W1, MN1. Customizable zone colors for each timeframe. Real-time alerts and notifications when price reaches significant zones. Automatically manages chart objects to keep your wor
これはほぼ間違いなく、MetaTraderプラットフォームで見つけることができる最も完全な調和価格形成自動認識インジケーターです。 19種類のパターンを検出し、フィボナッチプロジェクションをあなたと同じように真剣に受け止め、潜在的逆転ゾーン(PRZ)を表示し、適切なストップロスとテイクプロフィットレベルを見つけます。 [ インストールガイド | 更新ガイド | トラブルシューティング | よくある質問 | すべての製品 ] 19の異なる調和価格形成を検出します プライマリ、派生および補完フィボナッチ投影(PRZ)をプロットします 過去の価格行動を評価し、過去のすべてのパターンを表示します この指標は、独自の品質とパフォーマンスを分析します 適切なストップロスとテイクプロフィットのレベルを表示します ブレイクアウトを使用して適切な取引を通知します すべてのパターン比をグラフにプロットします 電子メール/音声/視覚アラートを実装します スコット・M・カーニーの本に着想を得て、この指標は最も純粋で急を要するトレーダーのニーズを満たすように設計されています。ただし、トレードを容易にする
Expert TP SL v04 - Professional Trading Assistant with AI Motivation System Advanced manual trading tool with automatic risk management, overtrading protection, and intelligent psychological support for disciplined trading. PRODUCT OVERVIEW Expert TP SL v04 is a comprehensive trading assistant designed for manual traders who want to maintain emotional discipline while automating risk calculations. This isn't just another order placement tool - it's a complete trading psychology system that pr
Equity Shield Pro 1.1 NEW VERSION  Equity Shield Pro 1.1 is a powerful utility EA designed to safeguard your trading account by actively monitoring and enforcing equity protection and profit management rules. Whether you’re trading personal accounts or working through proprietary firm challenges, this EA ensures strict adherence to risk and profit targets, enabling you to maintain discipline and consistency. Fully compatible with all challenge types, Equity Shield Pro 1.1 is specifically craft
このプロダクトを購入した人は以下も購入しています
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (211)
取引 ごとのリスクの 計算、新規注文 の 簡単 な 設置、部分的 な 決済機能 を 持 つ 注文管理、 7 種類 のトレーリングストップなど 、便利 な 機能 を 備 えています 。 追加の資料と説明書 インストール手順   -   アプリケーションの手順   -   デモアカウント用アプリケーションの試用版 ライン機能 チャート上にオープニングライン、ストップロス、テイクプロフィットを表示します。この機能により、新規注文を簡単に設定することができ、注文を出す前にその特徴を確認することができます。   リスク計算 リスク計算機能は、設定されたリスクとストップロス注文のサイズを考慮して、新規注文のボリュームを計算します。ストップロスの大きさを自由に設定できると同時に、設定したリスクを守ることができます。 Lot calc ボタン - リスク 計算 を 有効 / 無効 にします 。 Risk フィールドでは 、必要 なリスクの 値 を 0 から 100 までのパーセンテージまたは 預金通貨 で 設定 します 。 設定」 タブで 、 リスク 計算 の 種類 を 選択 します :「 $ 通
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
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:/
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
Power Candles Strategy Scanner - 自動最適化型マルチシンボル設定ファインダー パワーキャンドル・ストラテジー・スキャナーは 、パワーキャンドル・インジケーターを駆動するのと全く同じ自己最適化エンジンを、マーケットウォッチに登録されているすべての銘柄に対して並行して実行します。1つのパネルで、現在統計的に取引可能な銘柄、各銘柄で勝率の高い戦略、最適なストップロス/テイクプロフィットの組み合わせが表示され、新たなシグナルが発生した瞬間に通知が届きます。 このツールは、Stein Investmentsのエコシステムの一部です。  18種類以上のツールをすべて閲覧し、AIを活用したセットアップの推奨を受け取り、  https://stein.investments でコミュニティに参加しましょう 市場動向を網羅。銘柄ごとに3,000件以上の自動最適化。2種類のアラート。ワンクリックでチャートを切り替えて即座にアクション。 なぜこれが必要なのか 多くのマルチ銘柄スキャナーは、 価格の動き (ボラティリティ、変動率、銘柄ごとのRSI)を表示するだけです。それ
Custom Alerts AIO:マルチマーケット監視を一括で実現 — 設定不要ですぐに使えるインテリジェントツール 概要 Custom Alerts AIO は、追加のインジケーター設定が不要で、インストール後すぐに利用できる高機能マーケットスキャナーです。FX Power、FX Volume、FX Dynamic、FX Levels、IX Power を内部にすべて統合し、主要なすべての資産クラス(為替、金属、指数、暗号資産)を一括監視できます。MetaTrader の仕様により、株式は個別のシンボルとして追加可能ですが、一般的には利用頻度は低めです。 1. なぜ Custom Alerts AIO を選ぶべきか 追加ライセンス不要 • 必要なすべての Stein Investments インジケーターが内蔵されており、すぐに使用可能です。 • チャートに表示されるグラフィックは省略されており、アラート生成に特化した構成です。 市場を広範囲にカバー • 為替、金属、暗号資産、株価指数に対応(株式は手動追加可能)。 • シンボル名を入力する必要はなく、プロパティで資産クラス
EA を買う前に、本当に耐えられるのか、それともバックテストでたまたま良く見えただけなのかを確認してください。 ほとんどのロボットは、見栄えのするバックテストと一緒に売られています。 右肩上がりのカーブ。 良い Profit Factor。 ほとんど疑いのない見た目。 それでも、その多くの EA は、市場がその履歴どおりに動かなくなった瞬間に崩れ始めます。 なぜでしょうか。 それは、バックテストが証明するのは一つだけだからです。 その戦略が、ある特定の価格の流れでは機能したということです。 別の流れでも通用することは証明しません。 頑健であることも証明しません。 もちろん、その EA があなたのお金に値することも証明しません。 なぜなら、あなたが EA を買うのは過去のきれいなカーブを眺めるためではないからです。 変化する市場で使うために買うのです。 AntiOverfit PRO がすること AntiOverfit PRO は、MetaTrader 5 の Expert Advisor が本当にしっかりしているのか、それとも特定の過去データにたまたまうまくはまっているだけなのかを確
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
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.
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
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
あなたがメンバーである任意のチャネルから(プライベートおよび制限されたものを含む)シグナルを直接あなたのMT5にコピーします。  このツールは、トレードを管理し監視するために必要な多くの機能を提供しながら、ユーザーを考慮して設計されています。 この製品は使いやすく、視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用を開始できます! ユーザーガイド + デモ  | MT4版 | Discord版 デモを試してみたい場合は、ユーザーガイドにアクセスしてください。 Telegram To MT5 受信機は、ストラテジーテスターで動作しません! Telegram To MT5の特徴 複数のチャネルから一度にシグナルをコピー プライベートおよび制限されたチャネルからシグナルをコピー BotトークンまたはChat IDは必要ありません   (必要に応じて使用することができます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナルを認
The product will copy all  Discord  signal   to MT5   ( which you are member  ) , also it can work as remote copier.  Easy to set up. Work with almost signal formats, support to translate other language to English Work with multi channel, multi MT5. Work with Image signal. Copy order instant, auto detect symbol. Work as remote copier: with signal have ticket number, it will copy exactly via ticket number. How to setup and guide: Let read all details about setup and download Discord To MetaTrader
ATTENTION For a free trial version, visit my website. Manual QUANTUM RiskGuard Management — Your ultimate ally for uncompromising trading. Lot Calculator — Automatic lot size calculation. Quantum — Automatic risk to maximize profits and reduce drawdowns. Automatic Journal — Included and freely downloadable from my website. Automatic Screenshot — Two screenshots: one at entry and one at exit. Partial Profit — Smartly managed partial exits. Smartphone Trading — Place orders from your mobile, mana
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
This EA Utility allows you to manage (with advanced filtering) unlimited open orders (manual or EA) with 16 trailing stop methods: fixed, percent, ATR Exit, Chandelier Exit, Moving Average, Candle High Low Exit, Bollinger Bands, Parabolic, Envelope, Fractal, Ichimoku Kijun-Sen, Alligator, Exit After X Minutes or Bars, RSI and Stochastic. The trailing stop can be either real or virtual, and you can exit fully or with a partial close percent on touch or bar close.  Moreover, you can add (override
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
このツールを使用すると、「すべて閉じる」をクリックするだけで、開いている注文をすべてワンクリックで閉じることができます。 収益性の高い注文のみをクローズしたい場合は、「収益性の高い注文をクローズする」ボタンをクリックすると、すべての変動注文がクローズされます。 変動損失のある注文のみを決済したい場合は、「損失可能注文を決済する」ボタンをクリックすると、変動損失のあるすべての注文が決済されます。 このツールは1年間テストされています. ワンクリックポジションクローズ機能は非常に完成しています. ポジションクローズはタイムリーであり、遅延範囲は小さいです. もちろん、遅延はあなたの地域やネットワーク環境にも関係します.ご注意ください。 履歴データのバックテスト プロセス中、このツールのパフォーマンスはさらに完璧になり、100 件の注文すべてを閉じるのに最長 0.495 秒しかかかりませんでした。 実際の取引プロセス中、私のポジション注文の最大数はわずか 26 で、すべてのポジションが決済されるまでにかかった時間は 1.28 秒でした。
PineChart
Muhammad Minhas Qamar
Developed by MMQ —  PineChart: Run PineScript Inside MT5 With A Modern Charting Experience An MQL5 Expert Advisor that runs Pine Script indicators and strategies directly inside MetaTrader 5. PineChart includes a full Pine Script interpreter so you can use your existing Pine Script v5/v6 source code without manually rewriting anything in MQL5. Links [  Website  |  Documentation  |  Demo ] NOTE: Downloading demo through MQL5 will give you limited functionality. To experience PineChart fully, dow
The Performance Logger is a utility for MetaTrader 5 designed to track and report account metrics. It identifies trades based on specific criteria and provides summaries of account activity. Main Functions Automated Reporting : Generates summaries of account performance and sends them to specified communication channels (Telegram or Discord) on a weekly, monthly, or yearly basis. Strategy Analysis : Organizes performance data based on the specific Expert Advisor or strategy used for each trade.
VOLUME BUBBLES ORDERFLOW FOOTPRINT PROFESSIONAL Expert Advisor for MetaTrader 5 Complete Feature Documentation Introduction: Volume Bubbles OrderFlow Footprint Professional is an advanced order flow visualization tool designed for the MetaTrader 5 platform. It provides institutional-grade market analysis through real-time volume bubbles visualization, volume profiling, and sophisticated order flow analysis. This Expert Advisor transforms raw market data into actionable trading intelligence, hel
素晴らしい信号を見つけましたが、プロバイダーの敷地が小さすぎますか?より大きなポジションボリュームが必要ですが、ターミナルの設定が悪すぎますか? Signal Lot Manager は、必要な量の重複注文によってプロバイダーのポジション量を増やします。 ロットサイズと注文をコピーするシグナルの名前を設定するだけです。 Signal Lot Manager は、端末上で注文を複製するためのロット乗数ユーティリティです。ソースは、任意のアドバイザー、手動取引、個別の取引シグナルを選択できます。簡単なセットアップで幅広い機能を備え、高速性と信頼性も備えています。 Sign Lot Manager インストールおよび入力ガイド EA に関する通知を受け取りたい場合は、URL を MT4/MT5 ターミナルに追加してください (スクリーンショットを参照)。 MT4のバージョン     https://www.mql5.com/en/market/product/34864 MT5のバージョン     https://www.mql5.com/en/market/product/41610 一
Gamma Edge Pro MT5 — GexBot Classic API Integration Gamma Edge Pro   brings institutional-grade   Gamma Exposure (GEX) data   directly onto your MetaTrader 5 chart — the same data used by professional options traders to anticipate price magnets, hedging flows, and dealer positioning. Powered by the   GexBot Classic API , this indicator automatically maps options market data from US-listed instruments onto any   MT5 CFD instrument   — Forex pairs, Gold, indices, and more — with intelligent price
Custom Timeframe Manager Pro: MetaTrader 5 で無制限のタイムフレームを ターミナルの標準設定では、価格変動の重要な詳細が隠れてしまうことがよくあります。分析をクラシックな期間のみに制限すると、トレーダーはトレンドの発生の瞬間や真のボラティリティレベルを見逃すリスクがあります。 Custom Timeframe Manager Pro は、MetaTrader 5 の限界を広げるプロフェッショナルなユーティリティです。分数やエキゾチックな期間を含む、あらゆるカスタム期間を作成し、ターミナルのネイティブチャートと同じように操作できます。 利用可能な期間タイプ: 秒足 :任意の数値(例:S1, S5, S15, S30)。 分数足 :分析を微調整するための非標準インターバル(例:M1.5, H1.5, D1.2)。 カスタム :戦略的分析のための多日、多週の拡大期間。 メリット: 本格的なチャート :作成された期間はMT5のネイティブチャートとして機能し、あらゆるインジケーター、オシレーター、テンプレート、EAを適用できます。これは「オーバーレイ」
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
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
What Exactly Is A Smart Trading Tool? Smart Trading Tool   was developed for fast and comfortable trading of the financial markets especially for   ORDER BLOCKS TRADERS .   It provides traders functionalities, such as: A Drawing Tool One-Click Trading Panel Automated Lot Sizes Calculation   based on your risk appetite & Money Management ( Watch this video , how this tool can help manage your risk per trade better!) Built in PRICE LEVELS (Fibonacci, Round Numbers, Daily hi-low, etc) Shows Trading
Mt5 To InterativeBrokers Copier allows you to copy deals from MT5 account to Interactive Brokers. With this, you can run your EA strategy on a MT5 Demo/Real Account, then copy all the deals to Interactive Brokers account real time. Features: 1. Copy or Invert-Copy deals Realtime from MT5 to IB Account. 2. Synchronizing positions of both accounts periodicaly, in case any missing copying. 3. You can choose only Buy position or Sell position. Symbols Setup: General Format:  {MT Symbol} -> {IB S
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
作者のその他のプロダクト
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.
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
Position Closure Management MT5
Juergen Marcus Wolfgang Rosswinkel
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 manuall
フィルタ:
レビューなし
レビューに返信