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.
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 도구를 마지막 최고점에서 마지막 최저점까지 늘려야 합니다. 첫 번째 지점이 두 번째 지점보다 빠른 경우, 거래자는 막대가 중간선 위에서 마감될 때까지 기다립니다
Kalifx Equity Guard EA
Calvin Andile Mahlangu
Kalifx Equity Guard — Account Protection Utility (MT4) Kalifx Equity Guard is a MetaTrader 4 utility that monitors account equity and floating losses and closes open positions when predefined risk limits are reached. It operates independently of trade entry logic and works with both manual trades and Expert Advisors. The utility runs continuously in the background after being attached to any chart and timeframe. Main Functions Monitors account equity drawdown using percentage or monetary thresh
FREE
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
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
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 사용자 다수의 주문을 동시에 관리하는 트
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
Автопостроение трендовых линий. Отрисовка множества линий, потенциальных границ роста\падения цен (серый цвет линий) Выявление и отрисовка канала цен (зеленый цвет линий) Выявление потенциальных треугольников ТА (красный и синий цвет линий) Рекомендуется использовать белый фон графика, период графика - М30. Настройки Interval=200 - максимальное количество баров, используемых в анализе для построения линий. The_greatest_distance=5 000 - регулирует максимальное удаление от текущего бара уровня цен
텔레그램 채널을 통한 거래 복사기. 텔레그램 채널에 거래를 즉시 게시하거나 텔레그램 채널에서 거래를 복사하는 데 도움이 됩니다. 이 유틸리티는 MT4에서 신호를 수신하고 Telegram으로 신호를 전송하는 두 가지 방향으로 작동할 수 있습니다. 더 이상 놓친 거래가 없습니다. 더 이상 패닉은 없어 자본 관리 사용의 용이성 데모 https://www.mql5.com/ru/market/product/54082 다음 용도로 사용할 수 있습니다. 텔레그램 채널(인터넷을 통해)을 통해 자신의 거래를 복사합니다. MT4에서 MT5로 또는 그 반대로 거래를 복사합니다. MT5 버전 https://www.mql5.com/ru/market/product/56143 클라이언트를 위한 텔레그램 채널을 통한 신호 분배; 작동 방식: 테스트 채널 https://t.me/moneystrategy_mql에서 유틸리티가 어떻게 작동하는지 확인할 수 있습니다. PROVIDER 모드에서 유틸리티는 주문
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,
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
Trade Assistant Pro 36 in 1
Makarii Gubaydullin
4.76 (21)
다기능 거래 도구: 로트 계산기, 그리드 주문, 위험/보상 비율, 거래 관리자, 수급 구역, 가격 행동 분석 등 데모 버전   |   사용자 설명서 트레이딩 어시스턴트 는 전략 테스터에서 작동하지 않습니다: 이 유틸리티 를 테스트하려면 데모 버전을 여기서 다운로드하세요. 질문 /개선 아이디어/버그 발견 시 저에게 연락 하세요 MT5 버전이 필요하시면, 여기서 사용 가능합니다 거래 프로세스 를 단순화, 가속화, 자동화하세요. 이 대시보드 로 표준 터미널 기능을 확장합니다. 트레이딩 패널 은 모든 거래 상품에서 작동합니다: 외환, 주식, 지수, 암호화폐 등. 1. 새로운 거래 열기 : 로트/위험/위험보상비 계산: 수동 거래의 위험 관리 로트 계산기 (위험 크기 기반 거래량 계산) 위험 계산기 (로트 크기 기반 위험 금액) 위험 보상 비율 그리드 주문: + 동적 거리 옵션 및 분할 로트 옵션 주문 활성화 트리거, + Buy StopLimit/Sell StopLimit: Mt4에서도 가능
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
손익분기점을 자동으로 설정하는 유틸리티로, 주어진 거리를 지나갈 때 거래를 손익분기점으로 전환합니다. 위험을 최소화할 수 있습니다. 상인을 위해 전문 상인이 만들었습니다. 유틸리티는 거래자가 수동으로 또는 고문을 사용하여 개설한 모든 시장 주문과 함께 작동합니다. 매직 넘버로 거래를 필터링할 수 있습니다. 유틸리티는 동시에 원하는 수의 주문을 처리할 수 있습니다. MT5 버전 https://www.mql5.com/ru/market/product/57077 유틸리티가 할 수 있는 일: 1핍에서 가상 손익분기점 설정 실제 수준의 손익분기점 설정 각 주문에 대해 개별적으로 작업(손익분기 수준은 각 주문에 대해 별도로 설정됨) 단방향 주문 바구니로 작업(손익분기 수준은 모든 주문에 대해 공통으로 설정되고 별도로 구매 및 판매) 양방향 주문 바스켓으로 작업(손익분기 수준은 모든 주문에 대해 공통으로 설정되며, 함께 구매 및 판매) 테스트 및 작업을 위해 차트의 버튼을 사용할 수 있습니
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
PropProtector
Alexander Berger
️ PropProtector for MetaTrader 4 Automated account protection for prop trading – monitors rules, closes trades, protects your capital. ️ Important Note Before Installation TEST ON A DEMO ACCOUNT FIRST! Never install PropProtector directly on a live account with open trades without verifying all settings on a demo account first. ️ Check your settings carefully: Adjust min/max balance, loss limit, profit target and trade limits to match your account size and strategy. Incorrect settings m
FREE
Order Multiplier
Benjamin Zaufall
3.5 (2)
This experts helps you with increasing your signal volume. Everytime the signal opens a trade, the experts creats a specific amount of copies of this trade. Evertime the signal closes a trade, the expert closes all the copies of the singal trade. Input parameters: - amount_of_copies: The amount of copies the expert should create - interval_in_seconds: How often the expert should look for new orders to copy or closed orders, to close copies - lot_size_of_copies: The lot size of the new copies
SMC Venom Model BPR 지표는 Smart Money(SMC) 개념 내에서 일하는 트레이더를 위한 전문 도구입니다. 가격 차트에서 두 가지 주요 패턴을 자동으로 식별합니다. FVG (공정 가치 갭)는 3개의 캔들의 조합으로, 첫 번째와 세 번째 캔들 사이에 갭이 있습니다. 이는 볼륨 지원이 없는 레벨 사이에 구역을 형성하여 종종 가격 수정으로 이어집니다. BPR (균형 가격 범위)은 두 개의 FVG 패턴의 조합으로, "브리지"를 형성합니다. 이는 가격이 낮은 볼륨 활동으로 움직일 때 브레이크아웃과 레벨로의 복귀 구역으로, 캔들 사이에 갭을 생성합니다. 이러한 패턴은 거래자가 차트에서 거래량과 가격 역학을 분석하여 주요 지지/저항 수준, 돌파 구역 및 진입 지점을 식별하는 데 도움이 되며, 여기서 대형 시장 참여자와 일반 참여자 간의 상호 작용이 발생합니다. 이 지표는 사각형과 화살표 형태로 패턴을 시각화하며 유연한 경고 설정도 지원합니다. 주요 특징: 패턴 표시 모드:
이 제품의 구매자들이 또한 구매함
ManHedger MT4
Peter Mueller
5 (1)
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 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
Crystal Trade Manager PRO – MT4 고급 리스크 및 트레이드 관리 시스템 무료 버전: https://www.mql5.com/en/market/product/150632 개요 Crystal Trade Manager PRO(CTM)는 MetaTrader 4를 위한 전문급 거래 실행 및 리스크 관리 유틸리티입니다. 엄격한 실행, 견고한 자본 보호, 그리고 똑똑한 자동화를 필요로 하는 트레이더를 위해 설계되었습니다. 본 시스템은 계좌 리스크를 관리하고, 자본(EQ)을 보호하며, 일일 제한을 적용하고, SL/TP를 자동으로 설정하며, 전문급 기능을 갖춘 초고속 원클릭 트레이딩 패널을 제공합니다. Prop Firm 챌린지, 데이트레이딩, 스캘핑, 포트폴리오 매니저에게 최적화되어 있습니다. MT5 버전도 제공됩니다. 주요 기능 1. 고급 리스크 및 드로우다운 보호 기능 하루 드로우다운을 1%~70% 범위에서 설정 가능 설정한 한도를 초과할 경우 모든 포지션 즉시 종료 조건
Live Forex Signals 사이트 신호에 거래를 위해 설계   https://live-forex-signals.com/en   그리고  https://foresignal.com/en   . Live Forex Signals for MetaTrader 5  https://www.mql5.com/ru/market/product/81448 매개 변수 사용자 이름 및 암호는 사이트에 가입 한 경우 live-forex-signals.com/foresignal.com 구독이 없으면 필드를 비워 둡니다; 댓글 개설 된 거래에 대한 댓글 위험 위험 거래에 대한 예금의 백분율로,위험=0 인 경우,다음 값 많이 사용됩니다 거래에 대한 많은 고정 볼륨 사이트에서 이익을 가져 가라 웹 사이트에서 정지 손실을 사용 빈도신호업데이트고문의 사이트 방문 빈도 분 최대 스프레드무역에 허용되는 최대 스프레드를 거래합니다.스프레드가 더 높으면 보류 중인 주문 세트가 취소됩니다 사용트레일링 사용 후행 정지
The product will copy all  Discord  signal   to MT4   ( 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 MT4. 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
Smart Channel M4
Vahidreza Heidar Gholami
The trend in the market can be predicted using trend lines but the problem is you don’t know where exactly the price is going to touch the trend line where you can put your pending orders on. Smart Channel Expert Advisor makes it possible to put an advanced channel around the price data, which can be configured to handle placing orders, opening and closing positions, managing risk per trade, spread, slippage, and trailing stop-loss and take-profit automatically. Features Money Management (Calcul
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
Ultimate MT4 to Telegram (UMT) sends controlled trades (via symbol, magic, comment) to your telegram channel. It sends open and closed trades, including pending orders and TP/SL modifications, along with chart screenshots, to any telegram channel. Additionally, you can send trade reports of open trades and summary profit/pip reports for day, week, or month. You can customize the design of the trade actions or reports with variables and emoticons.  A beautiful panel allows you to visualize all t
Rocket FX Trading Manager PRO Note: Once you download the manager, message me for the background files The Ultimate All-in-One Trade Management Solution for MetaTrader 4 Version:   4.5 |   Platform:   MetaTrader 4 |   Category:   Utility / Trade Manager   Overview Rocket Fx Trading Manager v4.5 is a comprehensive, all-in-one trade management system designed to transform your trading experience. This powerful utility combines   intelligent position sizing ,   multi-target order placement
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 지표가 내장되어 있어 별도 구매가 필요 없습니다. • 즉시 알림 기능을 시작할 수 있어 빠르고 간편합니다. 모든 시장을 하나의 도구로
Ultimate Extractor - Professional Trading Analytics for MT4 Ultimate Extractor transforms your MetaTrader 4 trading history into actionable insights with comprehensive analytics, interactive charts, and real-time performance tracking. Ability to combine multiple accounts and MT4 and MT5 into a single dashboard. What It Does Automatically analyzes your MT4 trading history across all Expert Advisors and generates detailed HTML reports with interactive visualizations. Tracks live performance metric
Averaging Helper
Sergey Batudayev
5 (2)
평균화 도우미 - 이러한 종류의 거래 도우미 도구는 두 가지 기술을 사용하여 이전에는 수익성이 없었던 포지션의 평균을 맞추는 데 도움이 됩니다. 표준 평균화 추세에 따라 포지션을 이후 오픈하여 헤지 이 유틸리티는 매수 및 매도 포지션 모두 여러 방향의 여러 미결제 포지션을 한 번에 정리할 수 있습니다   . 예를 들어, 하나는 매도 포지션이고 다른 하나는 매수 포지션인데, 두 포지션 모두 수익이 없거나, 하나는 수익이 없고 하나는 수익이지만 수익이 충분하지 않은 경우, 두 포지션의 평균을 계산하여 더 높은 수익률로 거래를 마감하려는 경우, 이 유틸리티는 평균화 도우미(Averaging Helper)를 사용하는 데 도움이 될 것입니다. 평균화 도우미 유틸리티를 사용하면 다음 포지션의 크기, 주문 가격, 포지션을 평균화하고 지정한 이익 실현 크기에 맞춰 포지션을 마감하는 방향을 자동으로 계산할 수 있습니다. 이 유틸리티는 매수 및 매도 버튼을 사용하여 포지션을 오픈할 수 있도록 지원합니
With this Expert Advisor, you can seamlessly integrate various channel, arrow, and reversal indicators. It offers the flexibility to use all popular channel trading strategies, while also providing powerful tools to customize your trading conditions and risk management system.   The Expert Advisor opens orders when the price crosses the channel boundaries. Multiple crossing conditions are available for customization: Price touches boundary on re-entry into the channel Price touches boundary on
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인가요? 진정한 올인원 • 별도의 설정, 인디케이터 설치, 차트 오버레이가 필요 없습
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
--------------Welcome to use [MQL5 Signal Analyze Master]------------------  Function: Draw order tracks of MQL5 MT4 and MT5 signal on MT4 chart. [Using guide] 1.Use it as Experts. 2.Download history record from MQL5 signal(MT4 signal or MT5 signal).  3.Paste history record file below "MQL4/Files/" 4.Load [Signal Analyze Master] on the symbol chart what you want to analyze. 5.Paste the history record file name to parameter 'FileName' 6.Select  SignalType  match the history you download on MT4
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
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
Remote Trade Copier   is an advanced tool designed for efficiently copying trades between accounts in both   local   and   remote   modes. It allows for lightning-fast order replication from a master account to a slave account. In local mode, trades are copied instantly, while in remote mode, the copying process takes a second.  In new version, in remote mode , the copy operation can be performed with a delay of milliseconds or zero . After purchase, ask how to activate it MT4 Version (Only Loc
Trade Copier Pro
Vu Trung Kien
4.57 (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
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
Hedge Trade
Mothusi Malau
1 (1)
️ Hedge Trade — Smart Fixed-Offset Hedging EA Turn adverse moves into controlled recovery cycles. Hedge Trade is a professional-grade MetaTrader 4 Expert Advisor that protects any open trade by automatically placing and managing one intelligent hedge order. It’s built for traders who prefer to open their own base position but want an automated, disciplined hedging system to manage drawdown and capture counter-moves — safely, transparently, and without martingale. Key Features Automatic Hedg
If you need an advisor on any arrow indicator signals - this utility will definitely help you.  You will be able, with the help of this utility to form an unlimited number of EAs on YOUR signals , with your set of settings, with your copyright and complete source code . You will be able to use the resulting EAs unlimitedly , including adding them to the Market and other resources. Free simple version of the generation script to help you understand how it works - here What does the utility do? 
Ultimate Trailing Stop EA
BLAKE STEVEN RODGER
4.33 (15)
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 (overrid
Telegram To MT4 Receiver
Levi Dane Benjamin
3.67 (6)
당신이 멤버인 어떤 채널에서든(비공개 및 제한된 채널 포함) 신호를 직접 MT4로 복사하세요.  이 도구는 사용자를 고려하여 설계되었으며 거래를 관리하고 모니터하는 데 필요한 많은 기능을 제공합니다. 이 제품은 사용하기 쉽고 시각적으로 매력적인 그래픽 인터페이스로 제공됩니다. 설정을 사용자 정의하고 제품을 몇 분 안에 사용하십시오! 사용자 가이드 + 데모  | MT5 버전 | Discord 버전 데모를 시도하려면 사용자 가이드로 이동하십시오. Telegram To MT5 수신기는 전략 테스터에서 작동하지 않습니다! Telegram To MT4 특징 한 번에 여러 채널에서 신호를 복사합니다. 비공개 및 제한된 채널에서 신호를 복사합니다. Bot 토큰이나 채팅 ID가 필요하지 않습니다(필요한 경우 계속 사용할 수 있음). 위험 % 또는 고정된 로트를 사용하여 거래합니다. 특정 심볼을 제외합니다. 모든 신호를 복사할지 복사할 신호를 사용자 정의할지 선택합니다. 모든 신호를 인식하기
This is an Expert Adviser use for manual trading as a background EA or combine with external EA to open orders. Loss Recovery Trading is one of your options to handle the lose positions instead of using stop loss by setting a zone recovery area and target to exit the turn rounds sequence. How It Work? If the market goes against your first positions direction at the specific of losing points, the EA will open an opposite direction position with calculated larger lot size and also keep the first
Trade Copier for MT4   Supports multiple master and slave terminals   Local operation without DLL usage   Optional slow monitoring mode   Compatible with prop firm and personal accounts Trade Copier MT4 To MT4 Advanced Multi-Account Trade Copier for MT4/MT5 – Master & Slave Synchronization This Expert Advisor is a fully automated multi-account trade copying system designed for professional traders who require fast, stable, and flexible synchronization between MT4/MT5 accounts. It supports
This means now you can trade on multiple MetaTrader 4 accounts simultaneously, mirror the trades of any trading bot to your friends and family accounts (even if it is locked to your MT4 account number), create investment portfolios of many MT4 accounts, remove risk of unregulated Forex brokers, turn losing trading strategy into a winner and become an independent account manager immediately without the need to sign any contracts or opening expensive PAMM accounts with the broker. Reverse Trading
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
제작자의 제품 더 보기
Transform Your MT5 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 MT5 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
필터:
리뷰 없음
리뷰 답변