Fury Trading Panel
- Experts
- Versione: 2.12
- Aggiornato: 21 settembre 2026
- Attivazioni: 10
Category: Expert Advisor (manual trading assistant)
Short description: Compact all-in-one trading panel on chart: one-click BUY/SELL, pending orders, pick-line, SL/TP, breakeven, trailing stop, adaptive grid, deposit protection.
Overview
Fury Trading Panel is a complete manual-trading cockpit placed directly on the chart. Instead of jumping between terminal windows, you get instant market orders, all pending order types, risk protectors, position management and account statistics in one compact, always-visible panel.
All settings are saved automatically and restored the next time you attach the EA. The panel assists manual trading — it never opens positions on its own; every action is executed only when you press the button.
Key features
- One-click trading: BUY / SELL market orders; close all positions, close only profitable or only losing ones; live P/L row with total result (profit + swap − commission).
- Pending orders: Buy Limit, Sell Limit, Buy Stop, Sell Stop, Buy Stop-Limit, Sell Stop-Limit; price set in the field; «DEL PEND» deletes all pending orders of the panel.
- Pick-line on chart: double-click the chart at any level, choose the order type in the on-chart mini-menu (BL / BS / SL / SS), press OK; drag the dashed line to adjust the price, the valid order type is chosen automatically and the order (with SL/TP from the panel) is placed instantly.
- SL / TP per order in points with independent on/off toggles.
- Break Even: moves SL to the entry price after the position gains the configured distance (step mode supported).
- Trailing Stop: SL follows the price at a fixed distance with a defined step; non-improving moves are skipped to avoid modification spam.
- Deposit protection (MaxLoss): total loss limit in USD for the whole panel set — automatic closing when reached.
- Max spread filter: orders are blocked when the spread exceeds the limit.
- Adaptive ATR grid (averaging): each losing order is placed with a dynamic ATR-based step (or fixed step with multiplier); max orders per direction, min step, TP in USD per order and Grid-TP protection are configurable.
- Higher-timeframe trend filter: live direction arrow in the header (H1 + smoothed MA 200 by default), informational only.
- Next-trade calculator: projected BUY/SELL result with SL/TP in USD before opening, including spread and estimated commission.
- Commission accounting: per-lot commission estimated automatically from history or set manually (USD per lot), used in all projections.
- Account statistics: Balance, Equity, Free Margin, Margin Level always on screen.
- Convenient UI: EN/UA interface, sound on/off, minimize, zoom −/+ (0.5–1.5), tooltips, auto-save of every toggle and field; all chart objects are program-owned and cleaned up on deinit.
Installation
- Put the .mq5 file into MQL5\Experts\ .
- Compile it in MetaEditor (F7) or use the ready .ex5 .
- Attach the EA to any chart and enable «Algo Trading».
- Testing on demo before live trading is strongly recommended.
How to use
Set the lot (fixed or % of balance) and press BUY or SELL. Use CLOSE / CLOSE+ / CLOSE− to manage the position set. For a pending order, type the price and press the limit/stop button — or double-click the chart and use the pick-line. Enable SL / TP / BE / TRAIL and the grid/protection sections as needed — the panel remembers everything.
Input parameters
- InpTrendTF — H1 — higher timeframe for the trend arrow
- InpTrendMAPeriod — 200 — MA period for the trend arrow
- InpUseATRGrid — true — adaptive ATR grid on/off
- InpATRMultiplier — 2.0 — ATR multiplier for the grid step
- InpMinGridStep — 50 — minimum grid step, points
- InpMaxGridOrders — 5 — max grid orders per direction
- InpDefGridTPUSD — 50 — grid TP per order, USD
- InpUseMaxLoss — true — deposit protection on/off
- InpMaxLossUSD — 100 — max total loss, USD
- Inmagic — 888222 — EA magic number (only own orders are managed)
- InpMaxSpread — 35 — max spread filter, points
- InpCommPerLotUSD — 0.0 — commission per 1.0 lot (0 = auto from history)
- InpDefLot — 0.1 — default fixed lot
- InpDefPerc — 1.0 — default risk % of balance
- InpDefSL — 200 — default SL, points
- InpDefTP — 400 — default TP, points
- InpDefTrail — 150 — default trailing distance
- InpTrailingStep — 20 — trailing step
- InpDefBETrigger — 150 — break-even trigger, points
- InpDefBEStep — 10 — break-even step
- InpGridStep — 200 — manual grid step, points
- InpGridMultiplier — 1.5 — grid multiplier (manual mode)
Disclaimer
This is a manual trading assistant: it executes only user-initiated actions and never trades automatically. Past or backtest results do not guarantee future performance. Trading involves risk — always use proper risk management.
