Trade Panel Manager MT4

Transform Your MT4 Trading: From Chaos to Command Center in One Click!

Struggling with manual position sizing? Losing track of multiple entries? Watching your basket trades spiral out of control? Stop the madness.

The Trade Panel Manager MT4 is the professional-grade EA that elite traders use to dominate the markets. This isn't just another trade manager – it's your complete trading command center that handles everything from lightning-fast single trades to sophisticated multi-position basket strategies.

Perfect For Traders Who:

✅ Want instant, accurate position sizing without calculators or spreadsheets
✅ Scale into positions and need unified basket management
✅ Trade from multiple devices (mobile, desktop, web) and need centralized control
✅ Demand precise dollar-based risk management across all positions
✅ Value their time and refuse to babysit trades manually

What Makes This Different:
Unlike basic trade managers that only handle single positions, this EA treats your entire basket as ONE intelligent trade. Scale in at 100, 110, 120? No problem. The EA automatically synchronizes all stop losses to maintain your exact dollar risk – no manual adjustments, no spreadsheets, no stress.


**1) General Functionality**

The EA is a comprehensive trade manager for MT4 responsible for:
- Opening new trades as pending orders
- Setting Stop Loss (SL) and Take Profit (TP) levels
- Determining lot size based on a percentage of account balance or fixed dollar amount at risk
- Displaying risk-to-reward ratio, spread, SL pips, and dollar values in the control panel
- Managing breakeven for open positions
- Providing interactive line-based trade setup with linked or independent dragging options
- Visualizing breakeven levels for open positions at weighted average entry prices
- Visualizing basket stop loss levels based on dollar amount risk for position baskets
- Visualizing basket take profit levels based on dollar amount target for position baskets
- Labels anchored to the right screen edge, following horizontal lines dynamically

**2) Inputs**
- RiskPercent: The percentage of account balance to risk per trade (default 1.0%)
- UseFixedRisk: Choose between percentage-based or fixed dollar risk (default false)
- FixedRiskAmount: Fixed dollar amount to risk if UseFixedRisk is true (default 100.0)
- RR: Risk-to-Reward ratio for TP calculation (default 3.0)
- MagicNumber: Unique identifier for the EA's trades (default 12345)
- EnableBE: Enable/disable breakeven feature (default false)
- BEPercent: Percentage of SL distance for BE activation (default 100.0%)
- BEOffsetPercent: Breakeven offset as percentage of SL distance (default 5.0%)
- LinkedLines: Enable linked line dragging mode (default true)
- BuyBEColor: Color for BUY breakeven lines (default clrPurple)
- SellBEColor: Color for SELL breakeven lines (default clrBlack)
- BasketSLDollarAmount: Dollar amount for basket SL calculation (default 50.0)
- BasketTPDollarAmount: Dollar amount for basket TP calculation (default 300.0)
- EnableBasketSL: Enable/disable automatic basket SL adjustment (default false)
The Magic Number identifies and manages the EA's orders and positions.

**3) Lot Size Calculation**
Lot size is calculated based on the selected risk method:
If UseFixedRisk = false:
Lot = (RiskPercent * AccountBalance) / (Distance in points * MODE_TICKVALUE)
If UseFixedRisk = true:
Lot = FixedRiskAmount / (Distance in points * MODE_TICKVALUE)

Where:
- Distance in points = |Entry - SL| / Point
- MODE_TICKVALUE is the tick value for 1 lot in account currency
- Lot is normalized to broker's step size and constrained by min/max lot limits

**4) Symbol-Specific Settings**
- For gold pairs (XAU/USD, etc.): Default SL = 200 pips, pip value = 0.1
- For BTC pairs: Default SL = 40000 pips, pip value = 0.01, spread pip value = 0.1
- For other pairs: Default SL = 20 pips, pip value based on digits (0.01 for JPY, 0.0001 for others)

**5) Control Panel**
- Displays RR ratio, spread in pips, SL distance in pips
- Buttons: Line BUY (green), Line SELL (red), Place Trade (light blue), Cancel (light gray), Hide Panel (pale goldenrod), Toggle BE (default), Toggle Basket SL (default), Toggle Basket TP (default), Disable Magic (default)
- "Hide Panel" button hides the entire control panel and shows a "Show Panel" button in top-left corner
- Clicking "Show Panel" restores the full control panel
- "Toggle BE" button dynamically shows/hides breakeven lines on the chart (starts with BE hidden)
- "Toggle Basket SL" button dynamically shows/hides basket SL lines on the chart (starts with basket SL hidden)
- Allows users to clear the chart for analysis while retaining easy panel access
- Panel updates in real-time as lines are adjusted

**6) Line BUY Feature**
When "Line BUY" is clicked:
- Creates three draggable horizontal lines:
  - Entry Line (blue): Shows lot size
  - SL Line (red): Shows dollar risk
  - TP Line (green): Shows dollar profit
- Initial: Entry at Ask, SL below by default pips, TP above by RR * default pips
- Labels positioned at the right edge of the screen, anchored to the lines
- In Linked Mode: Dragging entry moves SL/TP with default distances
- In Independent Mode: Lines dragged separately
- Dragging SL adjusts TP to maintain RR
- Dragging TP adjusts SL to maintain RR
- "Place Trade" creates BUY STOP/LIMIT order with calculated parameters

**7) Line SELL Feature**
Similar to Line BUY but for sell trades:
- Entry at Bid, SL above, TP below
- Labels positioned at the right edge of the screen, anchored to the lines
- Dragging behavior mirrors BUY
- Creates SELL STOP/LIMIT orders

**8) Line Dragging Options**
- LinkedLines = true: Entry drag moves SL/TP together; SL/TP drags adjust the other to maintain RR
- LinkedLines = false: All lines dragged independently

**9) Trade Placement**
- "Place Trade" button places pending order based on line positions
- BUY: STOP if entry > Ask, LIMIT if entry < Ask
- SELL: STOP if entry < Bid, LIMIT if entry > Bid
- Order includes calculated lot, SL, TP, magic number

**10) Breakeven Management**
If EnableBE enabled:
- Monitors open positions with EA's magic number
- When price reaches BEPercent of SL distance in profit, moves SL to breakeven + BEOffsetPercent
- Only triggers once per position

**11) Basket SL Visualization**
- Basket SL lines are hidden by default for clean chart analysis
- Calculates weighted average entry price for all BUY and SELL positions with the EA's magic number (or all positions if Disable Magic is enabled)
- Draws horizontal lines representing the basket stop loss levels based on BasketSLDollarAmount
- For BUY basket: SL = weighted average entry - (BasketSLDollarAmount / (total BUY lots * tick value)) * Point
- For SELL basket: SL = weighted average entry + (BasketSLDollarAmount / (total SELL lots * tick value)) * Point
- Black lines with labels "Basket SL BUY" and "Basket SL SELL" anchored to the right edge
- Can be toggled on/off dynamically via the "Toggle Basket SL" button
- Lines are updated in real-time as positions change

**12) Basket TP Visualization**
- Basket TP lines are hidden by default for clean chart analysis
- Calculates weighted average entry price for all BUY and SELL positions with the EA's magic number (or all positions if Disable Magic is enabled)
- Draws horizontal lines representing the basket take profit levels based on BasketTPDollarAmount
- For BUY basket: TP = weighted average entry + (BasketTPDollarAmount / (total BUY lots * tick value)) * Point
- For SELL basket: TP = weighted average entry - (BasketTPDollarAmount / (total SELL lots * tick value)) * Point
- Green lines with labels "Basket TP BUY" and "Basket TP SELL" anchored to the right edge
- Can be toggled on/off dynamically via the "Toggle Basket TP" button
- Lines are updated in real-time as positions change

**13) Breakeven Visualization**
- Breakeven lines are hidden by default for clean chart analysis
- Calculates weighted average entry price for all BUY and SELL positions with the EA's magic number (or all positions if Disable Magic is enabled)
- Draws horizontal lines at the weighted average entry prices for BUY and SELL baskets
- Purple line for BUY breakeven, black line for SELL breakeven (customizable colors)
- Labels "BUY breakeven price" and "SELL breakeven price" anchored to the right edge
- Can be toggled on/off dynamically via the "Toggle BE" button

- Lines are updated in real-time as positions change

**14) Historical Trade Visualization**
- Historical trades are hidden by default for clean chart analysis
- On EA startup, any existing historical trade lines from previous EA versions are removed
- On EA startup and after each trade closure, draws trend lines for all historical trades with the EA's magic number (or all trades if Disable Magic is enabled) when enabled
- Blue lines for BUY trades, red for SELL
- Lines from open time/price to close time/price
- Can be toggled on/off dynamically via the "Toggle History" button for journaling or review
- All historical lines are removed when the EA is detached from the chart, keeping the chart clean
- Handles broker history reduction gracefully

**15) Automatic Basket SL Management** 🔥 NEW FEATURE!
If EnableBasketSL enabled:
- **Revolutionary Automation**: Automatically synchronizes all position stop losses to a single calculated basket SL level on every tick
- **Perfect for Scaling**: Ideal for traders who scale into positions at different price levels – the EA manages the basket as a unified trade
- **Dollar-Based Risk**: Your basket risk is always exactly what you specify in BasketSLDollarAmount, regardless of how many positions or at what levels you entered
- **Smart Calculation**:
  - For BUY positions: Basket SL = weighted average entry - (BasketSLDollarAmount / (total BUY lots × tick value)) × Point
  - For SELL positions: Basket SL = weighted average entry + (BasketSLDollarAmount / (total SELL lots × tick value)) × Point
- **Unified Management**: All positions in your basket share the same stop loss level, treating multiple entries as a single trade
- **Intelligent Updates**: Only modifies positions when needed (with tolerance to avoid unnecessary broker requests)
- **Preserves TPs**: Your existing take profit levels remain untouched when SLs are adjusted
- **Works with Disable Magic**: Can manage positions with EA's magic number only, or ALL positions including manual trades
- **Independent Operation**: Works with or without the visual basket SL lines – pure automation if you prefer

**Real-World Example:**
You scale into BUY positions at 100, 110, and 120 (equal lots). The EA calculates:
- Weighted average (breakeven) = 110
- Basket SL = 110 - (your dollar risk / total position size)
- ALL three positions get this same SL, even though it may be above the entry of your first position at 100
- This is correct – you're managing the basket as a whole, not individual positions!

**Why Traders Love This:**
- Eliminates manual SL adjustments when scaling
- Maintains precise dollar risk across your entire basket
- Perfect for grid trading, averaging, and scaling strategies
- Set it and forget it – the EA handles everything automatically

**16) Disable Magic Feature**
- The "Disable Magic" button allows the EA to include all open positions in its calculations, not just those with the EA's magic number
- When enabled (button shows "Enable Magic"), the EA considers positions from all sources, including manual trades or trades from mobile apps
- This affects: Breakeven visualization, Basket SL visualization, Basket TP visualization, and Automatic Basket SL management
- The breakeven management (automatic BE) still only applies to positions with the EA's magic number
- Button toggles between "Disable Magic" (default, uses magic) and "Enable Magic" (includes all positions)
- Useful for managing basket positions opened from external sources while using the EA for visualization and potential basket management

**17) Real-Time Updates**
- RR ratio updates as lines dragged
- Lot size, SL pips, dollar values update dynamically
- Spread updates every tick
- Labels repositioned with line drags and chart zoom/scroll changes

**18) Safety Features**
- Lot size validation against broker limits
- Order modification error checking
- Proper object management and cleanup
- Compatible with various symbol types and digit counts

추천 제품
BreakEven Grid Utility for MT4 BreakEven Grid is a powerful utility for manual trade management on the MetaTrader 4 platform. It provides a convenient on-screen panel with buttons to help you manage your open positions with a single click.  Features: Set BE+Profit: Automatically sets Take Profit to breakeven + desired profit in pips or money. Close BUY/SELL: Instantly close all Buy or Sell orders for the current symbol. Close +$/-$/Old/New: Close only profitable, losing, oldest or newest tra
Expert Advisor for MT4 Useful utility MUST have for all traders.  With 1 click button, you're able to close all your open positions. Its come with a warning pop up notification when you click to close all your trades, to avoid an accident press the button. Just press 'Yes' to confirm or 'No' to cancel it. The expert will close all your open positions no matter what pairs you currently open or directions. Just attach the expert on 1 of your chart, and you're good to go.
Order Panel 28
Pablo Sebastian Nequecaur
Order Panel 28 — Professional Manual Execution Panel for MT4 Trade 28 forex pairs from a single on-chart panel — with automatic lot sizing, split entries, auto break-even, and stealth SL management. Order Panel 28 is a precision execution tool built for manual traders who want full control over their entries while eliminating the repetitive calculations that slow you down and cause mistakes. No indicators, no black-box signals — just a clean, fast panel that does the math so you can focus on you
Manual Trade Panel EA MT4
Juvenille Emperor Limited
5 (5)
수동 무역 패널 EA MT4 는 초보자 또는 전문가 트레이더를 위한 혁신적인 솔루션입니다! 수동 무역 패널 EA MT4 는 MT4에서 찾을 수 있는 가장 간단하고 사용하기 쉬운 무역 패널입니다. 추가 창이나 패널을 열 필요 없이 한 표면에 모든 옵션과 기능이 있습니다. 그것은 인터페이스를 사용하기 매우 편리한 하나의 주문 관리, 위험 계산기, 부분 폐쇄 및 계정 보호 유틸리티 모두입니다! 수동 거래 패널 EA MT4 를 사용하면 기존 수동 거래 방법보다 몇 배 더 빠르고 정확하게 거래할 수 있으며 거래 결정에 더 많은 시간과 더 명확한 정신을 집중할 수 있습니다. 계정 보존은 우리의 최우선 순위이므로 Manual Trade Panel EA MT4 는 또한 계정 이익을 얻거나 중지한 후 모든 미결 주문을 닫고 보류 중인 모든 주문을 삭제하며 EA가 첨부된 모든 터미널 차트를 닫을 수 있는 훌륭한 계정 보호 유틸리티입니다. 손실 자산에 도달했습니다. 이것은 이익 조건에서 매우 편리
Averager NEW
Oleg Popov
4 (7)
Expert Advisor Features trailing profit in the deposit currency (Trailing Stop Money) closing by a profit or loss in the deposit currency opening orders at a specified time managing positions opened manually or by another Expert Advisor calculating initial lot based on the current balance limiting the maximum lot volume choosing trading type several types and methods of averaging visually displays the current breakeven price, draws horizontal lines "Line break even BUY"-blue, "Line break even S
FREE
Fixer
Dimitri Nepomniachtchi
Track your orders, build a unified equity across selected symbols, magic numbers, terminals, and trading accounts. Closes orders when specified conditions are met. Creates new portfolios and adapts to already running portfolios according to your conditions. In short, take a look — it is worth it. If you have questions, write. If you are not sure about the settings, ask, I will help. Virtual SL, TP, Trailing.  * * * * It may seem like nothing special, but in practice they often help more than
OTRX Fimathe Backtest is a tool for the Trader or Enthusiast who uses the Fimathe technique created by Trader Marcelo Ferreira to carry out his training and validate if he can obtain profitability. In this tool you will be able to: 1. Define whether you are looking for a buy or sell entry. (Trend). 2. Define by clicking twice on the horizontal lines where your Reference Zone and your Neutral Zone will be. 3. Monitor the entry, subcycle and exit of the trade. 4. Trading Summary, Daily, Week
FREE
TP SL Bot
Ruslan Brezovskiy
TP SL Bot is a utility that automatically sets Stop Loss and Take Profit for newly opened orders in several ways. There is also a function for calculating the volume that you need to open the trade to get the desired amount with the specified Stop Loss / Take Profit size in points. There are several options for calculating the size and setting parameters TP and SL: 1. Setting based on the amount specified by the user as a percentage of the current deposit balance. 2. Setting as the amount entere
Draw And Alert V2
Teo Wee Kian Zhang Weijian
Draw your technical lines, click and received system alert on your MT4 Platform, or on your mobile phone.  No longer need to sit in-front on your screen to wait for prices.  Supported :  1. Support Line - alert when price is near drawn support line. Current price above drawn line.  2. Resistance Line - alert when price is near drawn resistance line.  Current price below drawn line.  3. TrendLine - alert when price is near drawn trendline.  4. Breakout Lines - alert when price crosses and closed
Group SL TP
Shailendra Singh
Basket trading /Basket SL TP Group Trade SL TP This is very good utility when you want set SL TP for many open trades  or portfolio As soon your account equity reach SL or TP , This EA will close all trades . you are allowed to change SL and TP any time. Also you need not to monitor group trades all the time you just set SL and TP in utility and relax once SL / TP situation will come all trades will be closed. SL and TP are in $Amount like 100$ SL and 500$ TP so once your profit reaches 500
ChangePeriod MT4
Kazuya Yamaoka
You can change the time period of the chart at the touch of a button. You can also change multiple charts at the touch of a button. You can also change multiple charts at the touch of a button, saving you the trouble of changing time periods. We are live-streaming the actual operation of the system. https://www.youtube.com/@ganesha_forex We do not guarantee your investment results. Investments should be made at your own risk. We sharll not be liable for any disadvantage or damage caused by th
VR Cub
Vladimir Pastushak
VR Cub 은 고품질 진입점을 얻는 지표입니다. 이 지표는 수학적 계산을 용이하게 하고 포지션 진입점 검색을 단순화하기 위해 개발되었습니다. 지표가 작성된 거래 전략은 수년 동안 그 효율성을 입증해 왔습니다. 거래 전략의 단순성은 초보 거래자라도 성공적으로 거래할 수 있다는 큰 장점입니다. VR Cub은 포지션 개시 지점과 이익 실현 및 손절매 목표 수준을 계산하여 효율성과 사용 편의성을 크게 높입니다. 간단한 거래 규칙을 이해하려면 아래 전략을 사용한 거래 스크린샷을 살펴보세요. 설정, 세트 파일, 데모 버전, 지침, 문제 해결 등은 다음에서 얻을 수 있습니다. [블로그] 다음에서 리뷰를 읽거나 작성할 수 있습니다. [링크] 버전 [MetaTrader 5] 진입점 계산 규칙 포지션 개설 진입점을 계산하려면 VR Cub 도구를 마지막 최고점에서 마지막 최저점까지 늘려야 합니다. 첫 번째 지점이 두 번째 지점보다 빠른 경우, 거래자는 막대가 중간선 위에서 마감될 때까지 기다립니다
It is so very disappointing when the price does not have enough points to achieve Take Profit and makes a reversal. This EA sets virtual levels near the TakeProfit levels. This EA sets virtual levels next to TakeProfit orders. If these levels are reached by price, breakeven or trailing stop is applied for an order. Features This EA does not set new orders. The aim of this EA is to manage stop losses of existing orders that are set by another EA or manually (magic number equals 0). For correct w
SMART TRADE PANEL PRO MT4용 전문 수동 트레이딩 유틸리티 Smart Trade Panel PRO V3는 빠른 주문 실행, 고급 포지션 관리 및 차트 내 전문 도구를 필요로 하는 트레이더를 위해 설계된 MetaTrader 4용 전문 트레이딩 패널입니다. Smart Trade Panel PRO V3는 수동 트레이딩, 스캘핑, Forex Trading, Gold Trading 및 Crypto CFD Trading을 위해 개발되었습니다. 이 유틸리티는 빠른 실행 속도, 전문적인 포지션 관리, 그리고 Breakeven, Trailing Stop, Reverse Position 및 통합 Recovery 시스템과 같은 고급 기능을 결합합니다. 깔끔하고 가벼우며 효율적인 인터페이스를 유지하면서 수동 트레이딩을 더욱 쉽고 편리하게 만들기 위해 설계되었습니다. 지원 시장: - Forex - Gold (XAUUSD) - 지수 - Crypto CFD - Scalping - Intrad
Trading utilite (expert advisor) Global Breakeven and Trailingstop developed for: Automatic set StopLoss and TakeProfit for orders opened manually or by other expert advisers Transfer stoploss to breakeven Trailing stop You can setup utilite at any existing chart and it will manage all opened orders for all pairs, or just selected pairs from the list. Also, you can setup utilite for each trading chart separately, and apply the unique setting for each chart. Settings: StopLoss  - stoploss size, p
Rhino Backtest Manager - 실거래와 전략 테스터를 위한 거래 관리 패널 Rhino Backtest Manager는 실거래와 MetaTrader 4 전략 테스터에서 모두 작동하는 거래 관리 패널입니다. 실계좌에서 쓰는 것과 같은 인터페이스로 테스터 안에서 직접 주문을 내고 관리할 수 있으므로, 과거 데이터로 전략을 확인한 뒤 도구를 바꾸지 않고 그대로 거래할 수 있습니다. 패널은 설정한 리스크 조건으로 주문 수량을 계산하고, 주문을 보내기 전에 각 손절과 익절의 금액을 표시하며, 일간·주간·월간 및 계좌 전체 기간의 결과를 기록합니다. 사용 설명서: 제품 사용 방법 무료 데모 버전: 데모 내려받기 MetaTrader 5 버전: Rhino Backtest Manager MT5 버전 처음 실행하기 전에 설명서 페이지에서 제공하는 폰트를 설치해야 합니다. 폰트가 없으면 패널이 정상적으로 표시되지 않습니다. 기능 두 가지 모드. 같은 패널이 실거래와 전략 테스터 모드에서
작동 체험판 다운로드 Copy Cat More (카피캣) MT4 트레이드 카피어 (Trade Copier) 는 단순한 로컬 트레이드 카피어가 아닙니다. 오늘날의 트레이딩 과제를 위해 설계된 완전한 리스크 관리 및 실행 프레임워크 (risk management and execution framework) 입니다. 프롭 펌 (prop firm) 챌린지부터 개인 포트폴리오 관리까지, 견고한 실행, 자본 보호, 유연한 설정, 고급 트레이드 처리의 조합으로 모든 상황에 적응합니다. 이 카피어는   마스터 (Master, 송신측) 와 슬레이브 (Slave, 수신측)   두 모드 모두에서 작동하며, 시장가 주문과 대기 주문, 트레이드 수정, 부분 청산, 상호 청산 (Close By) 작업을 실시간으로 동기화합니다. 데모 및 실거래 계좌, 트레이딩 또는 인베스터 로그인 모두와 호환되며, EA·터미널·VPS가 재시작되더라도 영구 트레이드 메모리 (Persistent Trade Memory) 시
Trade Builder Pro MT4
Mostafa Saad Saeed Shawara
제품명 Trade Builder Pro - 차트 기반 인터랙티브 비주얼 트레이드 매니저 및 리스크 어시스턴트 단순 설명 Trade Builder Pro 로 거래를 보다 간단하게 만드십시오. 본 도구는 매우 편리한 트레이드 어시스턴트( Trade Assistant )이자 비주얼 트레이드 매니저( Trade Manager )입니다. 차트에서 진입, 손절(SL), 익절(TP) 라인을 직접 조정하면 적정 랏수와 손익비( risk reward ratio )가 실시간으로 자동 계산됩니다. 개요 체계적인 거래 관리( Trade Management )는 장기적인 트레이딩의 성공 열쇠입니다. Trade Builder Pro 는 MetaTrader 차트상에 드래그할 수 있는 비주얼 대시보드를 제공하여 복잡한 수동 리스크 계산의 번거로움을 완전히 제거합니다. 라인을 조정하면 도구가 즉시 리스크 수학적 계산을 처리하며, 원클릭 또는 단축키를 활용한 빠른 진입가 설정이 가능합니다. 주요 기능: 인터랙티브
Easy Trade Executor는 MT4에서 빠른 포지션 크기 계산, 주문 실행 및 트레이드 관리를 위한 도구입니다. 차트에 Entry Price, Stop Loss, Take Profit 레벨을 직접 배치하고, 포지션 크기를 자동으로 계산한 후 몇 번의 클릭만으로 리스크가 관리된 트레이드를 실행할 수 있습니다. 왜 Easy Trade Executor를 선택해야 할까요? Easy Trade Executor는 단순한 리스크 계산 이상의 기능을 원하는 트레이더를 위해 설계되었습니다. 트레이더는 차트에서 직접 빠르고 효율적으로 트레이드를 관리하고 싶어 합니다. 이 도구는 포지션 크기 계산, 주문 실행 및 트레이드 관리를 하나의 워크플로우로 통합하여 수동 계산이나 여러 터미널 창 간 전환 대신 트레이딩에 집중할 수 있도록 해줍니다. Easy Trade Executor의 주요 기능: 리스크 기반 자동 포지션 크기 계산; 차트에서 직접 Market Order 및 Pending Order
Stop Loss Manager
Nicola Chimenti
TIRED OF HAVING TO CALCULATE THE LOTSIZE EVERY TIME? This indicator will do it for you, WHATEVER ASSET YOU CHOOSE in  10 seconds !!! INSTRUCTIONS The things to do in order to activate this indicator will take around 10 seconds once you understand how to use this indicator properly. Here are the steps to follow: Place the indicator on the chart of the asset you want to trade on. Go to " Inputs ". Enter where you want to set the stop loss .  Choose risk in $ . You can also choose whethe
FREE
R R Trade Assistant
Calvin Andile Mahlangu
5 (1)
R R Trade Assistant   is a utility Expert Advisor for   MetaTrader 4  built  to help traders visually define trades and manage risk efficiently. This tool combines a   graphical risk-reward interface   with   manual trade execution , allowing traders to easily set trade parameters directly on the chart. Users can define  Entry, Stop-Loss, and Take-Profit levels , calculate lot size based on risk percentage, and execute trades directly from the control panel. If you like the EA, feel free to lea
FREE
The "Lot Size" button toggles between fixed and auto lot size modes. Fixed mode uses a predetermined lot size, while auto mode calculates lot size based on a customizable percentage of the account balance, displayed at the bottom. The "Trailing Stop" button enables the activation or deactivation of the trailing stop feature. Initially set to "No Trailing," clicking the button changes it to "Trailing ON" when the trailing stop is active, and "Trailing OFF" when it is inactive. Below the button,
VN Trade Panel II
Vyacheslav Nekipelov
4 (1)
The new version of the trading panel, which now has the ability to separately close Buy and Sell orders, display targets for all orders on the chart, as well as the ability to use the panel to trade with brokers working on the FIFO rule. Also, the new version adds option buttons for separate management of open orders. It has a convenient visualized interface and intuitive control without a lot of additional tabs to which traders have to be distracted and switch their attention. Thanks to this,
Grid Trading
Waseem Raza
5 (3)
Grid Trading EA is a semi-automated one-click trading EA for both Normal Trading and Grid/Martingale Trading . Normal Trading Simply click Buy or Sell directly from the chart. The EA will automatically manage trades by: Setting Stop Loss and Take Profit Managing Trailing Stop Grid / Martingale Trading When Grid Trading mode is enabled, the EA will automatically open additional grid orders at specified distances while increasing the lot size based on your settings. Inputs & Settings Lots — Initia
MRPHN Overdosed EA
Affifuddin Bin Mohd Hazam
MRPHN Overdosed is a trend-following Expert Advisor built for XAUUSD , powered by a custom Supertrend indicator : iMRPHN (included for free). It combines simplicity and flexibility, offering optional Martingale logic, configurable risk settings, and time-based trading filters — ideal for traders who prefer a set-and-forget approach. Tested on :  XAUUSD Strategy : Trend-following using iMRPHN indicator Trade Timing Control : User-defined trade start & end time Take Profit / Stop Loss : Fully con
This tool will perform Trailing stop loss and Break even management for orders. Helps you limit or reduce the time spend watching orders on the screen, especially when you need to go to sleep. Just add this EA to 1 chart, you can manage all pairs. You can filter orders by comment, magic number, symbol, and order ticket number. When Breakeven it can add shift/offset pips (to cover the commission...). You can try in strategy tester before purchase. The EA will add Buy and Sell alternately, so yo
Virtual Collider Manual   is a trading assistant with a built-in panel for manual trading. It automatically moves a position opened by a trader in profit using innovative adaptive grid algorithm of averaging and adaptive pyramiding Know-how of the grid algorithm of averaging and pyramiding of the   Virtual Collider Manual   trading robot is based on fully automatic adaptation of all characteristics of dynamically build order grid and pyramid with actual price movement with no need for adjusting
Set TP & SL by Price – Auto Order Modifier for MT4 모든 주문에 정확한 TP 및 SL 가격 자동 설정 ️ 모든 심볼 및 EA와 호환되며, 심볼 또는 매직 넘버로 필터링 가능 이 EA는 EURUSD에서 1.12345 와 같은 정확한 가격값을 사용하여 TP 및 SL을 설정할 수 있게 해줍니다. 핍이나 포인트가 아닌 정확한 가격 기준으로 주문을 관리하며, 모든 주문 또는 필터링된 주문(차트 또는 매직 넘버)을 대상으로 적용할 수 있습니다. 주요 기능: 정확한 가격으로 TP 및 SL 즉시 설정 모든 주문, 현재 심볼 또는 특정 매직 넘버에 적용 가능 ️ TP 또는 SL을 제거하려면 0 사용 차트에 붙이기만 하면 자동으로 작동 모든 거래 상품과 호환 가능 이런 트레이더에게 추천: TP/SL을 빠르게 제어하고 싶은 수동 트레이더 출구 전략을 바꾸고 싶은 EA 사용자 다수의 주문을 동시에 관리하는 트
Crystal Trade Manager – 고급 MT4 리스크 & 트레이드 관리 도구 개요 Crystal Trade Manager (CTM)은 MetaTrader 4 전용 전문 유틸리티로, 리스크 관리·자동화·빠른 주문 실행 제어 를 위해 설계되었습니다. 트레이더가 자본을 보호하고, 일일 손실을 제한하며, 로트 크기를 제어하고, 핵심 주문 관리 기능 (Auto SL/TP, Break-Even, Trailing Stop)을 자동화할 수 있도록 도와줍니다. 이 툴은 수동 트레이더, Prop Firm 챌린지 참가자, 전문 펀드 매니저 에게 적합합니다. 주요 기능 1. 리스크 & 드로우다운 보호 일일 드로우다운 제한 (1%–70%) 설정 가능 제한 초과 시 모든 주문 자동 종료 옵션: 보류 주문 자동 삭제 일일 락아웃 → 다음날까지 신규 거래 차단 (Prop Firm 규정 준수) 2. 손익 목표 관리 일일 손익 목표를 USD로 설정 목표 달성 시 모든 포지션 자동 종료 Prop Firm 규
FREE
Angry bull Option Binary
Fabio Oliveira Magalhaes
1 (1)
Angry Bull Option Binary   This is a Binary Options robot, which contains 7 strategies, you can backtest it to check what the best strategies are Settings Initial Batch Value Dynamic Investment = If activated it will use an automatic lot according to its capital Balance ($) w/ backtest = Starting balance to backtest PorcRiscoInvestment = It will be the value of % for the automatic lot if it is activated Expiration (in minutes) = It will be the expiration time of orders in Binary Options Magic
이 제품의 구매자들이 또한 구매함
Trade Indicator Assistant is a powerful MT4 utility designed to turn indicators into automated trading systems. Its main feature is the ability to automatically detect an indicator’s   BUY and SELL signal buffers , without requiring you to know the buffer numbers, search through indicator settings, or modify the indicator source code. Bonus Indicator: After purchasing Trade Indicator Assistant, contact me to receive Trade Signal Pro completely free as a bonus indicator. [Download Demo Version]
The product will copy all telegram signal to MT4   ( 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
Unlimited Trade Copier Pro 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 not b
Strategy Builder offers an incredible amount of functionality. It combines a trade panel with configurable automation (covert indicators into an EA), real-time statistics (profit & draw down) plus automatic optimization of SL, TP/exit, trading hours, indicator inputs. Multiple indicators can be combined into an single alert/trade signal and can include custom indicators, even if just have ex4 file or purchased from Market. The system is easily configured via a CONFIG button and associated pop-up
VirtualTradePad PRO SE MT4 — MetaTrader 4용 고급 트레이딩 패널 및 차트 워크스페이스 VirtualTradePad PRO SE 는 MetaTrader 4 용 전문 트레이딩 패널이자 거래 관리 워크스페이스입니다. 하나의 차트 기반 인터페이스에서 거래를 더 빠르게 열고, 관리하고, 보호하고, 닫고, 분석할 수 있도록 도와줍니다. 이 제품은 단순한 버튼 모음 이상의 기능이 필요한 적극적인 수동 트레이더를 위해 만들어졌습니다. PRO SE는 원클릭 실행, 예약 주문, 포지션 제어, 부분 청산, 바스켓 손익 로직, 평균가 레벨, ATM 규칙, 신호 모니터링, 시장 정보, 전략 테스터 워크플로, VPS 중심 준비를 하나의 구조화된 워크스페이스로 통합합니다. MT5 버전 | 전체 설명 및 스크린샷 | 구입 방법 | 설치 방법 | 로그 파일을 얻는 방법 | 테스트 및 최적화 방법 | Expforex의 모든 제품 일반 수동 트레이딩 대비 장점 여러 창 대신 하나의 워
수동 매매를 위한 전문가용 트레이딩 패널로, 정밀한 진입부터 계좌 보호까지 매매의 전 과정을 차트 위 하나의 창에 담았습니다. 정해진 리스크에 정확히 맞춰 모든 포지션의 거래량을 산정하고, RR Tool로 차트에 직접 라인을 그려 거래를 설계하며, Market 주문과 예약 주문은 물론 Grid와 OCO까지 사용할 수 있습니다. 포지션 관리는 패널이 대신 처리합니다. 최대 다섯 단계 부분 청산, 여섯 가지 트레일링 스탑, 브레이크이븐, Virtual SL/TP를 지원합니다. 일간·주간·월간 한도가 예치금을 지키며, 기준을 넘기는 즉시 자동으로 발동됩니다. 가이드와 무료 Live 데모 무료 Live 데모 버전은 여기에서 이용할 수 있습니다 ( Free Live Demo ). 제품 사용 가이드는 여기에서 확인할 수 있습니다 ( User Manual ). NT Trade Manager는 트레이더의 모든 작업 흐름을 차트 위 작고 간결한 패널 하나에 모아, 터미널 창을 오갈 필요도, 진입할
Riskless Pyramid
Snapdragon Systems Ltd
5 (1)
Introduction This powerful MT4 trade mangement EA offers a way potentially to aggressively multiply trade profits in a riskfree manner. Once a trade has been entered with a defined stoploss and take profit target then the EA will add three pyramid add-on trades in order to increase the overall level of profit. The user sets the total combined profit target to be gained if everything works out. This can be specified either as a multiple of the original trade profit or as a total dollar amount. Fo
ManHedger MT4
Peter Mueller
5 (2)
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. Contact me for user support or bug reports, or if you want the MT5 version! MT5 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 strategies, to profit from ranging markets. Place orders easil
The Expert Advisor will help you forward all pop-up alert with screenshot from  MetaTrader 4 to Telegram channel/ group, also forward all notifications to Telegram. 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 to send message below Screenshot  How to setup and guide  - Telegram
EasyInsight AIO MT4
Alain Verleyen
4 (2)
EASY Insight AIO – 스마트하고 손쉬운 트레이딩을 위한 올인원 솔루션 개요 외환, 금, 암호화폐, 지수, 심지어 주식까지 — 전 시장을 몇 초 만에, 수동 차트 확인이나 복잡한 설치, 인디케이터 설정 없이 스캔할 수 있다고 상상해 보세요. EASY Insight AIO 는 AI 기반 트레이딩을 위한 궁극의 플러그 앤 플레이(Plug & Play) 데이터 내보내기 도구입니다. 단 하나의 깔끔한 CSV 파일로 전체 시장 스냅샷을 제공하며, ChatGPT, Claude, Gemini, Perplexity 등 다양한 AI 플랫폼에서 즉시 분석할 수 있습니다. 창 전환, 복잡함, 차트 오버레이는 더 이상 필요 없습니다. 자동으로 내보내지는 순수하고 구조화된 데이터 인사이트만으로, 반복적인 차트 감시 대신 데이터 기반의 스마트한 의사결정에 집중할 수 있습니다. 왜 EASY Insight AIO인가요? 진정한 올인원 • 별도의 설정, 인디케이터 설치, 차트 오버레이가 필요 없습
RedFox Copier Pro
Rui Manh Tien
4.7 (10)
Time saving and fast execution Whether you’re traveling or sleeping, always know that Telegram To Mt4 performs the trades for you. In other words, Our   Telegram MT4 Signal Trader  will analyze the trading signals you receive on your selected Telegram channels and execute them to your Telegram to MT4 account. Reduce The Risk Telegram To Mt4   defines the whole experience of copying signals from   Telegram signal copier to mt4 platforms. Users not only can follow all instructions from the signa
The FFx Hidden Manager panel will help you to manage easily your orders directly on the chart. Below all features described: TP, SL and TrailingStop are hidden Each order has its own lines on chart Drag & Drop any line to change the TP/SL as per your need Option to move automatically the SL line at breakeven when TP #1 is reached Option to choose the TP/SL type (by pips or price) Option to choose the TrailingStop type (by pips, MA, Fractals, PSAR or ATR) Define which order(s) you want to manage
FFx Risk Calculator panel will help you to calculate very easily your trades size, SL or the risk directly on the chart. All features are described below: Option to select which parameter to calculate: Risk, Stop Loss or Lot Size The panel will show if the lot size is allowed according to the current account free margin Button to maximize/minimize the panel Drag and Drop the panel anywhere on the chart How to use it? Select the parameter you want to be calculated. It will be based on the 2 other
Trade Copier Pro
Vu Trung Kien
4.29 (14)
Trade Copier Pro is a tool to copy trade remotely to 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 not be able to receive t
News Trader Pro
Vu Trung Kien
4.38 (16)
News Trader Pro is a unique robot that allows you to trade the news by your predefined strategy. It loads every piece of news from several popular Forex websites. You can choose any news and preset the strategy to trade it, and then News Trader Pro will trade that news by selected strategy automatically when the news comes. News release gives opportunity to have pips since the price usually has big move at that time. Now, with this tool, trading news becomes easier, more flexible and more exciti
FFx Watcher PRO
Eric Venturi-Bloxs
The FFx Watcher PRO is a dashboard displaying on a single chart the current direction of up to 15 standard indicators and up to 9 timeframes. It has 2 different modes: 1. Watcher mode: Multi Indicators User is able to select up to 15 indicators to be displayed User is able to select up to 9 timeframes to be displayed 2. Watcher mode: Multi Pairs User is able to select any number of pairs/symbols User is able to select up to 9 timeframes to be displayed This mode uses one of the standard indicat
NickZ Tool
Nicolas Zouein
This is a must have tool for a serious trader. It saves your precious time spent for opening/closing trades, creating pending trades and modifying your TP/SL in bulk according to either pips or price. If you need to quickly open several pending orders (Buy Stop, Sell Stop) at a certain distance from each other, this script will do all the routine for you! The first time you use this handy tool, you will realize it has already paid for itself. Instructions: Drag and drop this script onto a chart.
The product combines a manual trade panel with the ability to perform actions automatically in a highly configurable way. Actions include capturing indicator values and then based on those values raising alerts, open/close or partially close trades, scale-in, setting up pending orders, adjusting stop loss, take profit and more. On-chart controls can be configured, such as tick boxes and buttons, so can be fully interactive. The EA also handles money management, news events, hidden stop loss, tak
Binary Options Copier Remote is an EA that allows to copy binary options trades between MT4 accounts at different computers. This is an ideal solution for signal provider, who want to share his trade with the others globally on his own rules. Provider can give free bonus license to 10 receivers. That means those 10 receivers can copy from provider by using Binary Options Receiver Free (no cost). From 11th one, receiver have to buy Binary Options Receiver Pro (paid version) in order to copy from
This panel is very simple to use and it is a very ally to manage your positions and orders. Also you can modify your risk, writing in fields directly on Panel. One click on buttons and the operation on market is done! Operations possible: BUY/SELL Break Even Split (close 50% all orders) Close All positions Hedging (opens reverse positions to cover) Close only BUY positions Close only SELL positions Close All pending orders Reverse all positions Please watch the video to verify the very simple u
Slow Pips OCO Trade Panel is an advanced trading panel for placing pending orders. Traders can use this panel to place two pending orders at once. One pending order would be of buy entry type and the other one would be of sell entry type. Both orders will have Stop Loss and Take Profit parameters. Since two pending orders are placed at the same time, the pending order for which the price hits first gets converted into a market order and the other pending order gets deleted (one order cancels the
This indicator changes the timeframe and chart profile for multiple charts. If you dispatched many charts (10~20 or more) in single MetaTrader terminal, it is very boring and difficult work to manage the timeframe and chart profile individually. If the indicators you use in a chart are numerous and the setting values are different from the default one, you might give up adding all the indicators to all charts. The changing of timeframes on multiple charts has the same problem, too. Whenever you
The Price Action Dashboard is an innovative tool to help the trader to control a large number of financial instruments. This tool is designed to automatically suggest signals and price conditions. The Dashboard analyzes all major Time Frame suggesting price action conditions with graphic elements. The Dashboard can suggest you the strength of the trend identifying directional movement, it is an indispensable tool for those who want to open position themselves using market trends identifiers. The
Elliott Wave Counter는 Elliott 파동의 빠르고 사용자 친화적인 수동 마크업을 위한 패널입니다. 색상과 마크 수준을 선택할 수 있습니다. 도구에서 만든 마지막 마크업과 전체 마크업을 제거하는 기능도 있습니다. 한 번의 클릭으로 마크업이 이루어집니다. 5번 클릭 - 5개의 웨이브가 있습니다! Elliott Wave Counter는 Elliott 파동의 초보자와 전문 분석가 모두에게 훌륭한 도구가 될 것입니다. Elliott Wave Counter 설치 및 입력 가이드 당신이 얻고 싶다면       EA 추가 URL(   http://autofxhub.com   ) MT5 터미널에 대한   알림   (스크린샷 참조). MT4 버전   https://www.mql5.com/en/market/product/14016 MT5 버전   https://www.mql5.com/en/market/product/15081 일반 입력: 웨이브 유형 버튼:   이 버튼을 사용하면 차트
If you wish to draw Support and Resistance lines, view: daily market opening, classical pivot levels, Fibonacci pivot levels, trend lines, Fibonacci levels, the remaining time to candle closing, and current spread. If you seek to place your orders with the exact lot that meets your desired stop loss risk. If you wish to do all this and more with just one click, then this is the perfect tool to use. This tool will allow you to feel more relaxed when deciding to open orders, as well as predicting
원 클릭 분석 도구는       키보드 단축키 기반 객체 생성       MetaTrader용 복사 도구입니다. 클릭 한 번으로 MetaTrader의 분석 도구를 쉽게 사용할 수 있습니다. 당사의 도구를 사용하면 지지 및 저항 수준, 피보나치 수준, 도형, 채널, 추세선 및 기타 모든 개체를 차트에 빠르게 그릴 수 있습니다. 버튼을 클릭하고 마우스를 움직이면 One Click Analysis Tool이 나머지 작업을 수행합니다. 이를 통해 시간을 절약하고 차트 분석을 보다 효율적으로 수행할 수 있으므로 분석을 기반으로 정보에 입각한 거래 결정을 내리는 데 집중할 수 있습니다. 개체 생성 외에도 One Click Analysis Tool에는 다음이 포함됩니다.       개체 복사기(   차트   동기화)를   사용하면 한 차트에서 다른 차트로 개체를 쉽게 복사할 수 있습니다. 이는 여러 차트가 열려 있고 차트 간에 개체를 복제해야 하는 경우에 특히 유용할 수 있습니다. 원 클릭 분석
Partial Close Expert는   여러 기능을 하나의 자동화 시스템으로 결합한 도구입니다. 이 EA는 위험 관리 및 잠재 수익 극대화를 위한 다양한 옵션을 제공하여 트레이더가 포지션을 더욱 효과적으로 관리할 수 있도록 지원합니다. Partial Close Expert를 사용하면 거래자는 다음을 설정할 수 있습니다.       부분 폐쇄       이익을 확보하기 위한 수준       트레일링 스톱       이익을 보호하고 손실을 제한하는 수준       손익분기점       가격이 불리하게 변동하더라도 거래가 손익분기점을 넘지 않도록 보장하는 수준과 여러 가지 다른 기능이 있습니다. 이 올인원 EA를 사용하면 트레이더는 거래를 지속적으로 모니터링할 필요가 없으므로 시간과 노력을 절약할 수 있습니다. EA는 시장 상황에 따라 미리 설정된 지시를 실행하여 트레이더에게 거래에 대한 유연성과 통제력을 제공합니다. 부분 닫기 전문가 첨부,       키보드의 "p"를 누르고  
Master Trend Dashboard is a new generation indicator, compact, light and efficient. Each element of this Dashboard is designed to return specific signals as: Price Action, Breakout, Net Change (performance of the instrument), algorithmic studies, correlations and statistical calculations. This tool will change your way of trading allowing you to receive important information. See the Graphic Signals to understand every single signal below: Graphic Signals Symbol name and arrow color Green = Cur
Trade Copier Agent는 여러 MetaTrader(4/5) 계정/터미널 간에 거래를 복사하도록 설계되었습니다. 이 도구를 사용하면 제공자(소스) 또는 수신자(대상) 역할을 할 수 있습니다. 모든 거래 행위는 지연 없이 제공자에서 수신자로 복사됩니다. 이 도구를 사용하면 0.5초 미만의 매우 빠른 복사 속도로 동일한 컴퓨터의 여러 MetaTrader 터미널 간에 거래를 복사할 수 있습니다. 무역 복사기 에이전트 설치 및 입력 가이드 복사를 시작하기 전이나 주문이 없을 때 공급자 계정의 설정을 적용하십시오! 주문이 있는 동안 모든 변경 사항은 수신자 계정에 영향을 미칩니다. 예: 공급자 계정이 구매 주문을 적용한 다음 구매를 비활성화하면 수신자 계정의 모든 구매 주문이 닫힙니다. EA에 대한 알림을 받으려면 URL(   http://autofxhub.com   ) MT4 터미널을 추가하십시오(스크린샷 참조). MT5 버전   https://www.mql5.com/en/m
Unlimited Binary Options Copier Remote is a powerful tool to copy binary options trades remotely between multiple accounts at different locations over internet. This is an ideal solution for signal provider, who want to share his binary options trades with the others globally on his own rules. One provider can copy trades to unlimited receivers and one receiver can get trade from unlimited providers as well. The provider can set the subscription expiry for each receiver, so that receiver will no
제작자의 제품 더 보기
This Expert Advisor is a manual trading panel. It does not generate signals and does not trade automatically. All trades are executed based on user interaction. Visual Trading Made Easy: Place and drag horizontal lines directly on your chart to set your Entry, Stop Loss, and Take Profit levels. The Entry, Stop Loss, and Take Profit levels are taken directly from the position of the lines on the chart at the moment of execution. Automatic Lot Size Calculation: Stop risking more than you intend.
MarmGold MT5
Marlon Ahrens
** MarmGold ** is a fully automated breakout Expert Advisor that captures momentum when price breaks out of strategic price ranges using  clean price-action logic built on one of the most time-tested concepts in technical analysis. EA works best with trading Gold. No martingale. Each trade has SL and TP. Currently available at a launch price of $300. Regular price will be $999. Robustness and Reliability This is a highly profitable EA that has been tested across multiple years of historical d
필터:
리뷰 없음
리뷰 답변