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)
手動トレードパネルEAMT4 は、MT4で見つけることができる最も簡単で使いやすいトレードパネルです。追加のウィンドウやパネルを開く必要なしに、すべてのオプションと機能が1つのサーフェスにあります。これは、注文管理、リスク計算、部分閉鎖、アカウント保護ユーティリティのすべてを1つにまとめた、非常に便利なインターフェースです。 Manual Trade Panel EA MT4 を使用することで、従来の手動取引方法よりも何倍も速く正確に取引することができ、取引の決定に集中するためのより多くの時間と明確な心を得ることができます。 アカウントの保存は私たちの最優先事項であるため、 手動取引パネルEA MT4 は、アカウントが利益を得るか停止した後、すべての未決済の取引を閉じ、すべての保留中の注文を削除し、EAが添付されているすべてのターミナルチャートを閉じることができる優れたアカウント保護ユーティリティでもあります損失の公平性に達しました。これは、利益条件で非常に便利であり、エクイティが希望のストップロスレベルを下回ったときに、取引口座をさらなる損失から救うことができます。 ヒント:
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 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
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 は、質の高いエントリーポイントを獲得するためのインジケーターです。このインジケーターは、数学的計算を容易にし、ポジションへのエントリーポイントの検索を簡素化するために開発されました。このインジケーターが作成されたトレーディング戦略は、長年にわたってその有効性が証明されてきました。取引戦略のシンプルさはその大きな利点であり、初心者のトレーダーでもうまく取引することができます。 VR Cub はポジション開始ポイントとテイクプロフィットとストップロスのターゲットレベルを計算し、効率と使いやすさを大幅に向上させます。取引の簡単なルールを理解するには、以下の戦略を使用した取引のスクリーンショットを見てください。 設定、設定ファイル、デモ版、説明書、問題解決方法は、以下から入手できます。 [ブログ] レビューを読んだり書いたりすることができます。 [リンク] のバージョン [MetaTrader 5] エントリーポイントの計算ルール ポジションをオープンする エントリーポイントを計算するには、VR Cub ツールを最後の高値から最後の安値までストレッチする必要があります。 最初
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 任意の注文に正確なTPおよびSL価格を自動設定 ️ すべての通貨ペアとEAに対応、シンボルまたはマジックナンバーでフィルタリング可能 このエキスパートアドバイザーは、Take Profit(TP)およびStop Loss(SL)を正確な価格で設定できます(例:EURUSDの 1.12345 )。ポイントやpipsではなく、価格による明確なコントロール。すべての注文、またはチャート/マジックナンバーによってフィルタリングされた注文に適用可能です。 主な機能: 正確な価格でTPとSLを即時変更 全注文、現在のシンボル、または特定のマジックナンバーに適用 ️ 0を使用してTPやSLを削除 グラフに追加するだけで自動的に作動 すべての取引商品と互換性あり こんな人におすすめ: TP/SLを迅速に制御したい裁量トレーダー 出口戦略を変更したいEAユーザー 多くの注文を管理している人 質問や提案はありますか? コメント欄でお気軽
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
Telegramチャネルを介したトランザクションのコピー機。取引をTelegramチャネルに即座に公開したり、Telegramチャネルからトランザクションをコピーしたりするのに役立ちます。このユーティリティは、MT4で信号を受信することと、Telegramに信号を送信することの2つの方向で機能します。 これ以上の逃した取引はありません もうパニックはありません 資本管理 使いやすさ デモ https://www.mql5.com/ru/market/product/54082 あなたはそれの用途を見つけることができます: Telegramチャネル(インターネット経由)を介して独自のトランザクションをコピーする。 MT4からMT5へ、またはその逆にトレードをコピーします。 MT5バージョン https://www.mql5.com/ru/market/product/56143 クライアントのテレグラムチャネルを介した信号の配信。 使い方: ユーティリティがどのように機能するかは、テストチャネル https://t.me/moneystrategy_mqlで確認できます 。 P
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
多機能取引ツール:ロット計算機、グリッド注文、R/R比率、トレードマネージャー、需給ゾーン、プライスアクションなど デモ版   |   ユーザーマニュアル トレードアシスタント はストラテジーテスターでは動作しません:この ユーティリティ をテストするには デモ版をこちら からダウンロードしてください。 ご質問 /改善のアイデア/バグ発見 の場合は 私に連絡 してください MT5版が必要な場合は、 こちら から入手できます 取引 プロセス を簡素化、高速化、自動化します。この ダッシュボード で標準ターミナルの機能を拡張します。 取引パネル はあらゆる取引銘柄で動作します:FX、株式、指数、暗号通貨など。 1. 新規取引の開始 :ロット/リスク/RR計算:手動取引のリスク管理 ロット計算機(リスクサイズに基づく取引量計算) リスク計算機(ロットサイズに基づくリスク額) リスクリワード比率 グリッド注文: + 動的間隔オプション、分割ロットオプション 注文アクショントリガー、+ 買いストップリミット/売りストップリミット:Mt4でも可能 仮想SL、仮想TP(非表示SL、非表示TP:ブロ
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
MT4端末のための事前設定された注文と自動ロット計算と取引パネル。 注意:ストラテジーテスターではトレーディングパネルは機能しません(トレーリングストップのテストのみ)。 マニュアル, 説明, ライトデモのダウンロード. 成功したトレーダーは、自己規律と有能なお金の管理によって区別されます。 固定ロットを使用すると、危険にさらされます。 結局のところ、異なる時間枠には異なる距離があり、1つの不採算取引がいくつかの収益性の高い取引をカバーすることができます。 各トランザクションのストップロスが預金の1%を超えないように自動ロットを使用する場合は、この問題を解決します。 また、トレーダーは部分的な閉鎖、損益分岐点への取引の移転、トレーリングストップを使用し、チャート上の過去の取引を分析します。 十分なニュアンスがあるので、私は取引パネルを書くことにしました。 私の好みのために、それは非常に機能的で快適であることが判明しました。 取引パネルの機能 。 任意のアカウントと通貨での作業 。 ロット計算のための注文の視覚的なプリセット 。 ロット計算のための保留中の注文の視覚的なプリセット 。
損益分岐点レベルを自動的に設定するためのユーティリティで、指定された距離を通過するときに取引を損益分岐点に転送します。リスクを最小限に抑えることができます。トレーダーのためにプロのトレーダーによって作成されました。ユーティリティは、トレーダーが手動で、またはアドバイザーを使用して開いたすべての成行注文で機能します。魔法数で取引をフィルタリングできます。ユーティリティは、同時に任意の数の注文を処理できます。 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 の一貫性ルールに準拠 3. 自動 Stop Loss &
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
このプロダクトを購入した人は以下も購入しています
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向け 高度リスク管理・トレードコントロールシステム 無料版: https://www.mql5.com/en/market/product/150632 概要 Crystal Trade Manager PRO(CTM)は、MetaTrader 4 のために設計された、プロフェッショナル向けのリスク管理および取引管理ユーティリティです。 厳密な執行、強力な資金保護、高度な自動化を必要とするトレーダーのために構築されています。 本システムは、リスク管理、エクイティ保護、日次制限、SL/TP の自動設定を行い、プロレベルの高速ワンクリック取引パネルを提供します。 Prop Firm チャレンジ、デイトレード、スキャルピング、資金運用者に最適です。 MT5版も利用可能です。 主な特徴 1. 高度なリスク・ドローダウン保護 日次ドローダウン上限を 1%〜70% の範囲で設定可能。 上限超過時、 全てのポジションを即時クローズ 。 オプションで 全ての保留注文(Pending Orders)を自動削除 。 日次ロックアウトモード:翌日
Custom Alerts AIO:マルチマーケット監視を一括で実現 — 設定不要ですぐに使えるインテリジェントツール 概要 Custom Alerts AIO は、追加のインジケーター設定が不要で、インストール後すぐに利用できる高機能マーケットスキャナーです。FX Power、FX Volume、FX Dynamic、FX Levels、IX Power を内部にすべて統合し、主要なすべての資産クラス(為替、金属、指数、暗号資産)を一括監視できます。MetaTrader の仕様により、株式は個別のシンボルとして追加可能ですが、一般的には利用頻度は低めです。 1. なぜ Custom Alerts AIO を選ぶべきか 追加ライセンス不要 • 必要なすべての Stein Investments インジケーターが内蔵されており、すぐに使用可能です。 • チャートに表示されるグラフィックは省略されており、アラート生成に特化した構成です。 市場を広範囲にカバー • 為替、金属、暗号資産、株価指数に対応(株式は手動追加可能)。 • シンボル名を入力する必要はなく、プロパティで資産クラス
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 – スマートで手間いらずな取引のオールインワンソリューション 概要 数秒で市場全体——FX、ゴールド、暗号資産、指数、さらには株式まで——を、手作業のチャート確認や複雑なセットアップ・インジケーター導入なしにスキャンできたらどうでしょうか? EASY Insight AIO はAIトレードのための究極のプラグ&プレイ型エクスポートツールです。市場全体のスナップショットを、クリーンなCSVファイルで一括出力。ChatGPT、Claude、Gemini、Perplexityなど、さまざまなAIプラットフォームで即座に解析できます。 ウィンドウの切り替えやグラフのごちゃごちゃしたオーバーレイはもう不要。自動エクスポートされる純粋で構造化されたインサイトだけで、無駄なチャート監視に悩まされず、スマートなデータ主導の判断に集中できます。 なぜEASY Insight AIOなのか? 本当のオールインワン • セットアップ不要、インジケーターのインストール不要、チャートへのオーバーレイ不要。インストールして起動し、エクスポートするだけです。 マルチアセット対
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 - シンプルなトレーディングマネージャー 手動取引を好み、取引の管理を簡素化するツールを求めているトレーダー向けに設計された、この強力なMQL4ユーティリティは、取引の効率を高め、リアルタイムのダッシュボードを提供して取引を管理します。MetaTraderにシームレスに統合され、ロットサイズの計算やリスク指標の追跡を簡単に行えます。 主な機能: リスク&マージン表示 : リアルタイムでロットサイズ、必要マージン、勝率を計算し、正確な取引判断をサポートします。 取引管理ボタン : 1クリックで購入/売却の注文を出し、すべての取引(利益のあるもの、損失のあるもの)を閉じ、テイクプロフィットやストップロスのキャンセルなど、注文の修正が可能です。 カスタマイズ可能な勝率追跡 : 現在の月、最後の取引、または全履歴など、さまざまな期間で取引のパフォーマンスを分析できます。 インタラクティブで直感的なUI : 素早い操作が可能なカスタマイズ可能なボタンを備えた、明確で使いやすいダッシュボード。 正確な計算 : 口座残高とリスク率に基づいたロットサイズ計算機が内蔵されてい
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
あなたがメンバーである任意のチャンネル(プライベートおよび制限されたチャンネルを含む)からのシグナルを、直接あなたのMT4にコピーします。 このツールは、ユーザーを念頭に置いて設計されており、取引を管理および監視するために必要な多くの機能を提供しています。 この製品は、使いやすく視覚的に魅力的なグラフィカルインターフェースで提供されています。設定をカスタマイズして、数分で製品を使用開始できます! ユーザーガイド + デモ  | MT5版 | Discord版 デモを試したい場合は、ユーザーガイドを参照してください。 Telegram To MT5レシーバーは、ストラテジーテスターでは機能しません! Telegram To MT4の特長 一度に複数のチャンネルからシグナルをコピー プライベートおよび制限されたチャンネルからシグナルをコピー BotトークンやチャットIDは不要です(必要な場合は引き続き使用できます) リスク%または固定ロットを使用して取引 特定のシンボルを除外 すべてのシグナルをコピーするか、コピーするシグナルをカスタマイズするかを選択 すべてのシグナルを認識するため
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
作者のその他のプロダクト
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 ** 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
フィルタ:
レビューなし
レビューに返信