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
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
Jose Luis Thenier Villa
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
Pro Gold System Indicator
PEDRO JOAQUIM GONCALVES GOMES
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
5 (1)
실시간 거래 신호 거래 활동의 공개 실시간 모니터링: https://www.mql5.com/ko/signals/2353471 공식 정보 판매자 프로필 공식 채널 사용자 매뉴얼 설정 안내 및 사용 지침: 사용자 매뉴얼 열기 이 전문가 어드바이저는 규칙 기반 거래 전략에 기반하여 설계되었습니다. 이 전략은 시장에 지속적으로 노출되기보다는 특정 시장 조건을 식별하는 데 초점을 둡니다. 시스템은 가격 움직임, 변동성 특성 및 시간 요소를 분석합니다. 이 요소들은 현재 시장 환경이 거래 참여에 적합한지 판단하는 데 사용됩니다. 여러 사전 정의된 기준이 동시에 충족될 때만 거래가 실행됩니다. 조건이 충족되지 않으면 전문가 어드바이저는 비활성 상태를 유지합니다. 그 결과 거래 활동은 일정하지 않습니다. 거래가 전혀 발생하지 않는 기간이 있을 수 있습니다. 이는 포지션이 전혀 없는 하루 전체를 포함할 수 있습니다. 반대로 적절한 시장 국면에서는 비교적 짧은 시간에 여러 거
RRtoolBox
David Ruiz Moreno
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
Lot calculator tool MT5
Ernestas Kvedaras
3.67 (3)
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
Premium level Pro
Dmitriy Kashevich
Premium level is a unique indicator with more than 80% accuracy of correct predictions! This indicator has been tested for more than two months by the best Trading Specialists! The author's indicator you will not find anywhere else! From the screenshots you can see for yourself the accuracy of this tool! 1 is great for trading binary options with an expiration time of 1 candle. 2 works on all currency pairs, stocks, commodities, cryptocurrencies Instructions: As soon as the red arrow app
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
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 지표는 Smart Money(SMC) 개념 내에서 일하는 트레이더를 위한 전문 도구입니다. 가격 차트에서 두 가지 주요 패턴을 자동으로 식별합니다. FVG (공정 가치 갭)는 3개의 캔들의 조합으로, 첫 번째와 세 번째 캔들 사이에 갭이 있습니다. 이는 볼륨 지원이 없는 레벨 사이에 구역을 형성하여 종종 가격 수정으로 이어집니다. BPR (균형 가격 범위)은 두 개의 FVG 패턴의 조합으로, "브리지"를 형성합니다. 이는 가격이 낮은 볼륨 활동으로 움직일 때 브레이크아웃과 레벨로의 복귀 구역으로, 캔들 사이에 갭을 생성합니다. 이러한 패턴은 거래자가 차트에서 거래량과 가격 역학을 분석하여 주요 지지/저항 수준, 돌파 구역 및 진입 지점을 식별하는 데 도움이 되며, 여기서 대형 시장 참여자와 일반 참여자 간의 상호 작용이 발생합니다. 이 지표는 사각형과 화살표 형태로 패턴을 시각화하며 유연한 경고 설정도 지원합니다. 주요 특징: 패턴 표시 모드
Blahtech Market Profile MT5
Blahtech Limited
5 (10)
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
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
Bneu Trade Manager Pro
Marvinson Salavia Caballero
**Bneu Trade Manager Pro** is an advanced trading utility Expert Advisor for MetaTrader 5 that extends the functionality of the free version with automated trade management features, risk protection systems, and compliance tools for proprietary trading firm challenges. **All Free Version Features Included** All features from the free version are included in the PRO version. This includes visual trade management with drag-and-drop lines, risk-based position sizing, one-click order execution, p
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
CosmiCLab FIBO
Kirils Subins
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
MultiTimeframe Support and Resistance Zones
Mohamed Gamal Abdelnasser Yous Hashesh
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
Trade smarter, not harder: Empower your trading with Harmonacci Patterns This is arguably the most complete harmonic price formation auto-recognition indicator you can find for the MetaTrader Platform. It detects 19 different patterns, takes fibonacci projections as seriously as you do, displays the Potential Reversal Zone (PRZ) and finds suitable stop-loss and take-profit levels. [ Installation Guide | Update Guide | Troubleshooting | FAQ | All Products ] It detects 19 different harmonic pri
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
Noize Absorption Index
Ekaterina Saltykova
Noize Absorption Index - is the manual trading system that measures the difference of pressure between bears forces and bulls forces. Green line - is a noize free index that showing curent situation. Zero value of index shows totally choppy/flat market.Values above zero level shows how powerfull bullish wave is and values below zero measures bearish forces.Up arrow appears on bearish market when it's ready to reverse, dn arrow appears on weak bullish market, as a result of reverse expectation.
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
Price Magnet — Price Density and Attraction Levels Indicator Price Magnet is a professional analytical tool designed to identify key support and resistance levels based on statistical Price Density. The indicator analyzes a specified historical period and detects price levels where the market spent the most time. These zones act as “magnets,” attracting price action or forming a structural base for potential reversals. Unlike traditional Volume Profile tools, Price Magnet focuses on price-time d
Fibo Channels
Jeffrey Quiatchon
Fibo Daily Channel Indicator The  Indicator is a powerful tool for traders, providing precise daily support and resistance levels based on Fibonacci retracement and extension calculations. This indicator automatically draws key pivot points (PP, R1, R2, S1, S2) as well as additional extension levels (R3, R4, S3, S4), helping traders identify potential reversal and breakout zones with ease. It includes customizable alerts and push notifications, allowing traders to receive updates whenever the pr
이 제품의 구매자들이 또한 구매함
Trade Assistant MT5
Evgeniy Kravchenko
4.42 (207)
거래당 위험 계산, 라인을 사용한 손쉬운 신규 주문, 부분 청산 기능을 통한 주문 관리, 7가지 유형의 트레일링 스탑 및 기타 유용한 기능을 제공합니다. 추가 자료 및 지침 설치 지침   -   애플리케이션 지침   -   데모 계정용 애플리케이션 평가판 라인 기능       - 차트에 개시선, 손절매, 차익실현을 표시합니다. 이 기능을 사용하면 새로운 주문을 쉽게 하고 개봉 전에 추가 특성을 볼 수 있습니다. 위기 관리       -       위험 계산 기능은 설정된 위험과 손절매 주문의 크기를 고려하여 새 주문의 볼륨을 계산합니다. 이를 통해 손절매 크기를 설정하고 동시에 설정된 위험을 존중할 수 있습니다. 로트 계산 버튼 - 위험 계산을 활성화/비활성화합니다. 필요한 위험 값은 위험 필드에 0에서 100 사이의 백분율 또는 예금 통화로 설정됩니다. 설정 탭에서 위험 계산 옵션을 선택합니다. $ 통화, % 잔액, % 지분, % 자유 마진, % 사용자 정의, % AB 이전
VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 Contact me via private message to receive the User Manual and Setup Video. * Thai Lauguage Support Available Farmed Hedge Yield Farming - Professional Pair Trading Dashboard (Manual - Hybrid - Semi/Automated EA) VERSION 3 - WILD HARVEST UPDATE Trading A
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.
HINN Lazy Trader
ALGOFLOW OÜ
5 (2)
The core idea: using the user interface, you configure the parameters the chart must meet before entering a position (or positions), choose which entry models to use, and set the rules for when trading and planning should end. Lazy Trader  handles the rest: it  takes over all the routine chart watching and execution! full description  :: 3 key videos [1] ->  [2]   ->  [3] What can it do? - Understands Larry Williams market structure - Understands swing market structure by Michael Huddleston
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
Crystal Trade Manager – Advanced MT5 Risk and Trade Control Utility Overview Crystal Trade Manager (CTM) is a professional MetaTrader 5 utility designed for risk management, trade automation, and instant execution control. It provides traders with an integrated system for protecting equity, managing daily drawdowns, controlling lot sizes, and applying automation features such as automatic SL/TP, break-even, and trailing stop. The tool is suitable for manual traders, prop-firm challenge particip
Telegram To MT5 Receiver
Levi Dane Benjamin
4.31 (16)
가입한 모든 채널에서 (개인 및 제한된 채널 포함) 시그널을 바로 MT5로 복사합니다.   이 도구는 사용자를 고려하여 설계되었으며 거래를 관리하고 모니터하는 데 필요한 많은 기능을 제공합니다. 이 제품은 사용하기 쉽고 시각적으로 매력적인 그래픽 인터페이스로 제공됩니다. 설정을 사용자 정의하고 제품을 몇 분 안에 사용할 수 있습니다! 사용자 가이드 + 데모  | MT4 버전 | 디스코드 버전 데모를 시도하려면 사용자 가이드로 이동하십시오. Telegram To MT5 수신기는 전략 테스터에서 작동하지 않습니다! Telegram To MT5 특징 여러 채널에서 동시에 신호를 복사합니다. 개인 및 제한된 채널에서 신호를 복사합니다. Bot 토큰이나 채팅 ID가 필요하지 않습니다.   (원하는 경우에는 사용할 수 있습니다) 위험 % 또는 고정된 로트로 거래합니다. 특정 심볼을 제외합니다. 모든 신호를 복사할지 또는 복사할 신호를 사용자 정의할지 선택할 수 있습니다. 모든 신호를 인
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
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – 스마트하고 손쉬운 트레이딩을 위한 올인원 솔루션 개요 외환, 금, 암호화폐, 지수, 심지어 주식까지 — 전 시장을 몇 초 만에, 수동 차트 확인이나 복잡한 설치, 인디케이터 설정 없이 스캔할 수 있다고 상상해 보세요. EASY Insight AIO 는 AI 기반 트레이딩을 위한 궁극의 플러그 앤 플레이(Plug & Play) 데이터 내보내기 도구입니다. 단 하나의 깔끔한 CSV 파일로 전체 시장 스냅샷을 제공하며, ChatGPT, Claude, Gemini, Perplexity 등 다양한 AI 플랫폼에서 즉시 분석할 수 있습니다. 창 전환, 복잡함, 차트 오버레이는 더 이상 필요 없습니다. 자동으로 내보내지는 순수하고 구조화된 데이터 인사이트만으로, 반복적인 차트 감시 대신 데이터 기반의 스마트한 의사결정에 집중할 수 있습니다. 왜 EASY Insight AIO인가요? 진정한 올인원 • 별도의 설정, 인디케이터 설치, 차트 오버레이가 필요 없습
Ultimate Extractor
Clifton Creath
5 (9)
Ultimate Extractor - Professional Trading Analytics for MT5 *****this is the local HTML version of Ultimate Extractor. 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 detailed HTML reports with interactive vi
Custom Timeframe Manager Pro: MetaTrader 5 의 무제한 타임프레임 터미널의 기본 설정은 종종 가격 움직임의 중요한 세부 사항을 숨깁니다. 분석을 클래식 주기로만 제한하면 트레이더는 추세의 시작점과 진정한 변동성 수준을 놓칠 위험이 있습니다. Custom Timeframe Manager Pro는 차트 생성에 대한 모든 제한을 없애주는 전문가용 솔루션입니다. 소수점 및 특수 주기를 포함한 모든 사용자 지정 주기를 생성할 수 있으며, 생성된 주기는 편리한 제어판에 즉시 표시됩니다. 사용 가능한 주기 유형: 초 단위: S1부터 시작하는 모든 값 (예: S5, S15, S30). 소수점 단위: M1.5, H1.5 또는 D1.2와 같은 고유한 주기. 사용자 지정: 다중 일봉(D2, D3) 및 다중 주봉(W2) 차트. 주요 기술적 이점: 인프라 접근 방식 (Custom Symbols): 이 도구는 터미널 데이터베이스에 실제 거래 심볼을 생성합니다. 이를 통해 사용
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
Crypto Charting
Rajesh Kumar Nait
5 (5)
Crypto Charting for MT5 – MetaTrader 5용 암호화폐 차트 통합 도구 개요 Crypto Charting for MT5는 WebSocket을 통해 실시간 OHLC 차트 데이터를 제공합니다. 여러 거래소를 지원하며 MT5에서 자동으로 데이터가 동기화됩니다. 기능 WebSocket을 통한 실시간 차트 자동 역사 데이터 업데이트 네트워크 중단 시 예약된 동기화 모든 MT5 타임프레임 지원 OHLCV 데이터 지원 전략 테스터 지원 자동 재연결 기능 지원 거래소 Binance, Bybit, OKX, KuCoin, MEXC, Gate.io, Bitget, XT.com 추가 정보 Crypto Ticks 라는 별도 제품에서 틱 데이터와 오더북 정보를 제공합니다. 참고 사항 DLL 미사용, VPS 환경에 적합합니다. Strategy Tester에서는 WebRequest 기능이 작동하지 않습니다. 데모가 필요하신 경우 MQL5의 개인 메시지를 통해 문의하십시오. Full
Neowave Chart Plotter
Bahador Baradari
5 (1)
This Expert Advisor is applicable to plot wave charts as per the NeoWave  method (Neely Extension of Wave Theory).  NeoWave is a scientific, objective and revolutionary style of Elliott Wave Theory that was invented by Glenn Neely in 1990 in the “Mastering Elliott Wave” book. To start analyzing with this method, we need a particular chart called the Wave Chart or Cash Data chart . This is the first step for a good wave analysis. To draw this chart, Highs and Lows should be plotted in the order t
Signal TradingView to MT5 Pro Automator TradingView와 MetaTrader 5 간의 즉각적인 전문 실행 TradingView 알림과 MT5의 실제 실행을 연결하는 가장 강력한 커뮤니케이션 브리지로 거래 전략을 자동화하세요. 속도, 유연성 및 완벽한 위험 관리를 요구하는 트레이더를 위해 설계된 이 Expert Advisor는 모든 알림 메시지를 정확한 시장가 또는 지정가 주문으로 변환합니다. 강점 및 이점 범용 파싱 엔진(독점 기술): 모든 알림 형식에서 데이터를 자동으로 인식하고 추출할 수 있는 고급 기술입니다. 단일하고 엄격한 형식에 얽매일 필요가 없습니다. 시스템은 심볼, 액션, 가격, SL 및 TP를 자동으로 이해합니다. 실시간 실행: 지연 시간을 최소화하도록 최적화된 1초 미만의 초고속 폴링 기술. 신호 수신 후 몇 밀리초 내에 주문 실행이 이루어집니다. 기관 수준의 위험 관리: 다음 기준에 따른 자동적이고 정확한 로트(Lot) 크기 계
Custom Alerts AIO: 다중 시장을 동시에 모니터링 – 설정 없이 즉시 사용 가능 개요 Custom Alerts AIO 는 복잡한 설정 없이 즉시 사용할 수 있는 통합 시장 모니터링 도구입니다. FX Power, FX Volume, FX Dynamic, FX Levels, IX Power 등 필요한 모든 지표가 내장되어 있어 별도의 설치나 구성 없이 알림 기능을 바로 사용할 수 있습니다. 차트 그래픽 없이 작동하며, Forex, 금속, 지수, 암호화폐 등 주요 자산군을 모두 지원합니다. 주식(Symbols)은 별도로 입력하여 추가할 수 있으나, MetaTrader에서는 일반적으로 제한적으로만 사용됩니다. 1. 왜 Custom Alerts AIO를 선택해야 하나요? 추가 라이선스가 필요 없습니다 • 모든 Stein Investments 지표가 내장되어 있어 별도 구매가 필요 없습니다. • 즉시 알림 기능을 시작할 수 있어 빠르고 간편합니다. 모든 시장을 하나의 도구로
************************************************************************************************************************************** GoldMine Train은 Gold를 위한 트렌드 트레이딩 전략 EA입니다. 운영자는 주요 트렌드 방향을 결정하고 Train에 이동을 지시합니다. Train은 해당 방향으로 지속적으로 매수/매도를 합니다. Lot 볼륨은 계정 잔액과 사전 설정된 레버리지 비율에 따라 달라집니다. 운영자가 트렌드 방향을 변경하면 Train이 멈추고 이익을 잠급니다. 사용자는 차트의 버튼을 사용하여 트렌드 방향을 쉽게 선택할 수 있습니다. ******************************* ***************** ********************** ***************** ********************** *********
The Expert Advisor will help you forward all alert from  MetaTrader 5 to Telegram channel/ group.  All alert must save to folder <Data folder>MQL5\Files\Alerts\ , text file with format *.txt and screenshot with format *.gif or *.png. Parameters: - Telegram Bot Token: - create bot on Telegram and get token. - Telegram Chat ID:  - input your Telegram user ID,  group / channel ID - Forward Alert: - default true, to forward alert. - Send message as caption of Screenshot: - default false, set true t
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
Unlimited Trade Copier Pro MT5 is a tool to copy trade remotely to multiple MT4, MT5 and cTrader accounts at different computers/locations over internet. This is an ideal solution for you if you are a signal provider and want to copy your trades to other receivers globally on your own rules. One provider can copy trades to multiple receivers and one receiver can get trade from multiple providers as well. The provider can even set the subscription expiry for each receiver, so that receiver will n
Dynamic Fibonacci Grid
Tsvetan Tsvetanov
5 (1)
MT5용 Dynamic Fibonacci Grid Dashboard 최신 버전을 소개합니다. 많은 새로운 기능이 추가된 이번 대시보드는 거래 경험을 완전히 변화시키며, 시장과 가격 움직임을 완전히 새로운 관점에서 볼 수 있게 합니다. 여러 시간대와 여러 심볼을 동시에 분석하여 새로운 가능성을 발견하세요. 수동 거래와 포지션 관리에 친화적인 사용자 인터페이스와 미리 정의된 자동 전략을 적용할 수 있는 확장된 기능을 제공합니다. 또한 DFG는 이제 전략 테스터(Strategy Tester)에서 트레이딩 시뮬레이터로 완벽하게 작동하며, 과거 데이터를 사용하여 다양한 거래 조건을 재현할 수 있습니다. 시각 모드에서 수동 거래를 연습하고, 고속 모드에서 자동 전략을 테스트할 수 있습니다. 주요 기능 • Dynamic Fibonacci Bands 개념을 기반으로 한 다중 시간대 및 다중 심볼 고급 기술 분석 실시간 시장 모니터링 대시보드를 통해 탁월한 효율성을 경험할 수 있습니다. M1,
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
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
Mentfx Mmanage mt5
Anton Jere Calmes
4.25 (8)
The added video will showcase all functionality, effectiveness, and uses of the trade manager. Drag and Drop Trade Manager. Draw your entry and have the tool calculate the rest. Advanced targeting and close portions of a trade directly available in tool (manage trades while you sleep). Market order or limit order on either side with factored spread. Just draw the entry, the tool does the rest. Hotkey setup to make it simple. Draw where you want to enter, and the stop loss, the tool calculates al
Ultimate Trailing Stop EA MT5
BLAKE STEVEN RODGER
4.13 (8)
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
GRat Crypto
Ivan Titov
4.5 (2)
Trade on crypto exchanges in MT5! GRat_Crypto is a tool for manual and automated trading , including ANY available EA, ANY  cryptocurrency  on most popular crypto exchanges in the familiar MT5 environment 24/7. Features 1. ALL instruments of the 9 most popular crypto exchanges are available: Binance, BingX, Bybit, Coinbase, CoinEx, Kraken,   KuCoin, MEXC and OKX . 2. The ability to place ANY type of order available in MT5, both market and pending, to modify orders and positions, to delete order
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
Features   With MT5 to Interactive Brokers(IB) Trader, you can: 1. Load chart data from IB to MT5, and Analyze with all standard or customer Indicators. 2. Place Orders to IB Account Directly in MT5. 3. Make your Own EAs upon IB Securities by only making minus changes of the trading function. Usage 1) Installation Copy the "Mt5ToIBTraderEn.ex4" and sample files to [MT5 Data Folder]->MQL5->Experts.  2)  MT5 Settings Add the IP Address to the MT5 Allowed URLs in 'Tools->Options->Expert Adviso
HYT utility
Sergey Batudayev
HYT(Help Your Trading)   는 두 가지 주요 기술을 사용하여 손실 포지션의   평균을 낮추는 데   도움이 되도록 설계된 도구입니다. 표준 평균화. 추세 방향으로 포지션을 개시하여 헤지하는 방식입니다. 이 도구를 사용하면 매수와 매도 모두에서 여러 방향으로 개설된 여러 포지션을 관리할 수 있습니다. HYT는 다음 포지션의 크기, 주문 가격, 평균화 방향, 지정된 이익 실현 수준으로 포지션을 마감하는 것을 자동으로 계산합니다. 또한 매수 및 매도 버튼을 사용하여 포지션을 개설하고, 원하는 이익 실현 수준과 초기 로트를 지정하는 옵션도 제공합니다. 사용을 시작   하려면 도구를 차트로 끌어다 놓고, 이익 실현 수준을 설정한 후 "평균화 시작" 버튼을 클릭하면 됩니다. 초기 포지션이 너무 크지 않도록   주의하고, 평균화할 때 도구가 포지션 크기를 늘리므로 추가 비용이 발생할 수 있음을 대비하세요. HYT는   자동 거래   도 가능합니다. 자동 거래가 활성화되면, 도구
CRT Pro Trading EA Ultimate v10 - 전문 패턴 스캐너 개요 CRT Pro Trading EA Ultimate v10은 Helios Technologies가 개발한 고급 멀티 심볼 Expert Advisor로, 지능형 추세 정렬을 갖춘 CRT(통합-조작-분배) 패턴을 감지하고 거래하는 데 특화되어 있습니다. 이 EA는 기관 거래 개념과 스마트 신호 관리를 결합하여 여러 시장에서 고확률 거래 기회를 제공합니다. 주요 기능 추세 정렬 신호 생성 스마트 추세 분석: 지배적인 시장 추세와 일치하는 신호만 생성 다중 타임프레임 확인: 상위 타임프레임 분석을 사용하여 낮은 확률 설정 필터링 적응형 신호 방향: 강세 추세 = 매수 신호만, 약세 추세 = 매도 신호만, 중립 추세 = 양방향 허용 다중 심볼 시장 스캐너 12개 이상의 상품 지원: EURUSD, GBPUSD, USDJPY, USDCHF, AUDUSD, USDCAD, EURGBP, XAUUSD, US30
제작자의 제품 더 보기
Trading Reporter Dashboard MT5
Juergen Marcus Wolfgang Rosswinkel
Trading Reporter — Visual Performance Dashboard for MT5 A complete account performance dashboard rendered directly on your MT5 chart — no browser, no external tool, no subscription. Attach it once, resize it to fit your screen, and every key metric updates automatically on each new bar — configurable via InpRefreshBars. Free. No limitations. No trial period. Full source transparency.
FREE
Enhanced Telegram Position Tracker MT5
Juergen Marcus Wolfgang Rosswinkel
Enhanced Telegram Position Tracker — Real-Time Trade Monitoring & Reporting for MT5 The most complete Telegram reporting solution for MetaTrader 5. Every trade, every update, every alert — delivered instantly to your Telegram channel, group, and forum topics. No missed closures, no duplicates, no spam.
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
필터:
리뷰 없음
리뷰 답변