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

Önerilen ürünler
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)
Manuel Ticaret Paneli EA MT4 , MT4 için bulabileceğiniz en basit ve kullanımı kolay ticaret panelidir. Ek pencere veya panel açmaya gerek kalmadan tüm seçenekleri ve işlevleri tek bir yüzeyde toplar. Bu bir sipariş yönetimi, risk hesaplayıcı, kısmi kapatma ve hesap koruyucu aracıdır, hepsi bir arada kullanımı son derece kullanışlı bir arayüzdür! Manuel Ticaret Paneli EA MT4 'ü kullanarak, geleneksel manuel ticaret yöntemlerinden çok daha hızlı ve daha doğru ticaret yapabilirsiniz ve bu size ti
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 - Yeni açılan emirlere, belirtilen talimatlarınıza göre otomatik olarak Stop Loss ve Take Profit ayarlayan bir araçtır. Ayrıca, istenen Stop Loss/Take Profit boyutunda istenen miktarı elde etmek için işlem açmak için gereken hacmi hesaplama özelliği de bulunmaktadır. Boyut ve parametre ayarlamaları için birkaç seçenek vardır: 1. Mevcut hesap bakiyesinin yüzdesi olarak kullanıcı tarafından belirtilen miktarlara göre ayarlama yapma. 2. Kullanıcı tarafından belirtilen Stop Loss veya Take
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
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
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 , yüksek kaliteli giriş noktaları elde etmenin bir göstergesidir. Gösterge, matematiksel hesaplamaları kolaylaştırmak ve bir pozisyona giriş noktalarının aranmasını basitleştirmek için geliştirildi. Göstergenin yazıldığı ticaret stratejisi uzun yıllardan beri etkinliğini kanıtlamaktadır. Ticaret stratejisinin basitliği, acemi yatırımcıların bile başarılı bir şekilde ticaret yapmasına olanak tanıyan büyük avantajıdır. VR Cub, pozisyon açılış noktalarını ve Kâr Al ve Zararı Durdur hedef sev
Kalifx Equity Guard EA
Calvin Andile Mahlangu
5 (1)
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 Her emir için kesin TP ve SL seviyelerini otomatik olarak ayarlar ️ Tüm semboller ve EA’lerle uyumludur, sembole veya sihirli numaraya göre filtrelenebilir Bu Uzman Danışman (EA), kesin fiyat değerleri kullanarak (örneğin EURUSD için 1.12345 ) Take Profit (TP) ve Stop Loss (SL) seviyelerini belirlemenize olanak tanır. Pip yok, nokta yok — sadece kesin fiyat kontrolü. Tüm emirlerde veya belirli grafik/magic number’a göre uygulanabilir. T
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 - регулирует максимальное удаление от текущего бара уровня цен
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
Copier of transactions via   Telegram       channel. Will help you instantly publish your trade to the   Telegram   channel or copy transactions from   Telegram       channel. The utility can work in two directions: receiving signals in MT4 and transmitting signals to   Telegram   . No more missed deals No more panic Capital Management Ease of use DEMO  https://www.mql5.com/en/market/product/54082 You can use it for: copying your own transactions via   Telegram       channel (via the Internet
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 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
Çok İşlevli Ticaret Aracı: Lot Hesaplayıcı, Grid Emirleri, R/R Oranı, Ticaret Yöneticisi, Arz ve Talep Bölgeleri, Fiyat Hareketi ve Daha Fazlası Demo Sürüm   |   Kullanım Kılavuzu Ticaret Asistanı strateji test cihazında çalışmaz: bu yardımcı programı test etmek için Demo Sürümünü BURADAN indirebilirsiniz. Herhangi bir soru /iyileştirme fikri/hatalar için benimle iletişime geçin MT5 sürümüne ihtiyacınız varsa, burada mevcuttur Ticaret sürecinizi basitleştirin, hızlandırın ve otomatikleştirin. St
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
Siparişlerin önceden ayarlanmış ve MT4 terminali için otomatik lot hesaplamasına sahip bir ticaret paneli. Dikkat, Ticaret Paneli strateji test cihazında çalışmaz (yalnızca takip eden durdurma testi). Kılavuz, Açıklama, Hafif Demo İndir. Başarılı tüccarlar, öz disiplin ve yetkin yönetim ile ayırt edilirler. Sabit bir lot kullanırsanız, o zaman risk altındasınız demektir. Sonuçta, farklı zaman dilimlerinde farklı mesafeler vardır ve karsız bir işlem birkaç kar marjını kapatabilir. Otomatik lot ku
A utility for automatically setting breakeven levels, transfers trades to breakeven   when passing a given distance   . Allows you to minimize risks. Created by a professional trader for traders.       Utility       works with any market orders opened manually by a trader or using advisors. Can filter trades by magic number. The utility can work with any number of orders simultaneously. MT5 version https://www.mql5.com/ru/market/product/57077 WHAT THE UTILITY CAN DO: install virtulnoe levels   b
Crystal Trade Manager – Gelişmiş MT4 Risk & Trade Yönetim Aracı Genel Bakış Crystal Trade Manager (CTM), MetaTrader 4 için geliştirilmiş profesyonel bir araçtır. Risk yönetimi, işlem otomasyonu ve hızlı emir kontrolü sağlar. Trader’ların sermayelerini korumalarına, günlük drawdown sınırlarını kontrol etmelerine, lot büyüklüklerini yönetmelerine ve Auto SL/TP, Break-Even, Trailing Stop gibi temel işlem yönetim fonksiyonlarını otomatikleştirmelerine yardımcı olur. Manuel trader’lar, Prop Firm chal
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
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
Bu ürünün alıcıları ayrıca şunları da satın alıyor
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
With this Expert Advisor you will follow the sound trading principle Buy Low and Sell High by default ! And you can do that even with a normal day job . You will be even able to trade on lower timeframes which you could never do without such an Expert Advisor. And the best thing is that you are in control! You can tell the Edge Zone EA where it has to enter and where it has to exit. And you can do that even many hours before the trade will occur . This EA is therefore an excellent assistant for
Crystal Trade Manager PRO – MT4 İçin Gelişmiş Risk Yönetimi ve İşlem Kontrol Sistemi Ücretsiz Sürüm: https://www.mql5.com/en/market/product/150632 Genel Bakış Crystal Trade Manager PRO (CTM), MetaTrader 4 için geliştirilmiş profesyonel bir işlem yürütme ve risk yönetimi aracıdır. Disiplinli işlem yürütme, güçlü sermaye koruması ve MT4 içinde akıllı otomasyon isteyen trader’lar için tasarlanmıştır. Sistem; riski yönetir, equity’yi korur, günlük sınırları uygular, SL/TP’yi otomatik ayarlar ve prof
Custom Alerts AIO: Tüm Piyasaları Takip Et — Hiçbir Kurulum Gerekmez Genel Bakış Custom Alerts AIO , hiçbir ek yapılandırma gerektirmeyen, kullanıma hazır bir piyasa izleme çözümüdür. Gerekli tüm göstergeler — FX Power, FX Volume, FX Dynamic, FX Levels, IX Power — iç yapısına gömülüdür. Grafik görüntülemesi olmadan çalışır, bu da onu sessiz ve verimli bir şekilde gerçek zamanlı alarm üretimi için mükemmel hale getirir. Brokerınızın sunduğu tüm varlık sınıflarını destekler: Forex, Metaller, End
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
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  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
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
EASY Insight AIO – Akıllı ve zahmetsiz yatırım için hepsi bir arada çözüm Genel Bakış Tüm piyasayı — Forex, Altın, Kripto, Endeksler ve hatta Hisseler — saniyeler içinde, manuel grafik incelemesi, gösterge kurulumu ya da karmaşık ayarlar olmadan analiz edebildiğinizi hayal edin. EASY Insight AIO , yapay zekâ destekli yatırım için nihai, kullanıma hazır dışa aktarma aracınızdır. Tüm piyasanın kapsamlı bir anlık görüntüsünü tek bir temiz CSV dosyasında sunar; bu dosya ChatGPT, Claude, Gemini, Pe
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
Dashboard.mq4 - Basit Ticaret Yöneticisi Manuel ticaretten hoşlanan ve işlemleri yönetmeyi basitleştirecek bir araca ihtiyaç duyanlar için tasarlanmış bu güçlü MQL4 aracı, işlemlerinizi yönetmek için gerçek zamanlı bir gösterge paneli sağlayarak ticaret verimliliğini artırır. MetaTrader'a sorunsuz bir şekilde entegre olur, lot boyutlarını hesaplar ve risk metriklerini zahmetsizce takip eder. Ana Özellikler: Risk ve Marj Görüntüleme : Lot boyutları, marj gereksinimleri ve başarı oranlarını doğru
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
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
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
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
️ 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
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
This trade copy utility allows you to instantly and seamlessly replicate and synchronize unlimited orders from multiple master accounts to multiple slave accounts on your local machine. You can create custom channels (or portfolios) with advanced filtering capabilities to copy from multiple master accounts to multiple slave accounts. Moreover, you can tailor these channels with a range of lot sizing and trade condition options to ensure that copied trades outperform the original source. You can
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
Üye olduğunuz herhangi bir kanaldan (özel ve kısıtlı olanlar dahil) sinyalleri doğrudan MT4'ünüze kopyalayın.  Bu araç, kullanıcıyı göz önünde bulundurarak tasarlanmış olup işlemleri yönetmek ve izlemek için ihtiyacınız olan birçok özelliği sunar. Bu ürün, kullanıcı dostu ve görsel olarak çekici bir grafik arayüzünde sunulmaktadır. Ayarlarınızı özelleştirin ve ürünü birkaç dakika içinde kullanmaya başlayın! Kullanıcı Kılavuzu + Demo  | MT5 Sürümü | Discord Sürümü Demo denemek istiyorsanız lütf
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 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 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
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
Copies transactions between MT4 terminals. Possibilities: quick copy start minimum processor load direct and reverse (reverse) copying. copying Take Profit and Stop Loss levels copying deferred and their changes copy transactions one to many copy trades many to one local copy only Attention: The product is designed for copying trades only within a single computer or VPS with access to the desktop. The product will not work on the built-in Virtual Hosting of the terminal. We will help you set up
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
Yazarın diğer ürünleri
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
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
Filtrele:
Değerlendirme yok
Değerlendirmeye yanıt