Trade Manager EA with DargLines

  • 实用工具
  • Jose Rodrgues Chaves
    Jose Rodrgues Chaves
    关于我
    我是一名独立的 MQL5 开发者,专注于 MetaTrader 5 指标和手动交易工具。我的工作位于两个理念的交汇点:交易者实际使用的市场结构概念(Smart Money Concepts、流动性、订单流),以及使这些概念能够在实时环境中不重绘地运行的工程纪律。
    我的历程
  • 版本: 1.21
  • 激活: 10
ELOHIM FX & GERT FX — TRADE MANAGER EA

Manual Trading Panel | Position Management | Order Execution | Risk & Trade Control

[NOTE: This trade manager is set for XAUUSD / GOLD symbol]

Discount Ends SOON  next price 69$

Trade Manager EA is a professional manual trading panel for MetaTrader 5 designed to give traders direct control over market orders, pending orders, position management, partial profit taking, break-even protection, trailing stops, TP ladders, grid orders, trigger lines, news awareness and trade monitoring from one integrated chart panel.

The EA is designed around a simple principle:

You decide when and where to trade.

The Trade Manager EA provides the tools to execute and manage that decision efficiently.

It is not built around an automatic trading strategy or an indicator-based signal system. Instead, it acts as a trading control center that helps the trader execute manual setups and manage open positions without constantly relying on the standard MT5 order window.

KEY FEATURES

1. One-Click BUY and SELL Market Execution

The main panel provides dedicated BUY and SELL buttons for rapid market execution.

The trader can configure:

  • Lot size

  • Number of positions

  • Take Profit distance

  • Stop Loss distance

  • TP ladder spacing

  • Break-even buffer

When multiple positions are selected, the EA can open a batch of positions and manage them as a structured group.

The EA uses the actual position fill price when applying the final SL and TP levels, helping ensure that the management levels are based on the executed trade rather than simply the requested market price.

2. Flexible Position Sizing

The panel allows the trader to enter a custom lot size or select from a configurable lot-size list.

The default lot list includes:

0.01
0.02
0.03
0.04
0.05
0.07
0.09
0.11
0.15
0.19
0.25
0.32
0.42
0.55
0.71
0.92
1.20

The list can be customized through the EA inputs.

The trader can also configure the number of positions to open, with the default selection list supporting:

1 to 10 positions.

This makes it possible to structure a trade as a single position or as a multi-position batch.

3. Adjustable TP and SL

The EA supports configurable Take Profit and Stop Loss distances in pips.

Default settings include:

TP: 20 pips
SL: 50 pips

The trader can change these values according to the instrument, broker and trading plan.

The EA automatically converts the configured pip distances into the appropriate price distances for the current symbol.

It also includes broker stop-distance handling to help prevent invalid SL or TP placement.

4. TP Ladder Management

One of the main features of the Trade Manager EA is its multi-position TP ladder.

When multiple positions are opened, each position can receive a progressively different TP level.

For example, with:

  • TP = 20 pips

  • TP Ladder = 20 pips

  • 4 positions

The structure can be:

Position 1 → TP 20 pips
Position 2 → TP 40 pips
Position 3 → TP 60 pips
Position 4 → Runner

This creates a structured profit-taking sequence instead of forcing every position to use the same target.

The ladder distance is configurable through:

InpTPLadderPips

5. Runner Position

When multiple positions are opened, the final position can be treated as a runner.

With the runner function enabled:

  • The earlier positions receive their TP targets

  • The final position does not receive a fixed TP

  • The runner can remain open for further price movement

  • Trailing management can take over once the required conditions are reached

This allows a trader to combine:

Fixed profit targets + a runner position

For example:

TP1 → close first position
TP2 → close second position
TP3 → close third position
Runner → remain open and trail

The runner functionality is controlled through:

InpTrailLastAfterTP

6. Automatic SL Advancement After TP Hits

The EA can automatically advance the Stop Loss as successive TP levels are reached.

The management structure works progressively.

After the first TP is reached, remaining positions can have their SL moved toward break-even.

As additional TP levels are reached, the EA can move the SL toward the previous TP level.

For example:

Initial structure:

Entry
↓
SL

TP1
TP2
TP3
Runner

After TP1:

Remaining positions → Break-even

After TP2:

Remaining positions → SL can advance toward TP1

After TP3:

Remaining positions → SL can advance toward TP2

This creates a progressive trade-management structure where realized profit levels can become protection levels for the remaining positions.

The feature can be controlled through:

InpLadderSLAdvance

7. Manual Break-Even

The EA includes a dedicated break-even management function.

The trader can move Stop Loss toward break-even for positions on the current symbol.

A configurable buffer can be added to the entry price.

Default:

InpBEBufferPips = 5

For BUY positions:

Break-even level = Entry + buffer

For SELL positions:

Break-even level = Entry - buffer

The EA also checks broker minimum stop-distance requirements before attempting the modification.

8. Trailing Stop

The Trade Manager EA includes configurable trailing-stop management.

The trader can specify:

Trailing activation distance
Trailing stop distance

Default settings:

Activation = 100 pips
Trailing distance = 50 pips

The trailing system only moves the Stop Loss when the new Stop Loss provides a more protective level than the existing one.

For BUY positions, the Stop Loss trails below the current price.

For SELL positions, the Stop Loss trails above the current price.

The EA also checks the broker's minimum stop distance before modifying the position.

9. Partial Profit Taking

The EA provides dedicated partial-close functionality.

The available partial-close percentages are:

10%
30%
50%
90%

The selected percentage is applied to positions on the current symbol.

The EA automatically calculates the corresponding volume and respects the broker's minimum volume and volume-step requirements.

This allows traders to scale out of positions without manually calculating how much volume needs to be closed.

Example:

1.00 lot position

50% partial close

0.50 lot remains.

10. BUY LIMIT and SELL LIMIT Orders

The EA provides direct pending-limit order functionality.

BUY LIMIT orders can be placed below the current market.

SELL LIMIT orders can be placed above the current market.

The trader can specify:

Entry price
TP
SL
Lot size
Number of grid levels

The EA validates the order direction before submitting the pending order.

For example:

BUY LIMIT must be below the current Ask.

SELL LIMIT must be above the current Bid.

This helps prevent incorrectly positioned pending orders.

11. BUY STOP and SELL STOP Orders

The panel also supports breakout-style pending orders.

BUY STOP orders can be positioned above the current market.

SELL STOP orders can be positioned below the current market.

The trader can specify:

Entry price
TP
SL
Lot size
Grid count
Grid spacing

The EA checks the requested price relative to the current Bid and Ask before submitting the order.

12. Grid Order Placement

The EA can place multiple pending orders using configurable grid spacing.

Default:

Grid step = 10 pips
Grid count = 5

For example, a BUY STOP grid could be structured as:

BUY STOP 1 → Entry
BUY STOP 2 → Entry + 10 pips
BUY STOP 3 → Entry + 20 pips
BUY STOP 4 → Entry + 30 pips
BUY STOP 5 → Entry + 40 pips

The same concept can be applied in the opposite direction for SELL orders.

Grid functionality is available for the supported pending-order types.

The number of orders and spacing can be adjusted through the EA inputs.

13. Drag-and-Trigger BUY Line

The EA includes a visual BUY trigger line that can be placed directly on the chart.

Press:

BUY LINE

The EA creates a horizontal trigger line.

The trader can then drag the line to the desired price level.

When price touches the configured BUY trigger level, the EA executes the same market BUY action used by the BUY button.

After the trigger fires, the line becomes disarmed.

Dragging the line again re-arms it.

This allows the trader to visually position a manual entry level without having to constantly monitor the exact price.

14. Drag-and-Trigger SELL Line

The SELL LINE works in the same way.

Press:

SELL LINE

A horizontal SELL trigger line is created.

The trader can drag it to the desired price.

When price reaches the trigger level, the EA executes the SELL market action.

The line then becomes disarmed.

Dragging it again re-arms the trigger.

The line displays its price directly on the chart.

15. Reset Trigger Lines

A dedicated:

RESET LINES

button is included on the panel.

This allows the trader to reset the configured BUY and SELL trigger lines without manually removing chart objects.

16. High-Volatility Blocker

The EA includes a configurable volatility protection mechanism.

The trader can enable:

InpBlockHighVolatility

and configure:

InpVolatilityThreshold

Default threshold:

50 pips

When the volatility blocker is enabled and the configured condition is reached, the EA can prevent supported new order placement.

This is intended to help the trader avoid initiating new orders during unusually volatile market conditions.

The feature is configurable and can be disabled when required.

17. Built-In Economic News Awareness

The EA uses the MetaTrader 5 economic calendar to monitor upcoming high-impact events.

The news filter can track selected currencies.

Default tracked currencies include:

USD
CNY
EUR
GBP
AUD

The trader can configure the news-warning window.

Default:

30 minutes

The EA checks upcoming calendar events and identifies high-impact events associated with the configured currencies.

The panel displays a news message such as:

NEWS: Event Name (USD) in 15 min

The news system is primarily designed as an awareness and trade-protection feature, allowing the trader to see when significant economic events are approaching.

18. Live P&L Monitoring

The panel continuously refreshes trading information.

The interface includes P&L information for the current symbol and allows the trader to monitor the financial state of open positions directly from the EA panel.

This keeps important trade information visible without requiring the trader to repeatedly open the standard MT5 terminal windows.

19. Close All Profitable Positions

The EA includes a dedicated close-profit function.

When activated, the EA checks positions for the current symbol and closes positions that are currently profitable.

Positions that are not profitable are not closed by this function.

This provides a quick way to secure currently profitable positions.

20. Close All Losing Positions

A separate close-loss function is provided.

The EA checks positions for the current symbol and closes positions that currently have a negative P&L.

Profitable positions are not closed by this function.

This gives the trader a rapid manual risk-control option during changing market conditions.

21. Delete Pending Orders

The EA includes a dedicated function to remove pending orders from the current symbol.

This can be useful when:

  • A setup is invalidated

  • A breakout level is no longer relevant

  • Market conditions change

  • The trader wants to clear pending orders before news

  • The trader wants to reset the chart's pending-order structure

The EA reports how many pending orders were deleted.

22. TP and SL Hit Sound Notifications

The EA monitors open positions and tracks their TP and SL levels.

When the EA detects a position closure corresponding to a TP or SL level, it can play the appropriate sound notification.

The source code references:

TPHit.wav

and

SLHit.wav

This allows the trader to receive an audible notification without having to continuously watch the chart.

23. Error and Status Feedback

The panel contains status and error information.

Trade actions can report information such as:

  • Order successful

  • Order failed

  • Invalid price

  • Invalid TP

  • Invalid SL

  • Broker rejection

  • Pending-order errors

  • Position-management errors

The EA also maintains a visible error area for recent problems.

This helps the trader identify why an order or modification was not accepted.

24. Broker-Aware Trade Management

The EA includes several mechanisms designed to work with broker trading requirements.

These include:

  • Symbol price normalization

  • Volume normalization

  • Minimum volume checking

  • Volume-step checking

  • Broker minimum stop-distance checking

  • Slippage configuration

  • SL/TP modification retries

  • Modification cooldown

  • Validation of pending-order direction

  • Validation of TP/SL placement

The EA includes configurable settings for:

Maximum slippage
Stop-level buffer
Hard minimum stop distance
Modification retries
Modification cooldown

These settings allow the trader to adapt the EA to different broker environments.

25. Modification Protection

The EA includes protection against excessive repeated SL/TP modifications.

Configurable parameters include:

InpModifyRetries

and

InpModifyCooldownMs

Default values:

3 modification retries

2000 ms modification cooldown

This is designed to reduce unnecessary repeated modification requests, particularly when dealing with slower trade servers.

26. Configurable Panel Layout

The Trade Manager EA provides configurable panel positioning.

The panel can be positioned using:

InpPanelX

and

InpPanelY

The EA also supports a wider rectangular panel layout.

The standard layout uses a compact panel.

The rectangle layout can provide a wider three-column interface.

The configurable rectangle dimensions include:

Panel width
Panel height

This allows the trader to adapt the interface to different monitor sizes and chart layouts.

27. Designed for Manual Trading

The Trade Manager EA is fundamentally a manual trading assistant.

It does not attempt to decide what the market should do.

It does not replace the trader's analysis.

Instead, the trader determines:

  • Direction

  • Entry

  • Market structure

  • Support and resistance

  • Strategy

  • Risk

  • Position size

  • Trade timing

The EA then provides the execution and management tools.

This makes it suitable for traders who already have their own trading methodology and want a centralized execution and position-management interface.

TYPICAL WORKFLOW

A typical manual trade can be managed as follows:

STEP 1 — Analyze the Market

The trader performs their own technical and fundamental analysis.

STEP 2 — Select Position Size

Choose the desired lot size.

STEP 3 — Select Position Count

Choose whether to open one position or a multi-position batch.

STEP 4 — Set TP and SL

Enter the desired TP and SL distances.

STEP 5 — Execute

Press BUY or SELL.

Alternatively, use:

BUY LIMIT
SELL LIMIT
BUY STOP
SELL STOP

STEP 6 — Manage the Position

The trader can then use:

Break-even
Partial close
Trailing stop
TP ladder
Runner management

STEP 7 — Secure Profits

Partial-close buttons can be used to reduce exposure while allowing remaining positions to continue.

STEP 8 — Manage the Runner

If a multi-position batch is being used, the final position can operate as the runner and be managed through trailing logic.

STEP 9 — Monitor News

The built-in economic-calendar display provides awareness of upcoming high-impact events.

EXAMPLE MULTI-POSITION TRADE

Suppose a trader selects:

Lot size: 0.10
Positions: 4
Initial TP: 20 pips
TP ladder: 20 pips
SL: 50 pips

The EA can structure the trade as:

Position 1 → 20 pip TP
Position 2 → 40 pip TP
Position 3 → 60 pip TP
Position 4 → Runner

If the first TP is reached, the first position closes.

The EA can then move the Stop Loss of the remaining positions toward break-even according to the configured ladder-management rules.

If the next TP is reached, the remaining positions can have their SL advanced again.

The final position can remain open for further movement and be managed by the trailing mechanism.

This gives the trader a structured:

Take Profit → Protect → Take Profit → Protect → Runner

workflow.

CONFIGURATION OVERVIEW

Order & Position Sizing

InpPipSize

Automatic or manual pip-size configuration.

InpTPPips

Default Take Profit distance.

InpSLPips

Default Stop Loss distance.

InpTPLadderPips

Distance between successive TP ladder levels.

InpLadderSLAdvance

Enables progressive SL advancement.

InpBEBufferPips

Break-even buffer.

InpStepPips

TP/SL adjustment step.

Grid Orders

InpGridStepPips

Distance between grid orders.

InpGridCount

Number of grid orders.

Order Execution

InpMagic

Magic number used by the EA.

InpSlippagePoints

Maximum configured slippage.

InpStopLevelBufferPoints

Additional stop-distance buffer.

InpHardStopDistancePoints

Optional hard minimum stop distance.

InpModifyRetries

Number of SL/TP modification retries.

InpModifyCooldownMs

Minimum delay between modifications.

Trailing Stop

InpTrailActivatePips

Profit required before trailing activates.

InpTrailDistPips

Trailing distance.

InpTrailLastAfterTP

Allows the final position of a multi-position batch to operate as the runner.

Volatility Protection

InpBlockHighVolatility

Enable or disable the volatility blocker.

InpVolatilityThreshold

Configured volatility threshold.

News Filter

InpNewsFilter

Enable or disable news monitoring.

InpTrackedCurrencies

Currencies monitored by the news system.

InpNewsBlockMinutes

News-warning window.

Trigger Lines

InpDragLinesEnabled

Enable or disable BUY/SELL trigger lines.

InpLineOffsetPoints

Initial trigger-line distance.

InpLineLengthBars

Trigger-line length.

InpBuyLineColor

BUY trigger-line color.

InpSellLineColor

SELL trigger-line color.

WHO IS THIS EA FOR?

Trade Manager EA is designed for traders who:

  • Trade manually

  • Want faster order execution

  • Use multiple positions

  • Scale out of trades

  • Use TP ladders

  • Use runners

  • Want manual break-even control

  • Use trailing stops

  • Place pending orders

  • Use grid-style pending structures

  • Want visual price triggers

  • Want news awareness inside the trading panel

  • Want their trade-management tools in one place

It can be particularly useful for traders who already have an established trading strategy and want a dedicated execution and management interface rather than an autonomous strategy EA.

WHAT THIS EA DOES NOT DO

Trade Manager EA is not a market-prediction system.

It does not claim to predict:

  • Market direction

  • Future price

  • Guaranteed profits

  • Winning trades

  • Economic outcomes

It does not replace trading analysis or risk management.

The trader remains responsible for selecting the setup, position size, entry, Stop Loss and overall trading plan.

IMPORTANT RISK DISCLOSURE

Trading Forex, CFDs, gold and other leveraged financial instruments involves substantial risk and may result in the loss of capital.

Trade Manager EA is an execution and trade-management tool.

The presence of features such as:

  • Break-even

  • Partial close

  • Trailing stop

  • Volatility filtering

  • News monitoring

  • TP ladders

  • Grid orders

does not guarantee profitable trading or eliminate market risk.

Broker execution, spreads, slippage, liquidity, trading conditions, market gaps and server availability can affect actual results.

Always test the EA on a demo account before using it with real funds.

Make sure the configured lot size, Stop Loss, grid size and number of positions are appropriate for your account and risk tolerance.

PRODUCT SUMMARY

Elohim FX & Gert FX Trade Manager EA brings market execution, pending orders, position sizing, TP/SL management, partial profit taking, break-even, trailing stops, TP ladders, runner management, grid placement, visual trigger lines, news awareness and trade monitoring into one MetaTrader 5 interface.

The goal is simple:

Plan the trade manually.

Execute the trade efficiently.

Manage the position systematically.

Protect the account through disciplined trade management.

Trade Manager EA gives the trader the controls to do that from a single chart-based panel.

ELOHIM FX & GERT FX

Trade Manager EA

Manual Trading Panel

Execute. Manage. Protect.

SOUND ALERTS

The Sound Alerts section provides audible notifications for important trading events, allowing the trader to receive immediate audio feedback without constantly watching the chart.

Enable Sound Alerts
InpSoundEnabled

Turns the EA's sound notification system ON or OFF.

Take Profit Sound
InpSoundTP

Specifies the .wav sound file played when the EA detects that a position has reached its Take Profit.

Stop Loss Sound
InpSoundSL

Specifies the .wav sound file played when the EA detects that a position has reached its Stop Loss.

Successful Order Sound
InpSoundOpen

Specifies the .wav sound file played when a new market or pending order is successfully accepted.


推荐产品
TradePilotmt5
Hossein Khalil Alishir
TradePilot Expert Advisor (EA) for MetaTrader 5 TradePilot is a professional and user-friendly Expert Advisor (EA) for MetaTrader 5 (MT5) . It simplifies automated trading , risk management , and trade execution with a smart trading panel . Perfect for beginners and experienced traders looking for a reliable trade manager EA with automated lot size calculation and smart position management. Key Advantages User-Friendly Trading Panel: Customizable panel with buttons and hotkeys for fast ex
CosmiCLab FIBO
Kirils Subins
CosmiCLab SMC FIBO CosmiCLab SMC FIBO is a professional trading indicator designed for traders who use Smart Money Concepts (SMC), market structure analysis and Fibonacci retracement levels. The indicator automatically detects market swings and builds Fibonacci levels based on the latest impulse movement. It also identifies market structure changes such as BOS (Break of Structure) and CHOCH (Change of Character), helping traders understand the current market direction. CosmiCLab SMC FIBO also pr
SolarTrade Suite 金融机器人:LaunchPad 市场专家 - 专为开启交易而设计! 这是一个使用特殊创新和先进算法来计算其价值的交易机器人,是您在金融市场世界中的助手。 使用我们来自 SolarTrade Suite 系列的指标集来更好地选择启动此机器人的时机。 在描述底部查看我们来自 SolarTrade Suite 系列的其他产品。 您想自信地驾驭投资和金融市场的世界吗? SolarTrade Suite 金融机器人:LaunchPad 市场专家是一款创新软件,旨在帮助您做出明智的投资决策并增加您的利润。 SolarTrade Suite 金融机器人的优势:LaunchPad 市场专家: - 准确计算:我们的机器人使用先进的算法和分析方法来准确预测市场走势。 计算购买和出售资产的最佳时机。 - 用户友好界面:直观的界面将使您能够轻松掌握程序并在安装后立即开始享受其好处。 - 专家支持:我们的专业团队随时准备为您解答任何问题,并为您提供有关使用该程序的建议。 立即试用 SolarTrade Suite 金融机器人:LaunchPad Market
Veyra Monitor
Fisokuhle Ntokozo Mthembu
Veyra Monitor is an automated risk-management and trade-monitoring utility for MetaTrader 5, designed to help traders maintain disciplined risk controls while trading.  Veyra Monitor continuously monitors trading activity and applies predefined risk-management rules to help traders manage exposure, positions, and account-level risk. Key Features: Automated Trade Monitoring — Continuously monitors active positions and trading activity. Risk Management Controls — Helps enforce predefined risk p
Inverted_Chart_EA Utility Expert Advisor Inverted_Chart_EA creates and maintains a mirror-inverted chart of any symbol and timeframe. It automatically generates a custom instrument (e.g. US30_INV ) and keeps its price history updated in real time, with bars mirrored around a chosen pivot. This utility gives traders a new way to analyze the market from a different perspective by flipping the chart upside down. Why use an inverted chart? Highlight hidden patterns – price formations that look ordin
HedgeSafe Trade Assistant 一款以风险控制为核心的 MetaTrader 5 手动交易面板。 HedgeSafe 可帮助您在点击 BUY 或 SELL 之前,直接在图表上准备、验证和管理交易。 HedgeSafe 不是信号服务、行情预测工具、AI 机器人或自动交易策略。它不会替您选择交易方向,也不承诺盈利。每项交易决定均由交易者本人负责。 主要功能 按账户余额百分比或账户货币中的固定金额计算手数。 按点数或价格规划 Stop Loss;按点数、价格或 R 倍数规划 Take Profit。 实时预览风险金额、潜在收益、手数和风险回报比。 图表上的 Entry、Stop Loss 和 Take Profit 线与面板数值同步。 分别显示 BUY 与 SELL 的就绪状态,并在执行前进行方向相关的最终检查。 验证最小/最大交易量、交易量步长、tick size、tick value、stops level 和 freeze level。 检查市场可用性、品种交易模式、点差、允许偏差及 filling mode。 识别 hedging 与 netting 账户,并说明
Bober Real MT5
Arnold Bobrinskii
4.88 (16)
Bober Real MT5 是一个全自动的外汇交易智能交易系统(EA)。该机器人创建于 2014 年 ,在此期间完成了大量盈利交易,在我的个人账户上实现了超过 7000% 的收益增长 。经过多次更新, 2019 年版本 是最稳定、最优秀的。机器人可用于任何交易品种,但在 EURGBP、GBPUSD(M5 周期) 上表现最佳。使用错误的参数会导致较差结果。 真实账户的 set 文件仅提供给购买者。 ️ 主要优势 无马丁格尔、无对冲、无加仓,始终使用 SL/TP 。 高速测试与优化。 可选 Dynamic Take-Profit ,自动适应价格通道高低点。 内置 新闻日历过滤器 ,自动避开重大事件。 自动检测 GMT 偏移 。 针对实盘交易长期优化,结果稳定。 设置后可自动运行,无需干预。 参数说明 Core / Trading type_order — 订单执行类型 (默认 ORDER_FILLING_FOK)。 ReverseTrade — 反转交易方向。 ToolEnter — 入场工具 (RSI 或 None)。 RSI304 / NoRSIbars — RSI 周期与
Aurum Apex Gold
Shashvat Singham
Aurum Apex Gold trades one instrument -- XAUUSD -- with one idea: institutions fill large orders where retail stops sit, and the reversal that follows is tradable when, and only when, price confirms it. How a trade is built 1. Liquidity sweep. A tracked pool of resting orders (previous day/week    high or low, session extreme, equal highs/lows, untapped swing) is    penetrated and then reclaimed. Penetration and reclaim are both measured in    ATR, never in fixed points, so the logic scales w
Perfect Trade EA Indicator 2026 for XAUUSD MT5 Премиальный многоуровневый самообучающийся индикатор с режимом автоторговли для XAUUSD Perfect Trade EA Indicator 2026 — это не просто индикатор и не обычный советник с примитивным входом по шаблону. Это премиальный торговый комплекс для MetaTrader 5, созданный для работы с XAUUSD, который объединяет в себе: - многоуровневый анализ рынка; - интеллектуальную фильтрацию сигналов; - режим автоматической торговли; - продвинутое сопровождение сделки;
Trading Utility for Forex Currency Pairs Only not for Gold  Functions Auto Lot Calculation based on Risk Auto stoploss  Auto TakeProfit Breakeven Auto Close Half % Close in percentage with respect to the PIPs Pending Orders BuyLimit Sell Limit with distances BuyStop Sell Stop    with distances Trading Informations Risk in percentage For Multiple trades Combine Takeprofit and Combine Stoplosses
GDS Renko Pip ST Chart - Pip-Based Renko Chart Indicator for MetaTrader 5 GDS Renko Pip ST Chart is a pip-based Renko chart indicator for MetaTrader 5. It helps traders build and study cleaner Renko price movement using a practical fixed pip or point-based brick structure. This tool is designed as a Renko chart foundation for manual analysis. It does not predict the market, does not generate buy or sell signals and does not decide whether a trade should be opened. Renko EDGE EA Golden Delta | A
# Equity Monitor Pro  ## Short Description Equity Monitor Pro is a professional equity p**Equity Monitor Pro** is a powerful risk management tool that automatically protects your trading account by monitoring equity levels and enforcing prop firm style rules. Whether you're taking an FTMO challenge, trading a funded account, or just want to protect your capital, this EA runs silently alongside your trading strategy and takes action when it matters most. Protection tool designed for prop firm
ID Trade_Bot BS - an effective tool for automated trading using RSI Trade_Bot BS is an efficient solution for automated trading based on RSI, allowing flexible parameter customization and risk management. Thanks to the ability to choose a trading mode, dynamic Stop-Loss and Take-Profit levels, and trading mode adjustment (buying, selling, or both), it is suitable for various trading strategies. Key Features: Uses the RSI indicator to determine market conditions. Automatically opens an
DR Trade and Risk Manager: MT5的基础算法风险控制台 对于自主交易者来说,最大的敌人不是市场,而是缺乏纪律的自我。您拥有一个可靠的策略,但在高压时刻,您能完美地、始终如一地遵守您的规则吗?您能毫不犹豫地止损吗?您能让盈利的头寸持续增长,而不是因为恐惧而过早地了结吗?对大多数人来说,答案是否定的。这个在策略和执行之间的鸿沟,正是利润流失的地方。 DR Trade and Risk Manager 是弥合这一鸿沟的终极工具。它是一个基础的风险与交易管理控制台,旨在成为您坚定不移的算法合作伙伴。这个工具不预测市场,它强制执行您的计划。它提供了一个机构级的框架,以数学般的精度来管理您的交易,让您从导致结果不一致和账户爆仓的情绪过山车中解脱出来。 我们专注于专业交易管理的绝对要素:一个强大的算法引擎、一个统一的风险仪表板和稳健的执行。这个控制台是为那些不寻求灵丹妙药,而是寻求一个强大武器,将自己的战略规则锻造成持续、可盈利行动的严肃交易者而打造的。 为什么即使是最好的策略也会失败(以及如何修正) 没有纪律的执行,一个盈利的策略也毫无用处。这正是大多数交易者失败的地方,
Candlestick Pattern Scanner is a multi-timeframe and multi-symbol dashboard and alert system that checks all timeframes and currency pairs for different candlestick patterns that are formed in them. Scanner is integrated   with support and resistance zones so you can check the candlestick patterns in most important areas of the chart to find breakout and reversal patterns in the price chart. Download demo version   (works on M4,M6,M12,H3,H8 timeframes and 20 symbols of Market Watch window) Read
DDKiller Pro
Njaratahiry Michael Randrianiaina
Stop Blowing Your Account. Once and For All. DDKiller Pro is the MT5 risk guardian that runs silently on your chart and shuts down trading the moment you hit a limit — whether you're grinding a prop firm challenge or managing your own CFD account. The problem every trader knows: You set your rules. You break them anyway. One revenge trade. One overleveraged position. One session that erases a month of gains. DDKiller Pro removes that decision from your hands entirely. What it does: The second yo
HMA Scalper Pro EA
Vladimir Shumikhin
5 (2)
HMA Scalper Pro EA — 基于 Hull Moving Average (HMA) 指标的 MetaTrader 5 自动交易顾问 概述 HMA Scalper Pro EA 是一款专业的 MetaTrader 5 交易机器人(Expert Advisor),根据 Hull Moving Average (HMA) 的方向进行交易。HMA 指标确定当前趋势方向,顾问据此开仓,并辅以 Smart Risk 资金管理、自适应网格交易、追踪止损、保本止损和时间过滤器。 该顾问支持 Netting 和 Hedging 账户,适用于黄金(XAU/USD)、外汇货币对、原油、指数和加密货币的交易。 为什么选择 HMA SCALPER PRO EA - Hull Moving Average 信号 — 基于 HMA 方向入场,该指标对趋势变化的反应快于经典移动平均线 - 多时间框架 HMA 计算 — 方向可在独立于图表时间框架的单独时间框架上计算 - Smart Risk 替代经典马丁格尔 — 每个后续网格订单的手数都比前一个小 - 自适应网格交易 — 固定步长、订单限制、
Margin Call Shield – Defend Your Margin on Your Terms Margin Call Shield is a tool for MetaTrader 5 traders who want to decide for themselves which open positions are closed during margin call situations before the platform does so automatically based on its internal rules. By default, the broker or platform decides which positions to close, often using undisclosed algorithms. Margin Call Shield lets you set this order according to your own strategy. Why Was Margin Call Shield Created? In a mar
TradePad
Ruslan Khasanov
5 (1)
TradePad 是一種既可用於手動交易又可用於演算法交易的工具。我們為您提供一個簡單的解決方案,用於快速交易操作和控制多種交易工具的持股。 注意,該應用程式不適用於策略測試器! 模擬帳戶應用程式的試用版和所有工具的描述 應用程式介面適應高解析度顯示器,簡單直覺。為了方便工作,我們為交易者提供了以下工具: 熱鍵管理器,用於管理交易操作、在主圖表的週期之間切換、在 TradePad 工具之間切換; 標記交易等級的工具,用於在開倉或設定掛單時評估虧損風險並計算潛在利潤; MultiCharts 工具用於直觀地監控多個交易符號,以及接收演算法交易的交易訊號。為了方便起見,您可以組織交易對的集合,這將使您有機會在多個時間範圍內監控價格並進行多幣種交易; 用於查看任何歷史時期的交易統計資料的資訊模組,能夠產生擴展的 HTML 報告、查看交易符號的特徵和有關交易帳戶的資訊; 掛單管理器用於管理掛單 - 設定單一或一組(網路)掛單,可按訂單類型和單一符號或交易帳戶上的所有類型進行分組刪除; 設定賣出停損限價和買入停損限價掛單的工具; 頭寸管理器用於管理一個或多個頭寸(取決於帳戶類型) - 全部
专业的 MT5 模块化交易面板。集成了自动风控计算、分批止盈(PTP)、移动止损及独创的“订单焦点管理”功能。支持中英阿日四国语言。 让手动交易像量化一样精准。 KAB 操盘指挥中心 (V33) 专为日内交易者设计,彻底告别繁琐的手动计算和默认下单面板的局限性。 核心亮点: 可视化下单 (Ghost Lines):   下单前在图表上直接拖拽“幽灵线”设定入场、止损和止盈,所见即所得。 智能风控:   输入您愿意承担的金额风险(例如 $50),面板自动计算合适的手数,防止重仓。 独创“焦点管理 (Focus Mode)”:   多数面板只能全平或全改,我们允许您锁定一张特定的订单,对其进行独立的反手、部分平仓或保本操作。 分批止盈 (PTP):   设置多级隐形止盈位,价格触碰自动平仓部分手数,落袋为安。 界面模块化:   下单、风控、工具箱均为独立悬浮窗,可随意拖动或关闭,不遮挡K线。 多语言适配:   完美支持中文、英语、阿拉伯语(修正字体显示)和日语。 智能风控计算 (Smart Risk Calculation) – 在考虑止损距离的情况下,自动计算新订单的成交量(手数)。它允
Bastion is a monitor-and-close-only risk manager for prop-firm traders. It watches your account against your firm's daily-loss and maximum-drawdown limits in real time and force-closes your open positions BEFORE you cross a line. It never opens a trade of its own, so it stays fully within the tools allowed by FTMO, FundedNext, The5ers, FTUK and FXIFY. Why traders fail challenges A large share of failed evaluations end on a single daily-loss breach: a moment of inattention, a news spike, one tra
RBreaker
Zhong Long Wu
RBreaker Gold Indicators 是黄金期货一种短线日内交易策略,它结合了趋势跟踪和日内反转两种交易方式,既能捕捉趋势行情的利润,又能在行情反转时及时止盈并顺势反手。 该策略曾连续15年被美国《Futures Truth》杂志评选为前十大最赚钱的交易策略之一,具有很长的生命周期,至今仍在国内外普遍使用与研究。 本指标结合了2026年期货黄金的走势,依据14日ATR指标,分别定义了突破系数A,观察系数B,反转系数R更合理的数值,非常不错的指标,已实现年稳定盈利,值得推荐~ 以上指标适合高波动品种,参数适合期货黄金,股指期货等,如果需要其他品种行情,需要单独设定 突破系数A,观察系数B,反转系数R,进行回测才能使用。 欢迎指标售后有问题可以加+V:504282029
Timeframe Trading Limiter
AL MOOSAWI ABDULLAH JAFFER BAQER
Timeframe Trading Limiter is a professional risk management and trade discipline utility designed for MetaTrader 5. It empowers traders to enforce strict, automated limits on the number of trades and the maximum allowable drawdown within each trading period, based directly on the chart timeframe selected. Whether you are a discretionary trader prone to overtrading, a prop firm challenge participant needing to adhere to strict rules, or an algorithmic trader running multiple strategies, this tool
Auto Orders Manager EA
Mohamed Abdulmohsen Mohamed Saeed Ali
Professional Trading Orders Manager for MT5 with Signal-Analyzer-Direction-Power-Orders control - Scalping tools - Risk management - all in one trade panel and dashboard  A sophisticated Expert Advisor that transforms your MT5 platform into a complete trading command center. This tool seamlessly blends automated trading logic with comprehensive manual controls through dual interactive dashboards. Key Features: Automated Trading : advanced scalping strategy on M3 timeframe as a signal sample can
Has rsi signal
Evgenii Savinov
HAS RSI Signal — 带有止损/止盈计算的专业趋势指标 HAS RSI Signal 是一款强大的交易工具,结合了经典指标与现代噪声过滤算法。该指标通过 Heiken Ashi Smoothed (HAS) 平滑蜡烛图和 RSI 震荡指标进行市场分析,在趋势反转或价格退出超买/超卖区域时,为交易者提供清晰的人场信号。 主要优势: 双重过滤: 使用 Heiken Ashi Smoothed 算法消除市场“噪音”,同时通过 RSI 确认动能强度。 自动计算点位: 指标不仅提供信号,还会根据当前市场波动率 (ATR) 自动计算 止损 (Stop Loss) 和 止盈 (Take Profit) 点位。 视觉直观: 信号以彩色蜡烛图的形式直接显示在主图表上,保持交易界面的整洁有序。 多维度通知: 内置终端弹窗警报、声音提示以及手机推送通知 (Push),确保您不会错过任何交易机会。 核心原理: 指标持续监控 RSI 的极端区域。当价格离开临界区且 HAS 算法确认方向转变时,即生成交易信号。ATR 参数允许止损和止盈根据市场当前的波动性进行动态调整。 核心参数设置: InpPeri
Overview Mirror Signals Service EA (Text only)   is a powerful monitoring Expert Advisor that automatically sends   real-time Telegram notifications   for all important trade events on your MetaTrader 5 account. It is engineered specifically for   signal providers ,   trade-copier operators ,   auditors ,   educators , and   professional trading services   that require immediate, detailed, and reliable reporting. Everything from   entries, exits, SL/TP changes, comment changes, trailing sto
It's a trading dashboard appears on strategy tester, allows you to backtest your own strategies, testing them on multiple symbols and timeframes. It is equipped with useful features such as risk management, trailing stops, breakeven points, and more, enabling you to evaluate and refine your strategies effectively. Trading panels are typically designed to facilitate real-time trading and may not function properly on a strategy tester. However, this particular trading panel is specifically designe
G Labs Trade Manager Mt5
Garry James Goodchild
5 (1)
G-Labs Trade Manager by G-Labs — on-chart trade panel for MetaTrader 5. Risk-based lot sizing, visual entry stop and take profit lines, position management, news filter, currency strength, statistics, and OCO breakout tools. One panel for planning, executing, and managing manual trades. Set risk before you click buy or sell, drag stop loss and take profit on the chart, manage open positions and pending orders, and track performance — you stay in control of every decision. Trading utility, not a
ProTrade EA
Jim Ariel Camarce Ignao
Key Features   Automated Candle Pattern Recognition 10 Professional Patterns : Detects Bullish/Bearish Engulfing, Hammer/Shooting Star, Morning/Evening Star, Piercing/Dark Cloud, and 6 additional professional candlestick patterns Smart Filtering : Combine multiple patterns with configurable confirmation logic Volume Confirmation : Optional volume filter to validate pattern strength Multi-Timeframe Analysis : Separate execution and bias timeframes for better timing   Trading Dashboard Int
Mine Farm
Maryna Kauzova
Mine Farm is one of the most classic and time-tested scalping strategies based on the breakdown of strong price levels. Mine Farm is the author's modification of the system for determining entry and exit points into the market... Mine Farm - is the combination of great potential with reliability and safety. Why Mine Farm?! - each order has a short dynamic Stop Loss - the advisor does not use any risky methods (averaging, martingale, grid, locking, etc.) - the advisor tries to get the most
该产品的买家也购买
Trade Assistant MT5
Evgeniy Kravchenko
4.43 (216)
它有助于计算每笔交易的风险,容易安装新的订单,具有部分关闭功能的订单管理, 7 种类型的追踪止损和其他有用的功能。   附加材料和说明 安装说明   -   应用程序说明   -   模拟账户应用程序的试用版 线条功能  - 在图表上显示开仓线、止损线、止盈线。 有了这个功能,就可以很容易地设置一个新的订单,并在开仓前看到它的附加特性。   风险管理  - 风险计算功能在考虑到设定的风险和止损单的大小的情况下,计算新订单的成交量。它允许你设置任何大小的止损,同时观察设定的风险。 批量计算按钮 - 启用 / 禁用风险计算。 在 " 风险 " 一栏中设置必要的风险值,从 0 到 100 的百分比或存款的货币。 在 " 设置 " 选项卡上选择风险计算的变量: $ 货币, % 余额, % 资产, % 自由保证金, % 自定义, %AB 前一天, %AB 前一周, %AB 前一个月。   R/TP 和 R/SL - 设置止盈和止损的关系。 这允许你设置相对于损失的利润大小。 例如, 1 : 1 - 这决定了 TP = SL 的大小。 2 : 1 - 这意味着 TP 是 SL 的两倍。 RR -
欢迎来到 Trade Manager EA——这是一个终极风险管理工具,旨在使交易变得更直观、精准和高效。它不仅仅是一个下单工具,而是一个用于无缝交易计划、仓位管理和风险控制的全面解决方案。不论您是新手交易员、资深交易员,还是需要快速执行的剥头皮交易员,Trade Manager EA 都可以满足您的需求,适用于外汇、指数、大宗商品、加密货币等各种市场。 借助 Trade Manager EA,复杂的计算已成过去。只需分析市场,在图表上用水平线标记入场、止损和止盈,设置您的风险水平,Trade Manager 就会立即计算出理想的头寸规模,并实时显示以点、账户货币计价的止损和止盈。每笔交易都得以轻松管理。 主要功能: 头寸规模计算器 :根据定义的风险瞬间确定交易规模。 简单的交易计划 :在图表上用可拖动的水平线直接计划交易,设置入场、止损和止盈。 实时显示 SL 和 TP :以账户货币、点或分显示止损和止盈,便于分析。 高级保护工具 盈亏平衡选项 : 基本盈亏平衡 :当您的交易达到设定水平时自动保护利润。 多级盈亏平衡 :设置多达 4 个级别以逐步保护利润。 尾随止损选项 : 基本尾随
Local Trade Copier EA MT5
Juvenille Emperor Limited
4.94 (149)
Local Trade Copier EA MT5 是一款快速、灵活的交易复制工具,用于在同一台 Windows 电脑或 Windows VPS 上的多个 MetaTrader 5 账户之间复制和管理交易。 它将本地交易同步与 Receiver 端的手数管理、风险管理、交易过滤、品种映射、交易管理和账户保护功能结合在一起。 只需约 1 分钟 即可完成 Transmitter 和 Receiver 终端的设置,并可在同一经纪商或不同经纪商的账户之间复制手动交易或 EA 交易。在合适的条件下,本地 MetaTrader 终端之间的交易信息可以在 0.5 秒以内 完成同步。实际交易执行速度取决于经纪商延迟、网络状况、电脑/VPS 性能以及终端负载。 购买前先试用免费演示版 您可以在 MT5 模拟账户上测试 功能完整的 Local Trade Copier EA MT5 免费演示版 ,每次可使用 4 小时 : 下载 Local Trade Copier EA MT5 免费演示版 将下载的文件放入: MT5 → 文件 → 打开数据文件夹 → MQL5 → Experts 然后重新启动 MT
Telegram to MT5 Multi-Channel Copier   可将您 Telegram 频道中的交易信号自动复制到 MetaTrader 5。无需机器人、无需浏览器扩展、无需手动复制。信号一到 Telegram,EA 几秒内就在您的终端开仓。 在复制某个频道之前,内置回测器还能告诉您该频道在您的账户上会有怎样的表现。 产品包含两个组件:一个监听您 Telegram 频道的 Windows 应用程序,以及在 MT5 终端执行信号的本 EA。同时提供 MT4 版本   点此 . 设置指南与应用下载:   https://www.mql5.com/en/blogs/post/768988 当前价格将来会上调。 工作原理 应用通过您自己的 Telegram 账号连接,因此能看到您关注的所有频道、群组、话题和机器人,包括私密和 VIP 频道。信号到达时,应用读取它,EA 按您的手数和设置在终端中开仓。 整个过程全自动,无需守在电脑前。专为 24/7 无人值守运行设计:Telegram 连接断开时,应用会自动重连。 打开应用并登录 Telegram(仅首次)。 选择要监听的频道或话
================================================================================ POC BREAKOUT - V20.72. Full Professional Grade Toolkit ================================================================================ POC Breakout is a full MetaTrader 5 trading dashboard for discretionary traders who want breakout signals, Point of Control (POC) context, volume profiles, order flow, market structure, news, alerts, and advanced trade planning in one professional workspace. Attached directly to you
TradePanel MT5
Alfiya Fazylova
4.88 (169)
交易面板是一款多功能交易助手。该应用包含超过50种手动交易功能,并允许您自动执行大多数交易任务。 应用程序说明 + 视频教程: https://www.mql5.com/zh/blogs/post/772452 用于模拟账户的应用程序试用版: https://www.mql5.com/zh/blogs/post/762579 如何安装应用程序: https://www.mql5.com/zh/blogs/post/762580 如何在可视化模式下测试应用程序: https://www.mql5.com/zh/blogs/post/770278 如何在VPS MetaTrader上安装应用程序: https://www.mql5.com/zh/blogs/post/770196 贸易. 只需单击一下即可执行交易操作: 打開掛單和頭寸,並自動計算風險。 一鍵打開多個訂單和頭寸。 打開訂單網格。 按組別關閉掛單和頭寸。 反轉頭寸方向(關閉買入>打開賣出,關閉賣出>打開買入)。 鎖定頭寸(通過開啟缺少的頭寸,使買入和賣出頭寸的數量相等)。 一鍵部分關閉所有頭寸。 將所有頭寸的止盈和止損設置在同
按照自己的交易规则复制 Telegram 信号 Telegram to MT5 Signal Trader 可将 Telegram 公开及私密频道和群组中的文字交易信号自动复制到 MetaTrader 5。通过一个桌面应用管理多个信号提供者和 MT5 账户,并为 每个提供者单独设置风险和交易参数 。 复制信号无需 Telegram 机器人,也无需配置 API。 只需通过手机号或二维码登录您自己的 Telegram 账户,然后选择您已加入的频道或群组。您无需创建机器人,也无需提供 Telegram API 令牌、API ID 或 API hash。 自行选择仓位大小,将平仓分配到多个止盈价位,并自动执行保本止损和移动止损。在跟随信号提供者的同时,掌握信号的实际交易方式。 本产品由这款 MT5 EA 和必须配合使用的 Windows 桌面应用组成。请参阅 安装指南及应用下载 。 管理多个信号提供者和账户 为每个提供者单独设置: 为每个频道设置专属的仓位计算方式、入场规则、止损、止盈和交易管理参数。 灵活分配至不同账户: 将同一提供者的信号复制到多个已连接的 MT5 账户,并为每个账户使用不
Farmed Hedge Yield Farming | All Markets (Manual - Hybrid - Semi/Automated EA) VERIFIED TRADING RESULTS - Farmed Hedge Yield Axi Copy:  https://www.mql5.com/en/signals/2356376 - Farmed Hedge Yield Exn Copy:   https://www.mql5.com/en/signals/2356404 - Farmed Hedge Yield V Copy:  https://www.mql5.com/en/signals/2357156 IMPORTANT NOTICE: FarmedHedge is a MANUAL-FOCUSED TRADING UTILITY ,not a fully automated EA. Results shown on this Signal include manual trades and overall strategic management.
Power Candles 策略扫描器——自优化多符号设置查找器 Power Candles策略扫描器 采用与Power Candles指标相同的自优化引擎,可同时扫描您“市场观察”中的所有交易品种。一个面板即可显示当前哪些品种在统计上具备交易价值、每种策略的最佳应用方向、最优止损/止盈组合,并在新信号触发时立即向您发送提醒。 本工具是 Stein Investments 生态系统的一部分 - 18+ 款工具,加上 Max,您的一对一 AI 交易导师。  随时在线,深入了解每一款指标,在您需要梳理思路的那一刻就在那里。  立即认识他: https://stein.investments 您的全面市场监控。每个交易品种超过3,000次自动优化。2种警报类型。一键切换图表并采取行动。 为何您需要此工具 大多数多标的扫描器仅展示价格 波动 。每只股票的波动率、百分比变化、RSI。您仍需自行摸索正确的策略、合适的止损位以及理想的入场阈值。Power Candles策略扫描器针对每只股票自动解答这些问题,仅在数学验证过的交易设置中触发实际入场信号时才会向您发出提示。这就是全部卖点。 自动
Exp COPYLOT CLIENT for MT5
Vladislav Andruschenko
3.97 (35)
适用于 MetaTrader 5 的专业交易复制器 快速、专业、稳定可靠的 交易复制器 ,适用于 MetaTrader 。 COPYLOT 可在 MT4 和 MT5 终端之间复制 Forex 交易,并支持 Hedge 和 Netting 账户。 COPYLOT 的 MT5 版本支持: - MT5 Hedge → MT5 Hedge - MT5 Hedge → MT5 Netting - MT5 Netting → MT5 Hedge - MT5 Netting → MT5 Netting - MT4 → MT5 Hedge - MT4 → MT5 Netting MT4 版本 完整说明 + DEMO + PDF 如何购买 如何安装 如何获取日志文件 如何测试和优化 Expforex 的所有产品 您也可以将交易复制到 MT4 终端(MT4 → MT4,MT5 → MT4): COPYLOT CLIENT for MT4 COPYLOT 是一款专业的交易和持仓复制器,可同时与 2、3 甚至 10 个终端协同工作。 支持从 模拟账户和投资者账户 复制,也支持同时在多个终端上运行。 您可以使
Signal TradingView to MT5 Pro Automator TradingView 与 MetaTrader 5 之间的即时专业执行 使用最强大的桥梁,将 TradingView 警报与 MT5 中的实际执行连接起来,实现交易策略的自动化。这款 Expert Advisor 专为要求速度、灵活性和完美风险管理的交易者设计,可将任何警报消息转化为精确的市价或限价订单。 优势与特点 通用解析引擎(专有): 先进技术,能够自动识别并提取任何警报格式中的数据。您不再受限于单一的死板格式;系统会自动理解交易品种(Symbol)、操作(Action)、价格(Price)、止损(SL)和止盈(TP)。 实时执行: 极速轮询技术(低于 1 秒),经过优化可将延迟降至最低。接收到信号后,订单将在毫秒内执行。 机构级风险管理: 基于以下方式自动精确计算手数: 净值/余额百分比(% of Equity/Balance): 每笔交易承担固定账户百分比的风险。 风险金额(Risk Amount): 设定在触发止损时损失的固定货币金额(例如:100 美元)。 固定手数(Static Lots)
HINN MagicEntry Extra
ALGOFLOW OÜ
4.74 (19)
HINN MAGIC ENTRY – the ultimate tool for entry and position management! SIMPLE. FASTEST. INTUITIVE. MAX AUTOMATED. Place orders by selecting a level directly on the chart! full description   ::  demo-version  :: 60-sec-video-description Key features: - Market, limit, and pending orders - Automatic lot size calculation - Automatic spread and commission accounting - Unlimited partitial take-profits  - Breakeven and trailing stop-loss and take-profit  functions - Invalidation leves - Intuitive, a
Premium Trade Manager - 内置交易导师的图表面板 Premium Trade Manager 将一位交易导师嵌入您的图表,并在其下搭载完整的执行引擎。像往常一样建立交易,然后让您的 AI 交易导师 Max 读取这笔具体的交易,结合您的实时账户给出直接判断,再由您决定是否下单:止损是否符合纪律化交易的要求、风险规模是否合理、高影响新闻事件是否即将发布、您是否接近资金盘限额。其下是完整的执行引擎,负责点击之后的一切:一键按风险下单、您在图表上拖动规划且交易进行中仍可随时调整的计划、最多四个分批止盈级别、七种移动止损方式、实时资金盘合规检查、新闻屏蔽保护,以及对自身成本进行评级的点差功能。决策由您做出。Max 给出第二次审视。面板负责此后的一切。 购买前先亲手体验。 直接在浏览器中点击实时面板,这是在购买前感受其工作方式的最快途径。 stein.investments/products/premium-trade-manager Max 是您的一对一 AI 交易导师,他直接内置于面板之中。  他了解您的账户、您的设置和您的规则,用您自己的语言回答,并在每笔交易下单前进
购买后请联系我,以获取完整手册包 + 3天 OpenAI API 试用,用于测试 AI 功能 + 另一份额外奖励 当前价格为八月重新发布更新的限时折扣价——请在价格上涨前立即锁定您的版本。 下一阶段价格:$340 这与您尝试过或在市场上见过的任何交易面板都完全不同。这是目前零售市场上最具创新性的 AI 驱动交易面板之一。 想象一下,将   AI 直接连接到您的图表   ——获取 AI 建议、账户审计、接收 AI 交易信号,并通过一次点击执行交易。 想象一下,通过 Telegram 在手机上管理您的   整个交易账户   ——与 AI 聊天、接收即时提醒、管理交易,并随时随地保护您的账户。 想象一下,运行   多个 EA   ,并能够分别监控每个 EA 的表现、管理其交易,或直接通过智能手机关闭特定仓位。 想象一下,您拥有一个   内置风险规划器   ,可以随时准备在图表上直接执行任何交易想法。 想象更多,更多……这一切都可以通过这款面板实现。 我们打造它的目标远不止是一款交易面板——它是一个   完整的交易套件、交易助手和 AI 导师,集于一体。 AI Desk 一个真正能够看到您账
MT5 Trading Deck
Manuel Michiels
5 (2)
One button. One trade. MT5 Trading Deck is a hotkey trading panel for MetaTrader 5 that turns the platform into a keyboard-driven execution cockpit. Stop loss, take profit and lot size are pre-calculated for every key; the moment you press, a market order is live on the broker. A complete technical user manual is attached in the product Comments section. It documents every input parameter, the full hotkey map, the recommended Stream Deck XL layout, and the advanced workflows for Pre-Limit orders
Grid Manual MT5
Alfiya Fazylova
4.73 (22)
Grid Manual是一个交易面板,用于处理订单网格。 该实用程序是通用的,具有灵活的设置和直观的界面。 它不仅可以在亏损方向上设置订单网格,还可以在盈利方向上设置订单网格。 交易者不需要创建和维护订单网格,实用程序会这样做。 打开一个订单就足够了,Grid manual会自动为它创建一个订单网格,并伴随它直到非常关闭。 完整说明和演示版 此處 。 该实用程序的主要特性和功能: 伴隨以任何方式打開的訂單,包括從移動終端打開的訂單。 適用於兩種類型的網格:“限制”和“停止”。 使用兩種方法計算網格間距:固定和動態(基於 ATR 指標)。 允許您更改未結訂單網格的設置。 顯示圖表上每個網格的盈虧平衡水平。 顯示每個網格的利潤率。 允許您一鍵關閉網格中的盈利訂單。 讓您一鍵關閉每個訂單網格。 允許您對訂單網格應用追踪止損功能。 允許您在訂單網格上應用將訂單網格的止損轉移到盈虧平衡水平的功能。 相對於訂單網格的盈虧平衡水平自動重新排列止盈(僅在限價網格模式下,距離取決於所選的計算類型:“保守”或“激進”)。 最多可管理 20 個訂單網格,每個網格最多可包含 100 個訂單。 計算初始手數時,
EasyInsight AIO MT5
Alain Verleyen
4.92 (12)
EASY Insight AIO – 全能智能交易一站式解决方案 概述 想象一下,您可以在几秒钟内扫描整个市场——外汇、黄金、加密货币、指数,甚至股票——无需手动筛选图表、繁琐安装或配置指标。 EASY Insight AIO 是您专为 AI 交易打造的即装即用数据导出工具。它将整个市场快照一次性输出为简洁的 CSV 文件,直接支持 ChatGPT、Claude、Gemini、Perplexity 等各类 AI 平台的即时分析。 无需窗口切换,无需图表叠加,也没有任何杂乱。只需纯净、结构化的数据自动导出,让您专注于基于数据的高效决策,无需再盯盘耗时。 为什么选择 EASY Insight AIO? 真正的一体化 • 无需设置,无需安装指标,无图表叠加。只需安装、运行并导出——就是这么简单。 多资产全覆盖 • 扫描分析外汇、金属、加密货币、指数、股票——您的券商所能提供的一切市场。 AI 专属数据导出 • 高度结构化、针对 AI 优化的 CSV 文件,直接适配主流智能工具和平台。 完整导出内容: • 三个可选周期的货币强度分析 • 净多头头寸变化体现市场情绪 • 成交量变化、
Trade Dashboard MT5
Fatemeh Ameri
4.94 (134)
疲于复杂的订单下达和手动计算?Trade Dashboard 是您的解决方案。凭借其用户友好的界面,订单下达变得轻而易举,只需点击一下,您就可以开设交易、设置止损和止盈水平、管理交易手数,并计算风险回报比,让您只需专注于您的策略。告别手动计算,使用 Trade Dashboard 简化您的交易体验。 立即下载演示版本 。 您可以在这里找到仪表盘功能和特性的详细信息 。 加入 Telegram 频道 。 购买后请给我发消息以获取支持。如果您需要添加更多功能,可以在产品的评论区留下您的想法,我愿意听取任何建议,希望您能在使用我的产品时获得最佳体验 。 这是 MT4 版本。 风险管理:使用 Trade Dashboard,可以将您的风险设置为账户余额或权益的百分比,或将风险设置为总金额。在图表上直观地定义您的止损,让工具准确计算每个货币对的适当手数。该工具还可以根据您期望的风险回报比自动设置止盈水平。它甚至可以在手数计算中涵盖佣金和点差费用。此外,您的止损和止盈可以转变为虚拟水平,隐藏于经纪商。通过 Trade Dashboard 的高级风险管理功能,掌控风险,保护您的资本。 交易线
EA Overfitter
Stephen J Martret
5 (1)
回测看起来很漂亮。但它明天、下周、下个月还能继续赚钱吗? EA Overfitter 让您的 EA 在 100 段它从未见过的价格历史上重新运行。一个分数告诉您这个优势是否真实。 回测告诉您的,是 EA 在某一段价格历史上的表现——那段恰好发生过的历史。您无法从中判断,这个结果有多少来自策略本身,又有多少只是那一条特定路径带来的。 EA Overfitter 回答的正是这个问题。它构建最多 100 段您的 EA 从未交易过的合成价格历史,让策略在全部这些历史上重新运行,并展示它所产生的完整结果区间。您得到的不再是一条幸运或不幸路径上的单个数字,而是一幅真实的图景:策略在陌生数据上多久能赚钱、典型结果是什么样(而不是最好的那一次),以及您的回测离它有多远。 这些世界是由您自己的近期历史重建而成,因此这不是预测——任何从历史数据出发的检验都不可能是预测。它告诉您的是:这个优势是否依赖于价格的某一种特定排列,以及回测数字距离典型结果有多远。在投入资金之前,这才是值得回答的问题。 三个步骤 1. 构建。在图表上选择时间区间和世界数量,然后按 Build。EA Overfitter 会
MT5 to Telegram Signal Provider 是一个易于使用且完全可自定义的工具,它允许向 Telegram 的聊天室、频道或群组发送 指定 的信号,将您的账户变为一个 信号提供商 。 与大多数竞争产品不同,它不使用 DLL 导入。 [ 演示 ] [ 手册 ] [ MT4 版本 ] [ Discord 版本 ] [ Telegram 频道 ]  New: [ Telegram To MT5 ] 设置 提供了逐步的 用户指南 。 不需要了解 Telegram API;开发者提供了您所需的一切。 关键特性 能够自定义发送给订阅者的订单详情 您可以创建分层的订阅模型,例如铜、银、金。其中金订阅获得所有信号等。 通过 id、符号或评论过滤订单 包括执行订单的图表截图 在发送的截图上绘制已关闭的订单,以便额外核实 延迟发送新订单消息的可能性,以便在发送前对位置进行调整 订单详情完全透明: 新的市场订单*带截图 订单修改(止损、获利) 已关闭的订单*带截图 部分关闭的订单** 新的挂单 修改的挂单(进场价格) 挂单激活(作为新的市场订单附加) 已删除的挂单 历史订单报告
EA Slipstream
Stephen J Martret
5 (1)
EA Slipstream — MQL5 市场产品说明(简体中文) 您的回测按照 EA 要求的价格成交了每一笔订单,您的账户却不会。 EA Slipstream 使用您自己的成交价、滑点和点差,衡量执行成本对 EA 的影响,呈现 EA 的真实表现。 回测按 EA 指定的价位计算每一笔交易。而在实盘中,挂单会按触发瞬间可获得的价格成交,止损会在行情触及时的位置平仓,当时的点差就是账户当时的报价。这两者之间的差异既不是观点,也不是模型——它已经记录在您的 EA 所下的订单里,也记录在您终端保存的价格历史里。 EA Slipstream 同时读取两者。它衡量您的账户在成交时让出了多少,每笔交易开仓那一分钟的点差是多少,以及重要新闻发布后的几秒内点差发生了什么变化。随后,它把这些测量结果应用到交易本身:既包括已在您账户上运行的 EA,也包括您加载的任意一份策略测试器报告。结果是同一个 EA 的第二次呈现——按您自己的执行条件计价,而不是按完美成交计价。 执行条件因账户而异,也因交易品种而异。本工具不对其做优劣评判,也不比较不同的服务提供方。它衡量的是您的账户实际发生了什么,并显示这对策略意味着
Dynamic Fibonacci Grid
Tsvetan Tsvetanov
5 (1)
推出最新版本的 MT5 动态斐波那契网格仪表盘(Dynamic Fibonacci Grid Dashboard)。 全新版本配备了众多新功能,为您的交易体验带来彻底升级,并让您从全新的角度观察市场和价格行为。通过同时分析多个时间周期和多个交易品种,探索更多可能性。界面友好,支持手动交易和持仓管理,并大幅扩展了预设自动化策略的应用能力。此外,DFG 现在在策略测试器中可作为交易模拟器全面运行,您可以使用历史数据重现不同的交易环境。在可视化模式中练习手动交易,在高速模式中测试自动化策略。 主要功能 • 基于动态斐波那契通道(Dynamic Fibonacci Bands)的多周期、多品种高级技术分析。 通过我们的实时市场监控仪表盘,体验前所未有的高效分析能力。我们将来自 M1、M5、M15 和 H1 图表的复杂数据合成为易于理解的网格水平。这种独特呈现方式让交易者能够在同一个屏幕上监控 10 个不同品种的价格行为,而无需依赖传统图表。结果是更快速的决策过程,以及更简洁、不杂乱的交易环境。 • 可自定义且用户友好的界面,集成最重要的功能。 包括账户状态与信息、快捷手动交易与持仓管理按
Telegram to MT5 Coppy
Sergey Batudayev
5 (10)
Telegram 到 MT5: 终极信号复制解决方案 使用 Telegram 到 MT5 简化您的交易,这款现代化工具可直接从 Telegram 频道和聊天室复制交易信号到您的 MetaTrader 5 平台,无需 DLL 文件。这款强大的解决方案可确保精准的信号执行、丰富的自定义选项,节省时间并提高您的效率。 [ Instructions and DEMO ] 主要特点 直接 Telegram API 集成 通过电话号码和安全码进行身份验证。 通过用户友好的 EXE 桥轻松管理聊天 ID。 添加、删除和刷新多个频道/聊天以同时复制信号。 使用高级过滤器进行信号解析 跳过包含异常词(例如“报告”、“结果”)的不需要的信号。 支持灵活的 SL 和 TP 格式:价格、点数或点数。 自动计算指定点而不是价格的信号的切入点。 订单定制和灵活性 使用多种模式配置订单大小:固定手数、动态手数(% 风险)或特定符号手数。 使用信号数据或自定义参数调整 SL/TP。 设置滑点限制、挂单到期时间和重试参数,以实现无缝执行。 综合符号管理 排除特定符号或映射到特定经纪人的符号。 自定义信号和经纪商符号之间
The News Filter MT5
Leolouiski Gan
4.78 (23)
这个产品在新闻时间过滤所有的专家顾问和手动图表,因此您不必担心突然的价格波动会破坏您的手动交易设置或其他专家顾问输入的交易。此产品还带有完整的订单管理系统,可在任何新闻发布前处理您的持仓和挂单。一旦您购买了   The News Filter ,您将不再需要依赖以后的专家顾问内置的新闻过滤器,因为这个产品可以从此过滤它们所有。 新闻选择 新闻来源于Forex Factory的经济日历。 选择可以基于任何一种货币,如USD,EUR,GBP,JPY,AUD,CAD,CHF,NZD和CNY等。 选择也可以基于关键识别,例如Non-Farm (NFP),FOMC,CPI等。 能够选择新闻影响级别的筛选,从低、中、到高影响。 自动模式只选择与图表相关的新闻。 新闻来源每小时自动刷新,以确保最新的新闻数据。 为每个新闻影响级别提供单独的输入,以确定您要过滤掉的新闻发布前后的分钟数。 订单管理选项 在新闻发布前关闭未平仓头寸的选项,并在新闻发布后恢复它们。 在新闻发布前删除挂单的选项,并在新闻发布后恢复它们。 在新闻发布前移除止损和止盈水平的选项,并在新闻发布后恢复它们。 在新闻发布前移动止损和
The product will copy all telegram signal to MT5 ( 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 s
Anchor Trade Manager
Kalinskie Gilliam
5 (9)
Your EAs cannot see each other, but Anchor can. Anchor gives you one place to coordinate your EAs, manage risk, and decide when trading is allowed. It works alongside the trading bots you already use without any changes to them. The Problem One EA opens a trade. Then another starts trading. The next thing you know, you wake up to multiple grids built across your account. Each EA may be doing exactly what it was designed to do, but together they can place far more risk on your account than you in
Footprint Chart Pro — Professional OrderFlow EA for MetaTrader 5 Version 6.34 | Professional tool for real traders | Institutional-Grade Visualization DEMO USERS - PLEASE SELECT EVERY TICK / REAL TICK WHEN TESTING AND YOU HAVE DOWNLOADED HISTORICAL DATA. IF YOU SEE A WAITING SCREEN AND IT IS NOT DOWNLOADING, IT MEANS YOU HAVE LOW HISTORICAL DATA. TRY 1 MIN AND 5 MIN FIRST ON 1 DAY DATA. ONE DAY DATA SHOULD BE THE NEWEST AND MOST CURRENT DATE. PLEASE WAIT UNTIL THE MARKET HAS ROLLED OVER PERIOD.
YuClusters
Yury Kulikov
4.93 (43)
Attention: You can view the program operation in the free version  YuClusters DEMO .  YuClusters is a professional market analysis system. The trader has unique opportunities to analyze the flow of orders, trade volumes, price movements using various charts, profiles, indicators, and graphical objects. YuClusters operates on data based on Time&Sales or ticks information, depending on what is available in the quotes of a financial instrument. YuClusters allows you to build graphs by combining da
Multi Account Local Trade Copier 是一款快速的 MetaTrader 本地跟单工具:在同一台 Windows 电脑或 VPS 上的 MT4/MT5 终端之间复制交易,从一个主账户复制到多个接收账户 —— 您自己的真实、模拟和自营公司账户,同一经纪商或不同经纪商均可。它是 事件驱动 的:主终端在每笔交易发生的瞬间立即发布,接收端会 测量并记录每一笔复制的真实延迟 — 通常为 50-150 毫秒 。无 DLL,无网络桥接,无配置文件。 一个 EA,两种模式 在源终端上以 MASTER 模式挂载,在每个目标终端上以 RECEIVER 模式挂载。使用 Master ID = AUTO 时,接收端会自动找到活跃的主终端:拖入图表即可。一个主终端可以供给 无限个接收端 ,一个终端可以运行多个接收端,甚至同一个终端可以同时充当主终端和接收端。 每个接收端都有自己独立的设置 :一个按风险 % 复制,另一个按余额比例,另一个反向复制 — 资金管理始终在接收端完成。与 Multi Account Local Trade Copier MT4 配合可覆盖全部四种组合:MT5>
Trade Manager DaneTrades
Levi Dane Benjamin
4.23 (30)
交易管理器可帮助您快速进入和退出交易,同时自动计算风险。 包括帮助您防止过度交易、报复性交易和情绪化交易的功能。 交易可以自动管理,账户绩效指标可以在图表中可视化。 这些功能使该面板成为所有手动交易者的理想选择,并有助于增强 MetaTrader 5 平台。多语言支持。 MT4版本  |  用户指南+演示 交易经理在策略测试器中不起作用。 如需演示,请参阅用户指南 风险管理 根据%或$自动调整风险 可选择使用固定手数或根据交易量和点自动计算手数 使用 RR、点数或价格设置盈亏平衡止损 追踪止损设置 最大每日损失百分比,在达到目标时自动平仓所有交易。 保护账户免遭过多提款并阻止您过度交易 最大每日损失(以美元为单位)在达到目标时自动关闭所有交易。 保护账户免遭过多提款并阻止您过度交易 一键实现所有交易的盈亏平衡 自动计算从手机/电话发送的交易的风险 OCO 在设置中可用 交易和头寸管理 通过设置每月、每周、每天、每小时或每分钟的最大交易次数,停止过度交易和报复性交易。 高级挂单管理。 调整何时关闭挂单的规则 追踪挂单 支持市价订单和挂单 每日最大利润目标(以美元为单位)以确保头寸并停止
作者的更多信息
Vwap Ema Crossover
Jose Rodrgues Chaves
Anchored VWAP + EMA(9) Bias Engine with Clean Entry & Exit Signals Elohim FX – VWAP EMA Crossover is a precision trend-and-bias tool that combines the institutional strength of an Anchored VWAP with a fast EMA(9) to define market direction, then delivers clean, bias-gated entry and exit signals — all on closed-bar confirmation so you never chase a repainting signal. No clutter. No bands. No noise. Just two lines, one bias, and clearly defined arrows. How It Works The indicator is built around a
FREE
Trading statistics panel
Jose Rodrgues Chaves
Trading Stats Panel Your Trading Performance. At a Glance. Trading Stats Panel is a professional MetaTrader 5 indicator designed to give traders a clear and convenient overview of their recent trading activity directly on the chart. Instead of constantly opening the MT5 History tab and manually calculating your results, the panel presents key trading statistics in one easy-to-read dashboard. What Does Trading Stats Panel Show? The dashboard provides important performance information including
FREE
Range Detector Boxes
Jose Rodrgues Chaves
Range Detector Boxes draws clean range boxes on your chart and  freezes them only after a confirmed breakout — no repainting,  no fakeout green/red jumps on reload. KEY FEATURES • Consolidation box continuation: the box right edge extends while    price stays inside the range, pauses on volatile bars, and    resumes when the range is intact again. • Confirmed breakout logic: a box is frozen only after a close    at least N points beyond the edge (user-defined), optionally    requiring multiple
Dynamic Buy/Sell S/R Zones with Fibonacci & D/W/M Levels Adaptive buy/sell zones powered by ATR volatility, anchored to swing highs/lows, with Fibonacci retracement and previous Day/Week/Month levels — all in one clean chart overlay. Overview ATR Zones is a professional-grade MetaTrader 5 indicator that automatically plots dynamic support and resistance zones directly on your chart. Unlike static S/R tools, ATR Zones adapts to real-time market volatility using the Average True Range (ATR), ens
MACD Support & Resistance Levels with Previous D/W/M Highs & Lows Overview Elohim FX – MACD SNR is a powerful chart overlay indicator that automatically detects and draws support and resistance levels based on MACD crossovers with its signal line. It combines momentum analysis with price action to reveal high-probability zones where price is likely to react — all without cluttering your chart with a separate oscillator window. Whether you're a scalper, day trader, or swing trader, this tool give
Elohim FX — SNR Detection SMC Trendline Pro A complete Smart Money Concepts (SMC) toolkit built for traders who are tired of indicators that repaint, lag, or clutter the chart with noise. Every signal in this indicator is calculated on fully closed bars only — what you see is what actually happened, and it stays that way. Whether you scalp M1 or swing trade D1, this indicator gives you institutional-grade market structure analysis with a clean, professional interface. Key Features Non-R
ADVANCE TRADE MANAGER A complete, tabbed trade-management dashboard for MetaTrader 5 that puts every routine trade operation on one compact panel. No more hunting through menus — open, protect, scale and manage positions from a single interface. The panel is a pure GUI overlay . It never touches your existing chart objects, indicators, arrows or manual lines. All chart objects it creates use the dedicated EGF_Z_ (zones) prefix, and trigger lines use the panel's own object names — so nothing else
20 Pip Challenge Trade Manager EA Trade the Challenge. Follow the Levels. Stay Disciplined. The ElohimFX 20 Pip Challenge Trade Manager is a professional manual trade management EA designed for traders who want to follow a structured 20-pip challenge while keeping position sizing and level progression organized. This is NOT an automatic trading robot . You remain in control of your entries by using the built-in BUY and SELL buttons. The EA handles the challenge calculations, level progression, t
筛选:
无评论
回复评论